-
mycom
QT串口实现,需要在QTLinux环境下编译运行,windows下需要替换库(QT serial implementation, need to compile operation QTLinux environment, under Windows need to be replaced)
- 2014-05-31 22:27:53下载
- 积分:1
-
379-串口通讯
包含串口测试程序。和串口向PC机发送字符的程序。(Contains serial port test program. And serial port to send characters to the PC program.)
- 2020-06-21 03:20:01下载
- 积分:1
-
TS5700N8501E
多摩川绝对值编码器 TS5700N8501E 通信协议,多圈33位(tamagawa TS5700N8501E communication protocol)
- 2018-11-15 16:39:29下载
- 积分:1
-
Communication_control
耀华表通信控件 内置了地磅的串口协议。能自动读取指定的数(Communication control Toledo Electronic loadometer, serial direct source reading program. The source without any Dll, built-in serial port loadometer agreement. Can automatically read the specified binary readings.)
- 2010-07-09 21:31:44下载
- 积分:1
-
zigbee-2006-serial-cross-hair
zigbee-2006串口互发,是TI源码,实现串口通信(zigbee-2006 serial cross-hair, is TI Source, serial communications)
- 2015-06-10 10:53:40下载
- 积分:1
-
51
51串口接收上位机数据,校验数据的正确性,做出反应,采集IO数据,上传上位机。其中带了小的算法。(51 PC serial port to receive data, validate data, respond IO data collection, upload PC. Which brought a little of the algorithm.)
- 2013-11-11 11:13:38下载
- 积分:1
-
cleanbuff
清除串口冗余。当下位机偶然有乱码出现时,在新的通讯开始先清除缓冲区冗余信号,然后开始通讯,可以保证通讯更稳健(Clear serial redundancy. Current-bit machines have occasionally garbled when, in the new communications start to clear the buffer zone redundant signal, and then began to communications, to ensure more robust communication)
- 2008-12-17 10:35:08下载
- 积分:1
-
8155
8155扩展程序,可以进新键盘和数码显示的扩展,是一个不错的源代码(8155 expansion procedures, can enter the new keyboard and the expansion of the digital display, is a good source)
- 2006-07-26 22:15:42下载
- 积分:1
-
CC-Link(Q00CPU-FX3U)
用于Q系列PLC主站与FX系列PLC从站进行CC-Link连接。(For the Q series and FX series PLC PLC master CC-Link connection from the station.)
- 2017-11-14 09:39:04下载
- 积分:1
-
winAPI_Sport_comm
实现串行通讯的相关API函数
API函数不仅提供了打开和读写通讯端口的操作方法,还提供了名目繁多的函数以支持对串行通讯的各种操作。
函数名 作用
CreateFile 打开串口
GetCommState 检测串口设置
SetCommState 设置串口
BuilderCommDCB 用字符串中的值来填充设备控制块
GetCommTimeouts 检测通信超时设置
SetCommTimeouts 设置通信超时参数
SetCommMask 设定被监控事件
WaitCommEvent 等待被监控事件发生
WaitForMultipleObjects 等待多个被监测对象的结果
WriteFile 发送数据
ReadFile 接收数据
GetOverlappedResult 返回最后重叠(异步)操作结果
PurgeComm 清空串口缓冲区,退出所有相关操作
ClearCommError 更新串口状态结构体,并清除所有串口硬件错误
CloseHandle 关闭串行口()
- 2007-08-02 11:52:20下载
- 积分:1