-
VC++多串口控制解决方案源代码code
VC++多串口控制解决方案源代码code-VC Multiport Serial control solution source code
- 2022-02-21 17:39:47下载
- 积分:1
-
A/D转换-数据采集实验 * * A/D转换数据采集程序source file * * 运行步骤:1.在平台板的8位AD通道选择开关上 选定通道号 * * 2....
A/D转换-数据采集实验 * * A/D转换数据采集程序source file * * 运行步骤:1.在平台板的8位AD通道选择开关上 选定通道号 * * 2.程序运行后,转动电位器,观测数据的变化 -A/D converter-experimental data acquisition** A/D converter data acquisition program source file** Run steps : 1. The platform board eight AD channel selection switch on the selected channel,** 2. Running after turning Potentiometers, observational data changes
- 2022-03-21 17:01:06下载
- 积分:1
-
串口通信模块C代码,采用的是MICROCHIP公司的芯片
串口通信模块C代码,采用的是MICROCHIP公司的芯片-Serial Communication Module C code, the company is going before the chip
- 2022-02-22 11:24:37下载
- 积分:1
-
使用P/Invoke开发.NET基类库的串口通信…
Use P/Invoke to Develop a .NET Base Class Library for Serial Device Communications
- 2022-01-26 07:49:36下载
- 积分:1
-
串口通信 源程序
串口通信 源程序-Serial Communication source
- 2022-03-18 07:01:26下载
- 积分:1
-
串口ROM编程,内部包括了I2C总线的许多内容,启动总线,结束总线...
串口ROM编程,内部包括了I2C总线的许多内容,启动总线,结束总线-Serial ROM programming, including the internal I2C Bus many elements, initiated bus, the end of bus
- 2022-07-04 02:55:47下载
- 积分:1
-
用于开发税务票据管理的软件,可以打印,生成报表
用于开发税务票据管理的软件,可以打印,生成报表-tax bills for the development of the management software, print, generate statements
- 2022-12-14 16:25:11下载
- 积分:1
-
IIC_slave硬件的代码,已经经过FPGA验证
IIC_slave硬件的代码,已经经过FPGA验证-IIC_slave hardware code, and has been verified through FPGA
- 2022-05-30 22:11:42下载
- 积分:1
-
RS232串口通讯随书源码,包含书中的全部Delphi源码,是学习串口通讯的好东西。...
RS232串口通讯随书源码,包含书中的全部Delphi源码,是学习串口通讯的好东西。-RS232 serial communications with the source book, the book contains all of Delphi source, serial communication is learning a good thing.
- 2022-08-17 03:23:10下载
- 积分: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