-
用vb实现串口间通信,可以用来熟悉串口间传输信息的原理.
用vb实现串口间通信,可以用来熟悉串口间传输信息的原理.-with Serial Communication, which can be used with serial transmission of information between the principle.
- 2022-10-22 15:55:03下载
- 积分:1
-
一个C++语言编写的程序,看后你不会后悔
一个C++语言编写的程序,看后你不会后悔-a C++ language to develop the procedures that you will not regret it later
- 2023-08-11 16:00:04下载
- 积分:1
-
串口通信程序,可以直接执行使用,带有界面容易操作
串口通信程序,可以直接执行使用,带有界面容易操作-serial communication procedures, the implementation can be directly used, with the interface is easy to operate
- 2022-04-24 16:02:23下载
- 积分:1
-
本软件在C++ Builder 6.0开发环境下编程,实现的功能是:如果将本机的两个串口通讯口COM1和COM2连接起来,可以实现本机内这两个COM口间的数据的...
本软件在C++ Builder 6.0开发环境下编程,实现的功能是:如果将本机的两个串口通讯口COM1和COM2连接起来,可以实现本机内这两个COM口间的数据的传输;若将两台电脑的COM口连接起来,可以实现这两台电脑的串行数据传输。-the software in C Builder 6.0 development environment programming, the functions are : If the machine two serial communication port COM1 and COM2 link up the machine can achieve this within two COM ports of data transmission; if two computers connected to the COM port, This can be achieved two computer serial data transfer.
- 2022-01-25 22:30:26下载
- 积分:1
-
LED 发送字模系统
LED 发送字模系统-LED Printer System
- 2023-03-28 05:00:03下载
- 积分:1
-
一个用8255的串口编程
一个用8255的串口编程-8255 with a Serial Programming
- 2023-06-21 08:35:03下载
- 积分:1
-
用来模拟PC机的串口,实现各种串口数据读写的功能!
用来模拟PC机的串口,实现各种串口数据读写的功能!-used to simulate the PC serial port, serial data of various functional literacy!
- 2022-10-11 01:40:03下载
- 积分:1
-
计算机接口技术系列 Visual C++串口通信技术与工程实践 在编译本章程序后,请将winio.dll、winio.vxd和winio.sys文件复制到可执行...
计算机接口技术系列 Visual C++串口通信技术与工程实践 在编译本章程序后,请将winio.dll、winio.vxd和winio.sys文件复制到可执行文件所在目录下, 否则WinIo库初始化函数initializeWinIO调用将会失败。-computer interface technology Series Visual C serial communications technology and engineering practice in compiling this chapter procedures, I would be grateful if winio.dll, winio.vxd winio.sys reproduction of documents and executable files to the directory, otherwise WinIo library initialization function initializeWinIO call will fail.
- 2022-02-09 19:33:50下载
- 积分:1
-
Simple solution ADC , every 500ms 1 sample and sending 8 bit value by software U...
Simple solution ADC , every 500ms 1 sample and sending 8 bit value by software UART on ATtiny13. Used in antenna rotators for finding direction.-Simple solution ADC , every 500ms 1 sample and sending 8 bit value by software UART on ATtiny13. Used in antenna rotators for finding direction.
- 2023-04-24 12:35:03下载
- 积分: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