-
用FPGA实现RS232,代码经过测试通过
用FPGA实现RS232,代码经过测试通过-FPGA implementation using RS232, the code has been tested through
- 2023-01-19 10:50:03下载
- 积分:1
-
I2C端口设计,由ASM设计完成,实现I2C端口功能
I2C端口设计,由ASM设计完成,实现I2C端口功能-I2C port design, the design completed by ASM, I2C port functions
- 2022-01-28 00:35:02下载
- 积分:1
-
一个串口测试程序,包括源代码,供大家学习
一个串口测试程序,包括源代码,供大家学习-A serial test procedure, including the source code for everyone to learn
- 2022-02-21 04:01:53下载
- 积分:1
-
我用VC编的一个小小的串口应用程序,里面用到了一个库CComm。挺简单的。...
我用VC编的一个小小的串口应用程序,里面用到了一个库CComm。挺简单的。-I VC series a tiny serial applications, they use a library CComm. Very simple.
- 2022-04-20 16:59:47下载
- 积分:1
-
3.CB_seri.cpp(C++Builder串行异步通信程序)
3.CB_seri.cpp(C++Builder串行异步通信程序)-3.CB_seri.cpp (C Builder asynchronous serial communication program)
- 2023-04-26 03:10:02下载
- 积分: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
-
Below is a serial communication part of the original development of the code, wr...
下面是串口通信开发的部分原码,自己写的,可能有些错误,希望大大家指教.-Below is a serial communication part of the original development of the code, wrote it myself, may be some mistakes and we hope that the shortage.
- 2023-03-19 05:30:04下载
- 积分:1
-
ANSI标准(x3.64)视频终端和外设控制序列
ANSI Standard (X3.64) Control Sequences for Video Terminals and Peripherals
- 2022-01-31 09:23:06下载
- 积分:1
-
Uart function of the original use of nec and do a full duplex transmission of ua...
原来利用nec的Uart功能,做一个全双工的Uart信息传输。是nec的样本程序。
- 2023-05-17 02:40:03下载
- 积分:1
-
VC编程实现的串口通信,界面简洁,实现基本的串口通信的作用。...
VC编程实现的串口通信,界面简洁,实现基本的串口通信的作用。-VC programming of serial communication, the interface simple to achieve a basic serial communication role.
- 2022-06-14 06:57:05下载
- 积分:1