-
串口调试工具,在Visual Basic6.0中实现
串口调试工具,在Visual Basic6.0中实现-Serial port debugging tool, implemented in Visual Basic6.0
- 2023-08-28 22:45:04下载
- 积分:1
-
yc2440 under development board serial communication software, through the API fu...
yc2440开发板下的串口通信软件,通过API函数开启和关闭串口-yc2440 under development board serial communication software, through the API function to open and close the serial port
- 2023-01-23 13:50:04下载
- 积分:1
-
Bluetooth
Bluetooth
- 2022-03-05 11:22:11下载
- 积分:1
-
研华da采集例程
研华da采集例程-Advantech da collection routines
- 2022-10-02 19:35:03下载
- 积分:1
-
ICAN协议例程,CAN转换成RS232
ICAN协议例程,CAN转换成RS232
ICAN协议例程,CAN转换成RS232
ICAN协议例程,CAN转换成RS232-ICAN agreement routines, CAN convert RS232ICAN routines Agreement, CAN convert RS232
- 2022-12-23 14:30:03下载
- 积分:1
-
云台开发程序,VB环境。
云台开发程序,VB环境。-Haeundae development process, VB environment.
- 2022-06-11 22:46:56下载
- 积分:1
-
: Visual C++/Turbo C串口通信编程实践 龚建伟, 熊光明编著 随书源码...
: Visual C++/Turbo C串口通信编程实践 龚建伟, 熊光明编著 随书源码-: Visual C/Turbo C serial communication programming practice Dan, bears bright compilation of source books
- 2022-12-12 04:30:04下载
- 积分:1
-
Serial assistant applet, using vc++ Development, for the acceptance of serial da...
串口助手小程序,用vc++开发,用于接受串口发送的数据并显示出来-Serial assistant applet, using vc++ Development, for the acceptance of serial data sent and displayed
- 2022-07-27 16:47:11下载
- 积分:1
-
简单的串口通信程序!通过按键来实验是否将主机中相应缓冲区中的内容传送给从机!主机状态改变,按键传输时,从机状态也将改变!...
简单的串口通信程序!通过按键来实验是否将主机中相应缓冲区中的内容传送给从机!主机状态改变,按键传输时,从机状态也将改变!-Simple serial communication program! Through the keys to the experiment whether or not to host the corresponding buffer content transmitted to the slave! Host state changes, button transmission, from the state machine will change!
- 2022-08-13 10:39:35下载
- 积分: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