-
此串口调试程序加入了三菱PLC通讯调试,有源码及运行程序
此串口调试程序加入了三菱PLC通讯调试,有源码及运行程序
- 2022-08-08 06:16:51下载
- 积分:1
-
Embedded System serial communication frame synchronization method to introduce a...
嵌入式系统中串口通信帧的同步方法,介绍多机串口通信的各种同步方法,有效过滤干扰字节确保通信稳定,个人觉得还不错,值得一看-Embedded System serial communication frame synchronization method to introduce a variety of multi-machine synchronous serial communication methods and an effective filtering interference bytes to ensure the communication stability, and personally feel pretty good, worth a visit
- 2022-11-13 11:30:03下载
- 积分:1
-
Windows串口编程例子
Windows串口编程例子-The example of uart in Windows
- 2022-08-22 02:49:09下载
- 积分:1
-
一个串口通讯_数据库存取例子程序(vc)
一个串口通讯_数据库存取例子程序(vc)....
一个串口通讯_数据库存取例子程序(vc)
一个串口通讯_数据库存取例子程序(vc).-a serial communications _ examples of database access (vc), a serial communication _ examples of database access (vc).
- 2023-04-07 11:50:04下载
- 积分:1
-
本文讲述的利用通讯控件发送与接收通讯数据都是基于二进制来实现的,基于文本的情况基本与此类似。要想利用好通讯控件还有其他一些应该注意的地方,比如波特率的设置、接收...
本文讲述的利用通讯控件发送与接收通讯数据都是基于二进制来实现的,基于文本的情况基本与此类似。要想利用好通讯控件还有其他一些应该注意的地方,比如波特率的设置、接收与发送缓冲区的设置以及通讯过程中的延时问题的处理等等。-This paper describes the use of communications controls send and receive communications are based on the binary data to achieve, based on the basic text of this and similar. To make good use of communication controls should also pay attention to some other place, such as baud rate settings, receiving and sending the buffer settings and communication latency in the process of dealing with such problems.
- 2023-01-12 19:05:04下载
- 积分:1
-
Phone serial communication' s source code, but in order to compile a category...
手机串口通信的源代码,不过要一个TPORT类才能编译通过本,此类可以自下载,我再上传也行-Phone serial communication" s source code, but in order to compile a category TPORT through this, since such can be downloaded, I will do and upload
- 2023-07-29 12:25:03下载
- 积分:1
-
VCL控件,功能强大,包括串口,Moden,传真
VCL控件,功能强大,包括串口,Moden,传真-VCL control, powerful, including serial, Moden, fax, etc.
- 2022-03-18 08:47:48下载
- 积分:1
-
利用MSComm控件,不依赖太多硬件设备,指利用纯软件方法侦测串口通信参数设置情况...
利用MSComm控件,不依赖太多硬件设备,指利用纯软件方法侦测串口通信参数设置情况-use MSComm control, do not rely on too many hardware devices that use software-only method to detect serial communication parameters settings
- 2022-01-24 17:16:09下载
- 积分:1
-
给出一个用visual c++的串口通讯的一个实例程序源码
给出一个用visual c++的串口通讯的一个实例程序源码-presented with a visual c++ serial communication a sample program source code
- 2022-02-15 15:00:53下载
- 积分: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