-
16550串口代码
16550串口代码-serial code 16550
- 2022-03-01 14:44:59下载
- 积分:1
-
偏移程序小集成,里面包括F
偏移程序小集成,里面包括F-K偏移,深度偏移等很多有用的源程序。-Small offset integration process, which includes FK migration, depth migration, and many other useful source.
- 2022-02-27 08:42:42下载
- 积分:1
-
摄像头(sony D70)串口控制程序电子书手册源码
摄像头(sony D70)串口控制程序电子书手册源码-Camera (sony D70) serial port control program source code book manual
- 2022-08-07 12:19:49下载
- 积分:1
-
93c46
93c46-24c.rar look read rw-93c46-24c.rar
- 2022-10-10 07:05:03下载
- 积分:1
-
参加一竞赛的程序(我负责的部分),包括STH11温湿度传感器的驱动,一般模拟传感器的串口通信...
参加一竞赛的程序(我负责的部分),包括STH11温湿度传感器的驱动,一般模拟传感器的串口通信-participate in a contest (my part), including STH11 temperature and humidity sensor-driven, Sensor Simulation general Serial Communication
- 2022-10-01 21:50:08下载
- 积分:1
-
serial communications for use of the two machines running serealcom.exe, but mus...
串口通讯使用说明
在两台机器运行serealcom.exe,
但必须保证用串口线连接,
选择串口时如出现error,
表明此串口正被其它设备使用。-serial communications for use of the two machines running serealcom.exe, but must ensure that the use serial link, choose when and if there Serial error, the expression of this Serial other equipment is being used.
- 2022-04-16 06:13:33下载
- 积分:1
-
串行通信接口标准经过使用和发展,目前已经有几种。但都是在RS...
串行通信接口标准经过使用和发展,目前已经有几种。但都是在RS-232标准的基础上
经过改进而形成的。所以,以RS-232C为主来讨论。RS-323C 标准是美国EIA(电子工业联合
会)与BELL等公司一起开发的1969 年公布的通信协议。它适合于数据传输速率在0~
20000b/s 范围内的通信。这个标准对串行通信接口的有关问题,如信号线功能、电器特性
都作了明确规定。由于通行设备厂商都生产与RS-232C制式兼容的通信设备,因此,它作为
一种标准,目前已在微机通信接口中广泛采用。-Serial communication interface standard through the use and development, now has several. However, in the RS-232 standard on the basis of an improved formed. So to the main RS-232C for discussion. RS-323C standard is the United States EIA (Electronics Industry Association) and BELL, such as the development of the company in 1969 with the publication of the communication protocol. It is suitable for data transfer rate at 0 ~ 20000b/s within the scope of communication. The standard serial communication interface of the relevant issues, such as signal line features, electrical characteristics have been clearly defined. Because of prevailing production and equipment manufacturers have standard RS-232C compatible communications equipment, t
- 2022-02-01 11:07:15下载
- 积分:1
-
UART接口的VERILOG代码,经过调试成功!
UART接口的VERILOG代码,经过调试成功!-UART interface Verilog code, after the successful commissioning!
- 2022-10-30 07:40:02下载
- 积分:1
-
是关于灵达电源通信规约的串口通信程序,功能是把电源监控器的采集数据上送到规约前置机中。...
是关于灵达电源通信规约的串口通信程序,功能是把电源监控器的采集数据上送到规约前置机中。-GOLD comunication rule
- 2022-03-28 13:30:10下载
- 积分: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