-
VC++串口通讯编程事例,通过它可以了解在VC中如何进行串口通讯的...
VC++串口通讯编程事例,通过它可以了解在VC中如何进行串口通讯的-VC serial communication programming examples, which can understand how VC serial communications
- 2022-02-15 12:52:58下载
- 积分:1
-
这是一个改进了的串口RS232的类,它能有效的防止空间泄漏,通过这个类可以开发串口通信。...
这是一个改进了的串口RS232的类,它能有效的防止空间泄漏,通过这个类可以开发串口通信。-This is an improvement of a RS232 serial port class, it can effectively prevent the leakage space, can be developed through this type of serial communication.
- 2022-06-26 13:44:56下载
- 积分:1
-
windows to support literacy with the serial serial category
windows下支持并发读写串口的串口类-windows to support literacy with the serial serial category
- 2023-05-09 19:00:03下载
- 积分:1
-
非常好用的串口编程工具 for delphi 7.0
非常好用的串口编程工具 for delphi 7.0-very user-friendly programming tools for Serial delphi 7.0
- 2022-11-24 01:00:04下载
- 积分: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
-
一个用8255的串口编程
一个用8255的串口编程-8255 with a Serial Programming
- 2023-06-21 08:35:03下载
- 积分:1
-
RS232的UART编程,包括波特率发生器模块,串口接受模块,串口发送模块...
RS232的UART编程,包括波特率发生器模块,串口接受模块,串口发送模块-RS232 programming the UART, including the baud rate generator module, serial module to receive, send serial module
- 2022-05-31 20:42:47下载
- 积分:1
-
该程序实现了串口之间的相互通信,是异步串口通信,串口编成程序...
该程序实现了串口之间的相互通信,是异步串口通信,串口编成程序-Implementation of the procedures between the serial communications, serial communication is asynchronous, the classic experimental procedures for computer networks
- 2022-01-31 15:18:27下载
- 积分:1
-
使用C++实现将Modbus协议封装在DLL中的源代码
使用C++实现将Modbus协议封装在DLL中的源代码-C++ realization of the use of Modbus protocol will be packaged in a DLL in the source code
- 2022-05-24 20:15:12下载
- 积分:1
-
一个外国人写的rs485串口通信程序,有原理图和源代码,全面实现了485协议...
一个外国人写的rs485串口通信程序,有原理图和源代码,全面实现了485协议-a foreigner writing RS485 serial communication procedures, schematic and source code, the full realization of the 485 agreement
- 2023-06-22 19:45:03下载
- 积分:1