搜索资源列表
多线程串口类
- 编译环境: BC++ 5(free tool); C++ BUILDER 4, 5, 6, X; VC++ 5, 6, 7, 8; GCC; 支持256个串口 体积小巧
一个好用的串口类
- 很好用的串口类,可以以块的方式发送,可以以块的方式接收,而且可以一个一个字符的接收-good use of Serial category, to be sent to the block, the block can receive, but a character can be a receiver
我见过最好的串口类
- 我所见过用VC写的最好的串口类,具有模拟单片机中断传输的方式,避免了查询传输CPU损耗和接收超时-I have ever seen VC was the best serial category, with simulation SCM interruption of transmission, so that the CPU for transmission and reception of overtime loss
串口类
- VC异步通讯串口类-VC asynchronous serial communications category
通讯串口类
- 转一个不错的通讯串口类 Mail : wushaojian@21cn.com Blog : http:///blog.csdn.net/wujian53
更新版串口类库
- 这是一个封装得比较完整的串口类接口,支持同步、异步操作,使用简单高效,具有工业强度,我在BC, BCB, VC, BCBX, GCC下编译通过。-This a more comprehensive package in the category of serial interface, supports synchronous and asynchronous operation, the use of simple, effective and industrial strength, I B
一个好用的C#串口类源码
- 一可以发送短信的C#串口类,经过试用效果不错哟
VC++串口通讯
- 通过一个封装好的SerialPort类实现PC机间或与下位机的串口通讯。
串口通信测量视力
- 采用CSerialPort类实现串口通信,利用单文档编程实现视力测量表,具有测量视力的功能
串口调试助手.net版 原工程
- 串口调试助手,设计多线程技术,GDI绘图技术,serialPort类详细使用技术
串口通讯类
- 简单实用的串口通讯类,实现重叠IO下的异步串口读写
串口操作类
- 一个很好用的串口操作类
CSerialPort多线程串口类
- CSerialPort多线程串口类,可以自己在MFC里定义消息函数接收数据,移植性强-CSerialPort multi-threaded serial classes can define their own message function in the MFC in the receive data, transplantation and strong
CSerialCom_src
- 另一个串口类,可实现多线程监听串口,功能强大-another category, multi-threaded serial eavesdropping, powerful
serial
- 可以在ebox4300平台下的wince6.0下实现与电脑的串口通信,基于c#的串口类实现,简单实用-Ebox4300 platform can be achieved under the wince6.0 serial communication with the computer, based on the c# serial port class implements a simple and practical
串口类
- 串口类,使用方便简单,效率高。(Serial class, easy to use, simple and efficient.)
串口通讯示例
- 串口收发读写 串口类封装 Demo Serial port(a serial port Demo progtamming source code)
CnComm串口类
- 基于API的串口通信类。使用简单方便。功能强大。(Serial communication class based on API. Simple and convenient to use. Powerful.)
2014版串口类
- 最新的2014版串口类,在1994版的基础上修改了部分代码,更加好用(The latest 2014 version of the serial port class, on the basis of the 1994 version of the modified part of the code, better to use)
c# 串口封装类
- 对c# 官方串口类SerialPort的封装。