Welcome![Sign In][Sign Up]
Location:
Search - WaitCommEvent

Search list

[WEB CodewinAPI_Sport_comm

Description: 实现串行通讯的相关API函数 API函数不仅提供了打开和读写通讯端口的操作方法,还提供了名目繁多的函数以支持对串行通讯的各种操作。 函数名 作用 CreateFile 打开串口 GetCommState 检测串口设置 SetCommState 设置串口 BuilderCommDCB 用字符串中的值来填充设备控制块 GetCommTimeouts 检测通信超时设置 SetCommTimeouts 设置通信超时参数 SetCommMask 设定被监控事件 WaitCommEvent 等待被监控事件发生 WaitForMultipleObjects 等待多个被监测对象的结果 WriteFile 发送数据 ReadFile 接收数据 GetOverlappedResult 返回最后重叠(异步)操作结果 PurgeComm 清空串口缓冲区,退出所有相关操作 ClearCommError 更新串口状态结构体,并清除所有串口硬件错误 CloseHandle 关闭串行口
Platform: | Size: 5323 | Author: liupengty | Hits:

[Windows DevelopCommText

Description: 自己编写的一个串口类,支持同步和异步,功能比较强大。已经运用在很多程序中-Serial port Class program.It sustain synchronization and asynchronism and has powfull function.So it is used in many program.
Platform: | Size: 67584 | Author: 张南 | Hits:

[DocumentswinAPI_Sport_comm

Description: 实现串行通讯的相关API函数 API函数不仅提供了打开和读写通讯端口的操作方法,还提供了名目繁多的函数以支持对串行通讯的各种操作。 函数名 作用 CreateFile 打开串口 GetCommState 检测串口设置 SetCommState 设置串口 BuilderCommDCB 用字符串中的值来填充设备控制块 GetCommTimeouts 检测通信超时设置 SetCommTimeouts 设置通信超时参数 SetCommMask 设定被监控事件 WaitCommEvent 等待被监控事件发生 WaitForMultipleObjects 等待多个被监测对象的结果 WriteFile 发送数据 ReadFile 接收数据 GetOverlappedResult 返回最后重叠(异步)操作结果 PurgeComm 清空串口缓冲区,退出所有相关操作 ClearCommError 更新串口状态结构体,并清除所有串口硬件错误 CloseHandle 关闭串行口
Platform: | Size: 5120 | Author: liupengty | Hits:

[CommunicationAPI-serial-asynchronous-code

Description: 本例程采用 windows API编写,属于串口异步非阻塞操作,采用线程监视、windows事件、自定义消息,其中数据接收一块分别采用SetCommMask、WaitCommEvent 设置等待串口通信事件,是初学者不可多得的学习资料,该历程亦可直接用在实际工程当中,很具有收藏与学习价值,压缩包中还包含相关的参考文档,望大家好好利用-This routine uses the Windows API to write, is a the serial asynchronous non-blocking operation, the thread monitor, windows event, custom messages were used, in which the data receiving a SetCommMask, WaitCommEvent set waiting for serial communication event, learning materials for beginners is a very The course can also be directly used in the actual project which is a collection of the value of learning, compressed package also contains reference documentation, hope you make good use of
Platform: | Size: 12462080 | Author: lambert | Hits:

CodeBus www.codebus.net