-
使用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
-
开源串口利用Xmodem,Ymodem,ZModem 下载,上传的程序.在Linux,Arm
开源串口利用Xmodem,Ymodem,ZModem 下载,上传的程序.在Linux,Arm-Linux 都可使用-Open serial port using Xmodem, Ymodem, ZModem download, upload procedure. In Linux, Arm-Linux can be used
- 2022-08-13 12:28:55下载
- 积分:1
-
源代码中有相关说明,动态连接库中函数说明:
delphi95.txt文件中....
源代码中有相关说明,动态连接库中函数说明:
delphi95.txt文件中.-source code is related note, dynamic link library function : delphi95.txt document.
- 2022-09-18 01:30: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
-
XMODEM download code
XMODEM串口下载代码-XMODEM download code
- 2022-01-26 03:55:38下载
- 积分:1
-
串口通讯程序可以实现文件或字符的传送并可以自定义断口号...
串口通讯程序可以实现文件或字符的传送并可以自定义断口号-serial communication process can be achieved documents or characters and can be transmitted from the definition of off slogan
- 2023-01-12 12:40:04下载
- 积分:1
-
串行通讯的例子,写的很简单
串行通讯的例子,写的很简单-serial communication example, writing is very simple
- 2022-03-13 06:03:54下载
- 积分:1
-
串口通讯工具,提供了两个串行POR同步监测…
串口通讯工具,提供两个串口同时监控,发送程序。有ASCII和十六进制两种显示方式,非常方便。
- 2022-11-05 18:50:03下载
- 积分:1
-
C语言开发串行通讯程序库,可用来进行串口开发用
C语言开发串行通讯程序库,可用来进行串口开发用-C-language development serial communication libraries, which can be used for development with Serial
- 2023-04-06 10:50:04下载
- 积分:1
-
一个很好用的串口类,包括同步、异步等多种调用机制。
一个很好用的串口类,包括同步、异步等多种调用机制。-a good use of Serial categories, including synchronous and asynchronous transfer mechanism other.
- 2023-03-03 06:15:03下载
- 积分:1