-
获取当前机器的COM口的数量,包括usb转换的串口
获取当前机器的COM口的数量,包括usb转换的串口-access to the current machinery of the number of COM ports, including USB Serial Conversion
- 2022-03-22 03:52:54下载
- 积分: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
-
介绍了在PPC硬件平台下,Windows CE操作系统中实现串口通信程序设计的通用方法...
介绍了在PPC硬件平台下,Windows CE操作系统中实现串口通信程序设计的通用方法-Introduced under the PPC hardware platform, Windows CE operating system, serial communication program design to achieve a common approach
- 2022-07-11 12:21:16下载
- 积分:1
-
自己做串口通讯介绍(VC平台) 一个很vc上的
自己做串口通讯介绍(VC平台) 一个很vc上的-done on serial communication (VC) is one of the Eastern vc
- 2023-08-27 21:15:04下载
- 积分:1
-
串口编程(中文翻译版)
串口编程(中文翻译版)----绝对经典书籍
- 2022-06-20 11:22:10下载
- 积分:1
-
51单片机的MODBUS的通信协议,学习中。
51单片机的MODBUS的通信协议,学习中。
- 2022-05-29 16:09:24下载
- 积分:1
-
串口通信,较完整的界面及功能,学习和使用都很好
串口通信,较完整的界面及功能,学习和使用都很好-Serial communications, a more complete picture of the interface and functions, learning and the use of good
- 2022-02-04 06:29:21下载
- 积分:1
-
C#编写的出口读写程序,可以实现端口和波特率的选择
C#编写的出口读写程序,可以实现端口和波特率的选择-Written in C# export read-write process, can be achieved port and baud rate selection
- 2022-06-02 11:48:23下载
- 积分:1
-
通过串口把BMP文件串到FLASH中的程序,包含界面
通过串口把BMP文件串到FLASH中的程序,包含界面-put through a BMP file to Flash series of procedures, including interface
- 2022-06-21 14:56:17下载
- 积分:1
-
通过设置发送并接收消息:可以设置端口,波特率,奇偶校验等参数...
通过设置发送并接收消息:可以设置端口,波特率,奇偶校验等参数-send and receive news : you can set ports, baud rate, parity and other parameters
- 2022-02-12 12:36:03下载
- 积分:1