-
这个是8253芯片的两个实例程序,对学习接口的人是有一定帮助的...
这个是8253芯片的两个实例程序,对学习接口的人是有一定帮助的-this is the 8253 case of two procedures, to learn the interface are certainly helpful
- 2022-04-17 08:20:20下载
- 积分:1
-
我用C++builder 写的串口通信程序
我用C++builder 写的串口通信程序-C builder I used to write the serial communication program
- 2023-02-07 21:50:03下载
- 积分:1
-
一个串口通讯_数据库存取例子程序(vc)
一个串口通讯_数据库存取例子程序(vc)....
一个串口通讯_数据库存取例子程序(vc)
一个串口通讯_数据库存取例子程序(vc).-a serial communications _ examples of database access (vc), a serial communication _ examples of database access (vc).
- 2023-04-07 11:50:04下载
- 积分:1
-
在实验室用过的通信程序,用的是奇偶校验,请大家指教
在实验室用过的通信程序,用的是奇偶校验,请大家指教-used in laboratory procedures for communication with the parity, please enlighten
- 2022-01-30 14:01:06下载
- 积分:1
-
This is my appraisal done on the plane of some testing procedures, please downlo...
这是我做的关于考勤机的一些测试程序,请大家积极下载,很有帮助。-This is my appraisal done on the plane of some testing procedures, please download positive and helpful.
- 2023-05-15 16:30:04下载
- 积分:1
-
Himself wrote a serial type, from CNCOMM mistakes, to streamline the code, solve...
自己写的一个串口类,从CNCOMM改正过来的,精简代码,解决了只能事件方式下只能接收几个字符的问题-Himself wrote a serial type, from CNCOMM mistakes, to streamline the code, solve the incident only way to receive only a few characters in the issue of
- 2022-01-23 10:45:58下载
- 积分:1
-
汽车行驶记录仪数据采集处理系统,画动态曲线图模块
汽车行驶记录仪数据采集处理系统,画动态曲线图模块-Data Acquisition and Processing System, painting dynamic curves module
- 2022-02-05 03:05:13下载
- 积分:1
-
Siemens s7comm.rar the communication process with the pc
s7comm.rar 西门子与pc通讯程序-Siemens s7comm.rar the communication process with the pc
- 2022-04-27 09:44:35下载
- 积分:1
-
研华驱动演示:中断数据传输
Advantech Driver Demo: Interrupt Data Transfer
- 2023-03-15 00: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