-
PC串口通信程序,大家请使用,欢迎多提意见.
PC串口通信程序,大家请使用,欢迎多提意见.-PC serial communication program, please use, welcome to do so.
- 2022-02-28 11:35:04下载
- 积分:1
-
VB与三凌PLC通信. 好适就数据召唤使用.也是学习串通信编程好例子....
VB与三凌PLC通信. 好适就数据召唤使用.也是学习串通信编程好例子.-VB and three Ling PLC communications. Good data calls on the appropriate use. Learning Series is a good example of communication programming.
- 2022-02-20 07:36:15下载
- 积分:1
-
通讯类程序,serialport串口通讯源代码
通讯类程序,serialport串口通讯源代码-servail
- 2022-05-26 19:04:11下载
- 积分:1
-
C8051F340 uart0 实现串口0的通讯
C8051F340 uart0 实现串口0的通讯-C8051F340 uart0 1111111111111
- 2023-02-20 01:50:03下载
- 积分:1
-
从串口读取数据,有两种方法, 1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。 2、接收到一个EV_RXCHAR后,等一定数据...
从串口读取数据,有两种方法, 1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。 2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的-read data from the serial port, there are two methods, one, each receiving a EV_RXCHAR, on the ReadFile read, I think this vote. 2, received a EV_RXCHAR after a certain volume of data, such as CPU cycles (GetTickCount), and the one-time reader, the data buffer. To do so, under normal circumstances there is no problem, but if many of the data, and after a "certain amount of data the CPU cycles," also confiscated End Data how do? Few will read the data. I used three lines to complete serial data
- 2022-08-09 09:18:25下载
- 积分:1
-
这是用C++作的,如何打出串口的程序 .
这是用C++作的,如何打出串口的程序 .-C is for the serial how making procedures.
- 2023-06-24 10:40:03下载
- 积分:1
-
串口实现双机互联
希望对各位有用
串口实现双机互联
希望对各位有用-Dual Serial hope for the Internet useful for you!
- 2022-08-06 08:40:12下载
- 积分:1
-
with Serial Communication Control
用控件实现串口通信-with Serial Communication Control
- 2023-05-29 06:00:03下载
- 积分:1
-
lcd显示程序,为430代码
lcd显示程序,为430代码-LCD display program for the 430 code
- 2022-10-14 03:05:05下载
- 积分:1
-
这是我自己写的关于串口通讯的小程序,适于两台PC机之间通过(交叉串口线)串口通讯.可以(自动或手动)发送数据、接收数据、保存数据。是调试串口和初步学习串口编程的...
这是我自己写的关于串口通讯的小程序,适于两台PC机之间通过(交叉串口线)串口通讯.可以(自动或手动)发送数据、接收数据、保存数据。是调试串口和初步学习串口编程的好例子。其中还用到了典型的串口类,对于从事串口编程者有一定的借鉴作用。
-that I write on small serial communication procedures, suitable for two between the PC (cross-Serial Line) serial communications. May (automatically or manually) to send data, receive data, the data is preserved. Serial debugging is a preliminary study and Serial Programming good example. It also uses the typical serial category, for those engaged in serial programming is useful role.
- 2022-03-20 19:29:04下载
- 积分:1