-
comm
Windows串口编程 (Windows serial programming)
- 2020-06-30 11:20:02下载
- 积分:1
-
parallel_debug1
VC语言编写的并口通信例程,可以对初学者有帮助的小程序。(VC language of parallel communication routines, can be helpful for beginners small procedures.)
- 2005-07-08 17:22:47下载
- 积分:1
-
完整串口通信程序Vc++源代码
一个非常完整的川口通讯源程序,我费了很大功夫才把他找到。(a very complete source Kawaguchi communications, I spent a lot of time and energy only to find him.)
- 2020-11-21 14:29:37下载
- 积分:1
-
PTZ
云台控制的C++详细源码,二次开发可以直接用。(The PTZ control C++ detailed source, secondary development can be directly used.)
- 2013-05-20 09:41:11下载
- 积分:1
-
Serial-port-control-PTZ-camera
串口控制云台摄像头的程序,已经测试过了,可以参考(Serial control PTZ camera program has been tested, you can refer)
- 2014-11-26 17:47:47下载
- 积分:1
-
VC6.0MFC
vc++制作串口调试助手,用vc6.0开发环境,一步一步教大家制作串口调试助手(vc++ production serial debugging assistant with vc6.0 development environment, step by step teach you making serial debugging assistant)
- 2013-07-18 16:02:31下载
- 积分:1
-
vc_-serial-communication
vc_串口通讯,介绍了如何用VC实现串口通信的原理和源程序(vc_ serial communication, describes how to use the VC to achieve the principle and source of serial communication)
- 2011-04-20 14:32:52下载
- 积分:1
-
weizhuang
说明: 很多下位机程序员都有这样的经历,在交付工程的时候对方要求提供源程序,而大多数下位机程序员都知道交出源程序是意味着什么,所以为了保护各位下位机程序员的合法利益.这个工具,伪装过后的源程序可以编译通过。(many lower computer programmers have the same experience that the delivery of the other works on the request source, and most of the next crew to surrender programmers are aware of what it means to the source, Therefore, in order to protect you and lower computer programmer's legitimate interests. this tool, camouflage after the source compile.)
- 2006-04-12 10:43:41下载
- 积分:1
-
zigbee
zigbee 工程文件 可以直接运行的串口文件支持cc2530(zigbee hex)
- 2012-04-23 16:43: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