文件名称:sdk winapi 串口实例
- 所属分类:
- 源码下载
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-02-14
- 文件大小:
- 31.57kb
- 下载次数:
- 0次
- 提 供 者:
- xmlinbo@sina.com
- 相关连接:
- David MacDermot
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
This is the fourth in a series of articles concerning Windows SDK development that I have written over the years. The first three are: 1.Win32 SDK Data Grid View Made Easy [^] 2.Win32 SDK C Tab Control Made Easy [^] 3.Win32 SDK C Autocomplete Combobox Made Easy [^] Several years ago, I wanted to have a simple to use, message based, serial port control that I could employ in my Win32 C projects. I started experimenting with the idea and playing around with the serial port in my spare time, but as so often happens, the project ended up on the shelf when I got busy again. Recently, I came across that project and, with a better understanding of how serial port communications work on Windows, decided to finish it. Since I haven't encountered a serial port wrapper that takes this approach anywhere, I decided to publish it on The Code Project.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : SerialPort_demo.zip 列表 main.c main.h main.ico main.rc ModemTest.exe ModemTest.ppj ModemTest.ppx SerialPort.c SerialPort.h