-
YMODEM的原始码 本地机使用ATDT命令拨号,远程机设为自动响应方式...
YMODEM的原始码 本地机使用ATDT命令拨号,远程机设为自动响应方式-YMODEM the source for local use ATDT command dialing, automatic remote machine as a way to respond
- 2023-03-10 14:30:04下载
- 积分:1
-
C51写的单片机串口通信程序,用于键盘测试和USB接口测试!
C51写的单片机串口通信程序,用于键盘测试和USB接口测试!-C51 microcontroller serial communication procedures for testing and USB keyboard interface test!
- 2022-05-27 22:51:17下载
- 积分:1
-
串口猫读取短信内容,并使用串口发送消息。
串口读取短信猫中的短信内容和利用串口发送短信的小软件。比较初级,但是想利用串口通讯的可以参考。-serial cat read the SMS messaging content and the use of serial send a message to a PC. Comparison of primary, but want to use serial communication reference.
- 2022-06-03 06:21:37下载
- 积分:1
-
这是一个串口通信的实例。
里面用到很多控件,对于初学者值得学习!...
这是一个串口通信的实例。
里面用到很多控件,对于初学者值得学习!-This is an example of serial communication. Which used a lot of control, for beginners to learn!
- 2022-03-07 09:37:32下载
- 积分:1
-
非常好用的串口编程工具 for delphi 7.0
非常好用的串口编程工具 for delphi 7.0-very user-friendly programming tools for Serial delphi 7.0
- 2022-11-24 01:00:04下载
- 积分:1
-
从串口读取数据,有两种方法,1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。2、接收到一个EV_RXCHAR后,等一定数据量的...
从串口读取数据,有两种方法,1、每接收一个EV_RXCHAR,就用ReadFile读一次,这样我觉得太恐怖了。2、接收到一个EV_RXCHAR后,等一定数据量的CPU周期(GetTickCount),再一次性读取缓冲区里的数据。这样做,一般情况下不会有问题,但是,如果数据很多,过了“一定数据量的CPU周期”,还没收完数据怎么办?就会少读数据了。 我用三个线程序来完成串口数据的接收,其实就是第一种方法的变种: 一个侦听EV_RXCHAR,一个对EV_RXCHAR进行分析,其实就是超时判断。如果接收到一个消息后,一段时间没收到下一个EV_RXCHAR,就认为是一个数据包的结束。这个线程就会通知数据接收线程,进行数据接收。一般同一包数据,两个字符之间的时间间隔,应该很小了吧,而两个数据包之间的间隔,应该不会太小吧!(这个地方我不清楚,猜的:( :) )最后一个线程,是接收数据的。-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 reception, the first method is a variant : an interception EV_RXCHAR, one pair of EV_RXCHAR analys
- 2023-03-23 09:55:03下载
- 积分:1
-
UART测试代码,可以与实现下位机与上位机之间的RS232协议的UART通信测试...
UART测试代码,可以与实现下位机与上位机之间的RS232协议的UART通信测试-UART test code, can achieve the lower computer and the host computer RS232 protocol between the UART communications test
- 2022-01-26 06:26:09下载
- 积分:1
-
串口通信,较完整的界面及功能,学习和使用都很好
串口通信,较完整的界面及功能,学习和使用都很好-Serial communications, a more complete picture of the interface and functions, learning and the use of good
- 2022-02-04 06:29:21下载
- 积分:1
-
用C++BUIDER开发的双机通讯课程设计,包括了可执行程序,源程序和报告,功能完整,推荐使用....
用C++BUIDER开发的双机通讯课程设计,包括了可执行程序,源程序和报告,功能完整,推荐使用.-C BUIDER development of the two aircraft communications curriculum design, including the executable, and source reports, functional integrity, and recommended.
- 2022-02-04 10:27:50下载
- 积分:1
-
Mobile phone UART 2 MMC card read example
Mobile phone UART 2 MMC card read example
- 2022-08-24 19:26:47下载
- 积分:1