-
要完成串口通信, 在32位模式下, 一般说来有以下四种方法
要完成串口通信, 在32位模式下, 一般说来有以下四种方法-to complete the serial communications, in 32-bit mode, in general the following four methods :
- 2022-01-25 15:22:51下载
- 积分:1
-
COM
基于COM技术的组态软件研究与实现,硕士论文,对组态软件的研究与开发有一定的帮助-COM-based configuration software research and realization of a master" s thesis on the configuration software research and development is certainly helpful
- 2022-04-25 11:39:18下载
- 积分: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
-
一个包含了几乎所有串口操作的源码群,可以根据自己需要改写...
一个包含了几乎所有串口操作的源码群,可以根据自己需要改写-1 contains almost all serial-source operating groups, according to their own needs rewriting
- 2022-04-01 11:21:45下载
- 积分:1
-
环境,应用软件模拟UART和使用硬件再少…
在keil c环境下,应用软件模拟uart,以用较少的硬件资源来实现串口通信-the environment, application software simulation UART and using less hardware resources to achieve the serial communication
- 2022-02-28 09:46:38下载
- 积分: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
-
一个带gui界面的matlab串口通信演示程序
一个带gui界面的matlab串口通信演示程序-a gui interface with the serial communication Matlab demo program
- 2022-02-11 17:14:50下载
- 积分:1
-
VCL控件,功能强大,包括串口,Moden,传真
VCL控件,功能强大,包括串口,Moden,传真-VCL control, powerful, including serial, Moden, fax, etc.
- 2022-03-18 08:47:48下载
- 积分:1
-
a Mega8 SPI DataFlash code reader, is to use the C language. Visit Atmel AT45Dxx...
一个Mega8 SPI读写DataFlash的代码,是用C语言编写的。可访问Atmel AT45Dxxx dataflash,支持512Kbit - 64Mbit。
-a Mega8 SPI DataFlash code reader, is to use the C language. Visit Atmel AT45Dxxx dataflash, support casing- 64Mbit.
- 2023-08-11 20:10:02下载
- 积分:1
-
我所见过用VC写的最好的串口类,具有模拟单片机中断传输的方式,避免了查询传输CPU损耗和接收超时...
我所见过用VC写的最好的串口类,具有模拟单片机中断传输的方式,避免了查询传输CPU损耗和接收超时-I have ever seen VC was the best serial category, with simulation SCM interruption of transmission, so that the CPU for transmission and reception of overtime loss
- 2023-04-21 22:15:02下载
- 积分:1