资源列表
[串口编程] SerialPor1tDemo
说明:VC下面的窜口程序,可以实现主机和Ebox之间的通信-VC mouth below the channeling process, can achieve mainfr a me and communications between the Ebox<日> 在 2025-06-17 上传 | 大小:36kb | 下载:0
[串口编程] 具有高可靠性的高速连续数据采集的设计与实施方法
说明:具有高可靠性的高速连续数据采集的设计与实施方法,一篇有关数据采集的论文-highly reliable high-speed data acquisition for the design and implementation methods, a data acquisition papers<陈立家> 在 2025-06-17 上传 | 大小:74kb | 下载:0
[串口编程] MySerialPortEx
说明:VC++中实现及使用SerialPort类的原代码及 样例程序-VC achieve SerialPort category and the use of the original code and sample program<大圣> 在 2025-06-17 上传 | 大小:40kb | 下载:0
[串口编程] MSCommMPort样例
说明:VC++中实现多串口通信编程的类及样例程序,来源于<VC_TurboC串口通信编程实践>-VC multi-serial communication programming category and sample program, and from the lt; VC_TurboC serial communication programming practice gt;<大圣> 在 2025-06-17 上传 | 大小:33kb | 下载: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<黎林> 在 2025-06-17 上传 | 大小:39kb | 下载:0
[串口编程] 7)Modern 串口通信编程
说明:MODEN串口通讯的例子挺经典的。是一个学习的好例子。-modem serial communication very classic example. The study is a good example.<阿才> 在 2025-06-17 上传 | 大小:166kb | 下载:0
[串口编程] 20050120091918_MySerialPort[2004-01-18-01]
说明:从串口读取数据,有两种方法,1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的接收,其实就是第一种方法的变种: 一个侦听EV_RXCHAR,一个对EV_RXCHAR进行分析,其实就是超时判断。如果接收<刘云鹏> 在 2025-06-17 上传 | 大小:45kb | 下载:0