搜索资源列表
bcbcomm
- CBC下写的串口编程,API函数实例 I wish this site had been around when I was trying to figure out how to make serial communications work in Windows95. I, like many programmers, was hit with the double-whammy of having to learn Windows programming and Win95 seria
VC
- 通过VC,在本机编写了一个通信的测试小程序,通过客户端发送一个数据,实现服务器端接收,通过本机回调即可实现,-By VC, in the preparation of this machine, a communications test applet, the client sends a data through to achieve server-side receiver, the callback can be realized by the machine,
temdataplot
- 用MFC编写的串口温度数据采集并实时显示,包括数据实时的曲线显示,数据回调查看等功能-Written with MFC serial temperature data acquisition and real-time display, including the curve of real-time data display, data callback view functions
SERIAL-COMMUNICATION
- 串行通信动态连接库,并已经测试,采用线程监视接收缓冲区,利用回调接口传送接收的数据,异步读写操作,非阻塞模式。-Serial communication dynamic link library, and has been tested using thread monitors the receive buffer, using callback interface to transmit and receive data, asynchronous read and write operat
LsCommDemo
- 这是一个Win32 API的打包类,对处理串口的Win32 API类进行了封装,借助这个类可以很方便地对串口进行操作。 特性: 1、C++接口简洁易用。 2、使用C++异常时,首选 Win32 常规的返回值机制。保证使用CSerialPort的代码更加健壮。 3、支持UNICODE,支持MFC静态链接并且所有代码都在 warning level 4 级别上进行洁净编译。 4、支持串口模块使用重叠、阻塞和回调(只能在NT中使用) -This is a Win32 API
