完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
扫一扫,分享给好友
大家好:
我用Halcon的串口功能写了一个程序是关于控制光源的,但是始终没有实现,想请各位大拿威廉希尔官方网站 员帮忙看一下程序。 * this program will only run if you have a device attached to COM1. * Open the serial interface (for reading and writing). OpSystem := environment('OS') if (OpSystem ='Windows_NT') open_serial ('COM1', SerialHandle) else * open_serial (‘/dev/tty‘, SerialHandle) endif * Set the parameters of the serial interface (e.g., a character-based terminal). set_serial_param (SerialHandle, 9600, 8, 'none', 'none', 1, 1000, 1000) * Display a nice message on the terminal. write_serial (SerialHandle, ords('11,12,1')) * Now read 10 characters from the terminal... while(1) * read_serial (SerialHandle, 2, Data) Data:=5 * ...and if the user typed some characters within the one second... if (|Data| > 0) * ...convert the read data to a string. Read := chrt(Data) if(Read='A0') break endif endif wait_seconds (0.1) endwhile stop () * Finally, close the serial interface so other programs can use it. close_serial (SerialHandle) |
|
相关推荐 |
|
只有小组成员才能发言,加入小组>>
请问OLED显示屏可以让整帧画面同一时间显示出来吗,而不是行扫?
10309 浏览 1 评论
8360 浏览 3 评论
动手做:使用 LED 灯带第 1 部分 – 制作住宅柜下照明
7188 浏览 3 评论
11417 浏览 13 评论
9172 浏览 2 评论
784浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2025-1-11 03:22 , Processed in 0.527146 second(s), Total 79, Slave 60 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号