-
vbPaccessPseria
visual basic+数据库access+串口+实时显示曲线(vb+database access+serial)
- 2012-05-11 09:10:15下载
- 积分:1
-
768015
用visual c++写的串口通信程序,有rs232,同步串口通信,不错的(Written in visual c++ serial communication program, rs232, synchronous serial port communication, good)
- 2017-04-14 17:36:45下载
- 积分:1
-
RS232-ACCESS-DEMO0.0.1
Qt写的RS232串口程序源码,需要者收了吧(RS232 by Qt)
- 2021-01-11 16:38:50下载
- 积分: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
-
SCommTest
串口发送接收数据,初学者可以参考参考, - - ~(串口发送接收数据,初学者可以参考参考,-- ~)
- 2009-07-08 16:39:55下载
- 积分:1
-
C++串口通信
用vb实现串口间通信,可以用来熟悉串口间传输信息的原理.(with Serial Communication, which can be used with serial transmission of information between the principle.)
- 2005-03-29 11:21:03下载
- 积分:1
-
COMPlot
QT开发的能够接收串口数据并将其转化为波形同步实时显示的上位机(QT development can receive serial data and converting it into waveform synchronous real-time display of the upper machine)
- 2020-06-29 22:00:01下载
- 积分:1
-
SerialPortTest
学习C++,先学串口编程,本程序就是以串口作为编程对象,进行针对串口的数据接收与发送,内含丰富的注释,纯个人理解!(To learn C++ learn first serial programming, the program is as a programming object to the serial port for serial data reception and transmission, contains a wealth of comments, pure personal understanding!)
- 2013-04-28 10:18:11下载
- 积分:1
-
errorRate
用VC++实现的一个测试通信系统的误码率的程序,很好用的,是用两个串口的数据测试误码率的。(With VC++ realize a test communication system BER procedures, very good use, with two serial test data error rate.)
- 2011-12-19 10:23:37下载
- 积分: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