-
VB-Serial
简洁的VB串口调试程序。适合初学者学习和参考(Simple VB serial debugger. Learning and reference for beginners)
- 2011-05-24 20:33:44下载
- 积分:1
-
Show_Curve
Visual Basic基于天平称重,串口接收数据,在窗体上进行曲线显示(Show Curve)
- 2011-01-20 16:26:37下载
- 积分:1
-
chuankou
实现串口编程的功能,使用vc语言,功能比较多,可实现端口、流量等控制 (To achieve serial programming function, use the vc language)
- 2010-03-03 17:21:34下载
- 积分:1
-
Visual-cPP-MFC-SERIAL-PORT
VC++之MFC串口,包含串口调试助手源程序
及编程详细过程
(MFC serial port)
- 2013-08-29 16:09:49下载
- 积分:1
-
RTDemo
经典VC++环境下从串口读取数据并实时绘制曲线图(Read data from the serial port classical VC++ environment and real-time rendering graph)
- 2012-11-29 11:44:36下载
- 积分:1
-
com_debugger
串口调试程序源代码,本例作为学习串口编程具有很好的参照作用。(Serial debugger source code, in this case as a learning serial programming with a good reference to the role.)
- 2013-09-20 18:32:13下载
- 积分:1
-
COMDemo
一个简明的串口通讯例子(a simple and clear example for serial port communication)
- 2004-12-01 23:35:14下载
- 积分:1
-
CameraComm22
基于VISCA协议开发,用于摄像机串口通信,控制摄像机云台等。例如:向左、向右旋转,变焦等等(Based on VISCA protocol developed for the camera serial communication control camera pan and tilt. For example: to the left, right rotation, zoom, etc.)
- 2012-11-22 17:34:27下载
- 积分:1
-
serialpor
多线程串口类及其使用方法,包含完整的CSerialPort类及其使用方法。(A communication class for serial port)
- 2013-08-09 20:16:35下载
- 积分: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