-
My_Send_Recive
用vb6.0做的一个小的串口测试程序.可以实现正常通信(Used vb6.0 to do a small test program serial)
- 2013-11-19 15:00:41下载
- 积分: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
-
RS232_VC
串口调试:这还是个初步的!如果你有兴趣还可以自己再改!如果还有更好的请联系我(serial debugger : This is still preliminary. If you are interested in then they can change! If there is a better contact I)
- 2006-09-23 09:52:49下载
- 积分:1
-
我见过最好的串口类
说明: 我所见过用VC写的最好的串口类,具有模拟单片机中断传输的方式,避免了查询传输CPU损耗和接收超时(I have ever seen VC was the best serial category, with simulation SCM interruption of transmission, so that the CPU for transmission and reception of overtime loss)
- 2020-12-03 12:39:25下载
- 积分:1
-
Com_N
本程序调用了微软自带的mscomm控件,实现com口的数据接收,读者可自行添加发送数据功能。内附mscomm.ocx控件及其注册方法,本程序是用的静态链接库,为的是能在没有vc库的机器上也可以运行,所以个头大了点。(Microsoft's own mscomm controls, I realize com data reception, readers can add their own functions to send data. Enclosing mscomm.ocx control and registration method, the procedure is used in the static link library, for the in the absence of vc for the machine can also run, giving the larger point.)
- 2005-07-31 09:50:35下载
- 积分:1
-
serial-communication
利用C语言实现RS232串口上下位机通信的设计(Using C language to realize RS232 serial port communication up and down a machine design
)
- 2013-12-12 10:18:29下载
- 积分:1
-
simplecommtest
一个多线程串口编程的test,简单而实用,适合工业控制(A multi-threaded programming serial port test, easy and practical for industrial control)
- 2009-03-28 17:43:02下载
- 积分:1
-
SerialPort
基于VC实现的串口通信,可以实现串口的数据读取。(Based on the VC serial communications)
- 2013-11-25 10:57:22下载
- 积分: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
-
PC-based-serial-communication
基于Visual C++串口与下位机通信(Based on Visual C++ serial PC program to communicate with the microcontroller)
- 2014-12-06 22:17:30下载
- 积分:1