文件名称:Serial
- 所属分类:
- Internet/网络编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 22kb
- 下载次数:
- 0次
- 提 供 者:
- z***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
一个高效率高兼容的VC 串口代码,比使用控件效率提高很多。简单易用-CSerialEx- Win32 message-based wrapper for serial communications
A lot of MS-Windows GUI based programs use a central message loop, so the application cannot block to wait for objects. This make serial communication difficult, because it isn t event
driven using a message queue. This class makes the CSerial based classes suitable for use with such a messagequeue. Whenever
an event occurs on the serial port, a user-defined message will be sent to a user-defined window. It can then use the standard message dispatching to handle the event.
A lot of MS-Windows GUI based programs use a central message loop, so the application cannot block to wait for objects. This make serial communication difficult, because it isn t event
driven using a message queue. This class makes the CSerial based classes suitable for use with such a messagequeue. Whenever
an event occurs on the serial port, a user-defined message will be sent to a user-defined window. It can then use the standard message dispatching to handle the event.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Serial\Serial.cpp
......\Serial.dsp
......\Serial.h
......\Serial.vcproj
......\SerialEx.cpp
......\SerialEx.h
......\SerialMFC.h
......\SerialWnd.cpp
......\SerialWnd.h
Serial
......\Serial.dsp
......\Serial.h
......\Serial.vcproj
......\SerialEx.cpp
......\SerialEx.h
......\SerialMFC.h
......\SerialWnd.cpp
......\SerialWnd.h
Serial