资源列表
[串口编程] MySerialPortEx
说明:VC++中实现及使用SerialPort类的原代码及 样例程序-VC achieve SerialPort category and the use of the original code and sample program<大圣> 在 2008-10-13 上传 | 大小:40.01kb | 下载:0
[串口编程] VC中串口编程资料汇总
说明:RS-232-C端口实时监控软件的设计实现 多线程技术在VC++串口通信程序中的应用研究 用VC6实现串行通信的三种方法 在基于单文档程序中应用MSCOMM串口通讯控件-RS-232-C port real-time monitoring software design multi-threading technology in VC serial communication procedures for the application of research VC6 realization o<大圣> 在 2008-10-13 上传 | 大小:24.15kb | 下载:0
[串口编程] C语言与串行通信
说明:用TC对计算机的串口进行编程,并作一个简单的串口查询通讯程序。用一条九针的DB-9串口通讯线将计算机的com1口和com2口相连,com1作为接受口,com2作为发送口。-with TC on the serial port of computer programming, and for a simple serial communication program inquiries. Using a 9-pin DB-9 serial communication lines to the co<黎林> 在 2008-10-13 上传 | 大小:39.34kb | 下载:0
[串口编程] 7)Modern 串口通信编程
说明:MODEN串口通讯的例子挺经典的。是一个学习的好例子。-modem serial communication very classic example. The study is a good example.<阿才> 在 2008-10-13 上传 | 大小:166.54kb | 下载:0
[串口编程] 20050120091918_MySerialPort[2004-01-18-01]
说明:从串口读取数据,有两种方法,1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的接收,其实就是第一种方法的变种: 一个侦听EV_RXCHAR,一个对EV_RXCHAR进行分析,其实就是超时判断。如果接收<刘云鹏> 在 2008-10-13 上传 | 大小:45.32kb | 下载:0
[串口编程] W77E58的双串口通信源代码
说明:注:此源程序只作参考,内有些函数未有原型,借鉴在于其通信方式及其设置。 CRC检校可另参考其它代码。-Note : This only source for information, some not function prototype reference in its communications and its settings. CRC calibration can be a reference to the other code.<张泽波> 在 2008-10-13 上传 | 大小:2.26kb | 下载:0