搜索资源列表
Comm32
- 我觉得最好用的Delphil 串口控件,我觉得最好有?腄elphil 串口控件,-I think that the best use of Delphil Serial control, I think the best Some Delphil Serial control,
20050120091918_MySerialPort[2004-01-18-01]
- 从串口读取数据,有两种方法,1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的接收,其实就是第一种方法的变种: 一个侦听EV_RXCHAR,一个对EV_RXCHAR进行分析,其实就是超时判断。如果接收
一个串口包装类及演示程序
- 从串口读取数据,有两种方法, 1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。 2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的-read data from the serial port, there are two methods, one
COM0portdriver
- 是想COM0口的PC侧驱动,适用于RS232通信-COM0 I think are the PC-side driver for RS232 communication
commuation
- 《Visual C++实践与提高——串口通信与工程应用篇》觉得这本书不错,所以自己扫描PDF来给大家分享一下,扫描了书中的重点章节-" Visual C++ practice and improve- the application of serial communication and engineering papers," think this is a good book, so their scan to PDF to share with you, scanning
vb
- 串口通讯作为一种古老而又灵活的通讯方式,被广泛地应用于PC间的通讯以及PC和单片机之间的通讯之中。 提到串口通讯的编程,人们往往立刻想到C、汇编等对系统底层操作支持较好的编程语言以及大串繁琐的代码。-Serial communication as an ancient and flexible means of communication, is widely used in communication between the PC and the communication between P
beg-c-master
- c 语言入门经典,常用指令格式,以及经典案例,使用场合(The minute you think of giving up, think of the reason why you held on so long)