-
自己编写的串口通信上位机。一直工程在用,其中的发送数据我已经做了修改!...
自己编写的串口通信上位机。一直工程在用,其中的发送数据我已经做了修改!-the programme of serial communication
- 2023-01-30 06:35:03下载
- 积分:1
-
Universal Serial Communication C program to achieve source code. With the alread...
通用串口通信C程序实现源码.带有已经在windows下编译好的dll动态库-Universal Serial Communication C program to achieve source code. With the already compiled dll in the windows under the dynamic library
- 2022-01-24 16:50:39下载
- 积分:1
-
cdma钟卡控制编程,用到口通讯,数据包拆分组合,发送
cdma钟卡控制编程,用到口通讯,数据包拆分组合,发送-serial port congtrl
- 2023-01-22 04:15:04下载
- 积分:1
-
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
-
serial.h
serial.cpp
共两个文件,VC串口封装API类
serial.h
serial.cpp
共两个文件,VC串口封装API类-serial.h serial.cpp a total of two documents, VC serial API Class Packaging
- 2022-08-20 06:01:47下载
- 积分:1
-
串口通信的一个例子,从5iVb网上下载的,但感觉不错。
串口通信的一个例子,从5iVb网上下载的,但感觉不错。-a serial communication examples, from 5iVb downloading, but feeling good.
- 2023-07-27 10:50:03下载
- 积分:1
-
linux下串口驱动! 不错,可以看一看!了解串口的驱动!
linux下串口驱动! 不错,可以看一看!了解串口的驱动!-Serial Driver! Yes, look at! Understanding Serial Port Driver!
- 2022-05-16 11:16:29下载
- 积分:1
-
串口通信例程,内含串口类,一个老外写的,我修正了一个bug:在接收数据流未完成前退出程序会导致进程驻留在内存...
串口通信例程,内含串口类,一个老外写的,我修正了一个bug:在接收数据流未完成前退出程序会导致进程驻留在内存-Serial communication routines, containing serial port class, written by a foreigner, I fixed a bug: the receiving data stream does not quit the program before the completion of the process will lead to reside in memory
- 2022-08-18 04:24:30下载
- 积分:1
-
两机通信,用C++Builder实现的两机通信系统,可以传输*.txt文件阿!...
两机通信,用C++Builder实现的两机通信系统,可以传输*.txt文件阿!-two machine communications, C Builder of the two aircraft communications system that can transfer*. txt file A!
- 2022-02-03 03:59: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