搜索资源列表
cserialport
- 基于CSerialPort串口编程 实践
CSerialPort
- 基于CSerialPort的串口多线程通信框架
CSerialPort多线程串口类
- CSerialPort多线程串口类,可以自己在MFC里定义消息函数接收数据,移植性强-CSerialPort multi-threaded serial classes can define their own message function in the MFC in the receive data, transplantation and strong
fudai.rar
- 包含了.h头文件和.cpp文件 Cserialport类,Contains. H header file and the. Cpp file type Cserialport
CSerialPort-CommTest
- 串口测试,基于VC++,多线程编程,可同时测量四个串口-Serial test, based on VC++, multi-threaded programming, which can measure four serial ports
CSerialPort
- 串口通讯实例,具有同步与异步功能,调用API实现-Examples of serial communication with synchronous and asynchronous functions
Example3
- 基于CSerialPort的串口多线程通信框架,设置串口参数,开启串口监测工作线程,串口监测工作线程监测到串口接收的数据、流控制时间或其他事件后,就以消息方式通知主程序,激发消息处理函数来进行数据处理。-CSerialPort-based multi-threaded serial communication framework, set serial port parameters, open the serial port monitoring thread, serial port mon
Serial2009
- CSerialPort实例 用于使用CSerial在VC中的应用-CSerialPort
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
SerialPortTest2
- CSerialPort类串口通信程序,基于single document,CSerial Port类已修改过,进行了优化-CSerialPort Communication,based on single document,CSerial Port has been modified
CSerialPortPortCommunicationClass
- CSerialPort串口类源代码,原版,使用价值高,值得学习,供大家分享。-CSerialPort serial port communication class.
CSerialPort
- CSerialPort类,高效读写,异步同步-CSerialPort class, efficient, speaking, reading and writing, asynchronous synchronization
CserialPort-code
- CSerialPort源码,了解API是怎么操作串口工作的,本质上IO操作!-CSerialPort source code
CSerialPort-master
- 串口通讯类,有许多人进行修改,得到一个比较完美实用的通讯类-CSerialPort class writed by a lot of person include foreign person
CSerialport
- CSerialPort类,第三方开发,可用于多串口编程和项目开发。-CSerialPort Class
CSerialPort-master
- CSerialPort基类,已修改死锁bug。已在vs2010编译通过-CSerialPort base class has been modified deadlock bug. It has been compiled through vs2010
CSerialPort-problem-
- CSerialPort是一个很好的串口通讯类,但它没有关闭串口的方法,如果对这个类的实现原理不了解,自行编写串口关闭方法可能会带来如下问题: 1、用closehandle方法关闭串口:由于调用类方法StartMonitoring后会生成一个串口通信线程,这个线程中要不停地访问串口,这种方法会带来明显的错误。 2、先用StopMonitoring方法停止串口监听,然后用closehandle关闭串口:由于StopMonitoring只是将进程挂起,这样做将使程序结束时解构函
CSerialPort-master
- CSerialPort-master CSerialport 类的源码-CSerialPort master source code
CSerialPort
- CSerialPort类 用于编写串口程序的API(The CSerialPort class is used to write the API of the serial program)
CSerialPort-master (1)
- 串口通信类, 改进 ** 1) 增加 ClosePort ** 2) 增加 WriteToPort 两个方法 ** 3) 增加 SendData 与 RecvData 方法(cserialport class add:1.add closeport 2.add writetoport 3.add senddata and recvdata)