-
Describes how to use Verilog language processor components UART
介绍了如何用verilog语言实现处理器部件uart-Describes how to use Verilog language processor components UART
- 2022-05-10 11:57:06下载
- 积分: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
-
这是一个红外温度探头测试程序,用于对温度探头进行测试,同时也可以作为温度采集用。由于探头通过RS232与计算机连接,所以程序包括串口通信的实现,串口通信利用了第...
这是一个红外温度探头测试程序,用于对温度探头进行测试,同时也可以作为温度采集用。由于探头通过RS232与计算机连接,所以程序包括串口通信的实现,串口通信利用了第三方通信类CSerial。程序可以将测得的数据保存为Excel文档。-This is an infrared temperature probe testing procedures used to test the temperature probe, but also used as temperature acquisition. As the probe through RS232 connection with the computer, including procedures for the realization of serial communications, serial communications using a third-party communications category CSerial. Procedures can be measured data to Excel document preservation.
- 2022-01-24 09:29:56下载
- 积分:1
-
rs232的通讯程序,可以用文本方式定义协议
rs232的通讯程序,可以用文本方式定义协议-RS232 communication procedures can be defined as text agreement
- 2022-09-22 07:35:03下载
- 积分:1
-
VC++中实现及使用SerialPort类的原代码及 样例程序
VC++中实现及使用SerialPort类的原代码及 样例程序-VC achieve SerialPort category and the use of the original code and sample program
- 2022-05-09 01:45:11下载
- 积分:1
-
这是一个基于vc串口异步通信
可以实现串口半双工的异步通信...
这是一个基于vc串口异步通信
可以实现串口半双工的异步通信
-This is a serial asynchronous communication based on vc can achieve half-duplex asynchronous serial communications
- 2022-06-16 00:07:51下载
- 积分:1
-
image control, pan and tilt control decoder, site selection (equipped with the A...
实现图像控制,云台解码器控制,站点选择(配有Access数据库).-image control, pan and tilt control decoder, site selection (equipped with the Access database).
- 2022-12-25 18:40:04下载
- 积分:1
-
引导文件。
a boot file.
This a demo for developing a boot
in enbedded software development
There are some bug, if you encounter,
please let me know!!!!!!!!
Thanks
Saig-a boot file. This a demo for developing a boot in enbedded software development There are some bug, if you encounter, please let me know!!!!!!!! Thanks Saig
- 2022-04-27 09:17:11下载
- 积分: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
-
计算机中传输数据的方式有两种:并行方式和串行方式。在IBM PC机的汇编语言中,对串口的编程方式有DOS和BIOS 系统功能中断调用。本次实验设计采用BIOS系...
计算机中传输数据的方式有两种:并行方式和串行方式。在IBM PC机的汇编语言中,对串口的编程方式有DOS和BIOS 系统功能中断调用。本次实验设计采用BIOS系统功能中断调用,即通过INT 14H,调用ROM BIOS串口通信例行程序。-computer transmission of data in two different ways : parallel and serial mode approach. IBM PC assembly language, the serial programming method DOS and BIOS interrupt function call. The experimental design using BIOS interrupt function call, through INT 14H, called ROM BIOS serial communication is a routine procedure.
- 2023-07-27 22:45:08下载
- 积分:1