-
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
-
详细介绍了VB串口通信程序编写的利用…
详细介绍了使用VB编制串口通信程序,其中包含循环冗余校验CRC代码段-Described in detail the preparation of the use of VB serial communication program, which includes cyclic redundancy check CRC code segment
- 2022-07-15 11:04:58下载
- 积分:1
-
This is based on TCP/IP protocol of the current application debugger, I hope all...
这是一个基于TCP/IP协议的通行应用调试程序,希望对大家有所帮助-This is based on TCP/IP protocol of the current application debugger, I hope all of you to help
- 2022-07-18 20:46:30下载
- 积分: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 serial port class i wrote.
我写的一个串口通信类,还是很好用的哦,大家可以参考一下-A serial port class i wrote.
- 2022-07-02 16:53:59下载
- 积分:1
-
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
-
GSerial under DOS is a serial communication program, program structure better, c...
GSerial是一个DOS下串口通信程序,程序结构较好,能编出用中断方式接收/发送的多串口通信程序(龚建伟曾用它编过7串口通信程序)。Turbo C++ 3.0 Dos或 Win3X/9X/ME/NT/2K的DOS环境下运行-GSerial under DOS is a serial communication program, program structure better, can be compiled out with interrupt receiving/sending of multiple serial communication program (Dan has used its seven series serial communication procedures). Turbo C 3.0 Dos Win3X/9X/ME/NT/2K or the DOS operating environment
- 2022-06-12 22:05:47下载
- 积分:1
-
一个串口通信的程序,采用visual c++实现,如果要跟硬件打交道,那这代码或许对您有点用。...
一个串口通信的程序,采用visual c++实现,如果要跟硬件打交道,那这代码或许对您有点用。-a serial communication procedure, using visual c realization Being a hardware deal Well, this may have on your code with a bit.
- 2022-08-19 11:50:39下载
- 积分:1
-
C++ Builder 6串行控制的简单的方法来控制RS232设备
C++ Builder 6串行控制简单化控制RS232设备的方法
- 2023-03-12 09:55:03下载
- 积分:1
-
把DS18B20获取来的4字节数据每隔一段时间发送到PC,在串口调试助手上可以看到温度数据....
把DS18B20获取来的4字节数据每隔一段时间发送到PC,在串口调试助手上可以看到温度数据.-The DS18B20 the past four bytes of data to obtain from time to time sent to the PC, the serial port debugging aids can see the temperature data.
- 2023-06-23 15:50:03下载
- 积分:1