-
yunKong0
串口调试工具,加油(serial debugging tools refueling.)
- 2007-04-23 16:20:52下载
- 积分:1
-
SCOMMV23
一个功能比较全面的串口调试工具。你值得拥有。(A more comprehensive functional serial debugging tools. You deserve.
)
- 2013-07-19 16:10:07下载
- 积分:1
-
MSComm
实例321——利用MSComm控件进行串口通信(Examples 321 use MSComm control serial communication)
- 2016-06-03 13:17:57下载
- 积分:1
-
531469b0ca56
并口程序 测试PC并口输入输出文件,挺不错的一个程序 分享(this is a little )
- 2014-09-11 11:49:42下载
- 积分:1
-
MultiThSerial
调用WinAPI函数进行串口通信,并且应用了多线程技术启动工作线程对串口的输入进行监听(call WinAPI serial communication functions, and uses multi-threading technology to activate the working threaded serial input eavesdropping)
- 2005-03-18 23:47:27下载
- 积分:1
-
VB_RS232C
VB开发的串口通信源码。对端口速度、奇偶校验、停止位等都可以设置。用于串口通信的开发(VB source of serial communications. The port speed, parity, stop-can all be set up. Serial Communication for Development)
- 2020-06-26 06:00:02下载
- 积分:1
-
51
说明: 51单片机串口通讯软件与上位机通讯 含有多个程序(this is a programe to serils community to 51 and pc.)
- 2012-04-26 22:42:19下载
- 积分:1
-
Serial-port-control-PTZ-camera
串口控制云台摄像头的程序,已经测试过了,可以参考(Serial control PTZ camera program has been tested, you can refer)
- 2014-11-26 17:47:47下载
- 积分:1
-
com
vC++做上位机实现串口通讯,符合RS485通信协议(vC++ do PC Serial communication line RS485 communication protocol)
- 2010-08-10 16:55:57下载
- 积分: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