-
RS232基本驱动
basic driver for RS232
- 2022-05-10 17:08:57下载
- 积分:1
-
rs232编程原理详解,
不可多得的一本好书
做硬件开发必须
rs232编程原理详解,
不可多得的一本好书
做硬件开发必须-Detailed programming rs232 principle, rare books to do a hardware development to be
- 2023-01-23 13:20:03下载
- 积分:1
-
利用CSerialPort实现的双串口通信测试程序
利用CSerialPort实现的双串口通信测试程序-CSerialPort realize the dual-use serial communication test procedures
- 2023-01-24 07:10:03下载
- 积分:1
-
一个很好的串口通信程序,给不熟悉的朋友借鉴使用
一个很好的串口通信程序,给不熟悉的朋友借鉴使用-Serial communication program, to learn from friends are not familiar with the use of
- 2022-02-11 17:48:27下载
- 积分:1
-
VB 5.0/6.0的MSComm通信控件提供了一系列标准通信命令的接 口,它允许建立串口连接,可以连接到其他通信设备(如Modem)、 还可以发送命令、进行数...
VB 5.0/6.0的MSComm通信控件提供了一系列标准通信命令的接 口,它允许建立串口连接,可以连接到其他通信设备(如Modem)、 还可以发送命令、进行数据交换以及监视和响应在通信过程中可能 发生的各种错误和事件,从而可以用它创建全双工的、事件驱动 的、高效实用的通信程序。-VB 5.0/6.0 the MSComm control communications for a series of standard communication interface orders, which allow for the establishment of serial link can be connected to other communications equipment (such as modem), and also can send orders, the exchange of information and surveillance and response in the communication process may mistakes that occurred in the incident, which can be used to create full-duplex, event-driven, highly effective and practical communication program.
- 2022-03-06 13:15:04下载
- 积分:1
-
linux下串口驱动! 不错,可以看一看!了解串口的驱动!
linux下串口驱动! 不错,可以看一看!了解串口的驱动!-Serial Driver! Yes, look at! Understanding Serial Port Driver!
- 2022-05-16 11:16:29下载
- 积分:1
-
一段ADSP21262用DAI口实现UART通讯的汇编源代码。
一段ADSP21262用DAI口实现UART通讯的汇编源代码。
- 2022-02-02 07:00:33下载
- 积分:1
-
串口调试测试文件
串口调试测试文件-Serial debug test file
- 2022-01-25 21:46:29下载
- 积分: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
-
A very usefull aplication for developers that creates a virtual serial ports for...
A very usefull aplication for developers that creates a virtual serial ports for debug purposesin order to see the data out or in.
- 2022-02-02 13:00:23下载
- 积分:1