-
一个毕业设计。用vc编写的一个简易测谎仪后台软件。用控件实现access数据库的链接,串口通信功能。...
一个毕业设计。用vc编写的一个简易测谎仪后台软件。用控件实现access数据库的链接,串口通信功能。-a graduate design. Vc used to prepare a summary of the background polygraph software. Controls used to achieve access to the database link, serial communications functions.
- 2023-03-17 05:35:03下载
- 积分:1
-
VC++串口通讯编程事例,通过它可以了解在VC中如何进行串口通讯的...
VC++串口通讯编程事例,通过它可以了解在VC中如何进行串口通讯的-VC serial communication programming examples, which can understand how VC serial communications
- 2022-02-15 12:52:58下载
- 积分: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
-
我个人收集的C++builder 多线程串口通信方面的
我个人收集的C++builder 多线程串口通信方面的-my personal collection of multi-threaded C builder of serial communication Wanton
- 2022-08-22 06:20:02下载
- 积分:1
-
UART ADI example 简单的例子 练练手
UART ADI example 简单的例子 练练手-UART ADI example simple example练练hand
- 2022-12-10 06:15:03下载
- 积分:1
-
UART_verilog, designed to send and receive asynchronous serial. Including the te...
UART_verilog,自己设计的异步串行收发。包括测试文件。-UART_verilog, designed to send and receive asynchronous serial. Including the test file.
- 2023-01-21 18:20:04下载
- 积分:1
-
射频卡的读写程序,C #版,绝对闻所未闻,该卡可以读…
射频卡读写程序,C#版,绝对绝无仅有的,可以读写交通卡,需要读写设备-RF card reader procedures, C# version, absolutely unheard of, the card can read and write traffic, the equipment needed to read and write
- 2022-02-15 16:37:48下载
- 积分:1
-
modeled on serial assistant (Dan) as an example of the amendment and some of the...
这是我仿照串口助手(龚建伟)作的一个例子并修正了其中的一些bug,程序中还包括了一些我做的可重用的类,希望对大家有一些帮助,欢迎大家联系我,共同提高,谢谢!-modeled on serial assistant (Dan) as an example of the amendment and some of the bug, procedures also include some I do reusable category, we hope to have some help, I welcome you all linked together to improve, thank you!
- 2022-07-23 11:08:21下载
- 积分:1
-
串行口测试程序。例如:程序复位后先向串口发送"Hellow Word!",之后每从串口收到一个字符就把它从串口发送出去...
串行口测试程序。例如:程序复位后先向串口发送"Hellow Word!",之后每从串口收到一个字符就把它从串口发送出去
-serial testing procedures. For example : After the first reduction procedures Serial send "Hellow Word!" , After each received from the serial port of a character out of it sent from the serial port
- 2023-03-13 09:10:04下载
- 积分:1
-
This article described in detail in the Win32 environment by calling the communi...
本文详细地介绍了在Win32环境下通过调用通信API 函数以异步方式来实现PC机和MCS 51
单片机之间的通信过程给出了软硬件设计机理以及详细的通信协议说明-This article described in detail in the Win32 environment by calling the communication API function in order to realize asynchronous approach to PC and MCS 51 Singlechip give the communication process between the design of the mechanism of the hardware and software as well as detailed description of the communication protocol
- 2022-03-11 12:25:56下载
- 积分:1