搜索资源列表
CSerialPort-CommTest
- 串口测试,基于VC++,多线程编程,可同时测量四个串口-Serial test, based on VC++, multi-threaded programming, which can measure four serial ports
SerialPortTest
- CSerialPort类的头文件和c源文件,封装了VC中串口通信的api,方便编写串口调试软件-CSerialPort class header file and the c source file, package the VC in the serial communication of the api, facilitate the preparation of serial debugging software
CommTest
- 一个串口示例源码,使用一个CSerialPort类,很好用,并有测试代码。-A serial sample source code, using a CSerialPort class, useful, and have tested the code.
SerialPortTest2
- 应用CSerialPort类编制基于单文档的应用程序-document CSerialPort
SerialPortTest
- 最简单的串口通信程序,MFC,基于SerialPort类,VS2008-The simplest SerialPort program,based on CSerialPort ,VS2008
chuankou
- 简单的使用开源CSerialPort类串口调试工具,-Simple to use open source CSerialPort class a serial port debug tool
Smart-Sharp-Alpha1.1
- 本人编写的飞思卡尔智能车摄像头组的上位机,使用了CSerialPort类和CImage类-I prepared Freescale smart car PC camera group, the use of classes and CImage CSerialPort
CSerialPort-problem-
- CSerialPort是一个很好的串口通讯类,但它没有关闭串口的方法,如果对这个类的实现原理不了解,自行编写串口关闭方法可能会带来如下问题: 1、用closehandle方法关闭串口:由于调用类方法StartMonitoring后会生成一个串口通信线程,这个线程中要不停地访问串口,这种方法会带来明显的错误。 2、先用StopMonitoring方法停止串口监听,然后用closehandle关闭串口:由于StopMonitoring只是将进程挂起,这样做将使程序结束时解构函