-
简单的串口通信程序!通过按键来实验是否将主机中相应缓冲区中的内容传送给从机!主机状态改变,按键传输时,从机状态也将改变!...
简单的串口通信程序!通过按键来实验是否将主机中相应缓冲区中的内容传送给从机!主机状态改变,按键传输时,从机状态也将改变!-Simple serial communication program! Through the keys to the experiment whether or not to host the corresponding buffer content transmitted to the slave! Host state changes, button transmission, from the state machine will change!
- 2022-08-13 10:39:35下载
- 积分:1
-
一个C语言编写的串口程序,用于UNIX平台
一个C语言编写的串口程序,用于UNIX平台-a C language Serial procedures for the UNIX platform
- 2022-06-21 03:00:57下载
- 积分:1
-
MSComm控件的信息,Visual Basic 6(以下简称VB)是一个强大的,相对的…
MSComm控件资料,Visual Basic 6.0(以下简称VB) 是一种功能强大、简单易学的程序设计语言。它不但保留了原先Basic语言的全部功能,而且还增加了面向对象程序设计功能。它不仅可以方便快捷地编制适用于数据处理、多媒体等方面的程序,而且利用ActiveX控件MSComm还能十分方便地开发出使用计算机串口的计算机通信程序。本文结合计算机通信的两个例子,详细介绍如何在VB中使用MSComm控件。
处理方式
-MSComm information, Visual Basic 6.0 (VB hereinafter) is a powerful, relatively simple programming language. It not only retains the original Basic language functionality, but also an increase of object-oriented programming design functions. It will not only facilitate the efficient preparation of the application to data processing, multimedia and other aspects of the procedure, and the use of MSComm ActiveX control can be very convenient to use the computer to develop the computer serial port Communication Program. Based on computer communication, the two examples in detail how to use VB MSComm. Approach
- 2023-01-06 13:35:04下载
- 积分:1
-
一个串口通信的源码,以2进制形式实现传输,可以传输图像等各种文件。...
一个串口通信的源码,以2进制形式实现传输,可以传输图像等各种文件。-a serial communication source to the form of two-band transmission, transfer images and other documents.
- 2023-01-19 23:20:04下载
- 积分:1
-
Advantech Driver Demo : port I/O 软件修改 控制外板输出
Advantech Driver Demo : port I/O 软件修改 控制外板输出-Advantech Driver Demo : port I/O software change control plate output
- 2022-08-09 00:15:30下载
- 积分:1
-
在Windows CE上用串口采集数据并绘制成曲线,适合于数据采集,硬件平台是ARM开发板...
在Windows CE上用串口采集数据并绘制成曲线,适合于数据采集,硬件平台是ARM开发板-在Windows CE上用
- 2022-02-09 15:50:28下载
- 积分:1
-
的问题.派尔高协议,控制左转右转时,出现问题.其他功能好用.我用DELPHI写的程序,在MOUSEDOWN中, str := chr($FF)+chr($01)...
的问题.派尔高协议,控制左转右转时,出现问题.其他功能好用.我用DELPHI写的程序,在MOUSEDOWN中, str := chr($FF)+chr($01)+chr($00)+chr($04)+chr($0F)+chr($00)+chr($14)
MSComm1.output := str
在CLICK事件中: str := chr($FF)+chr($01)+chr($00)+chr($00)+chr($00)+chr($00)+chr($01)
MSComm1.output := str
-Problem. Pelco agreement左转右转control when there are problems. Other features easy to use. DELPHI I used to write the procedures in the MouseDown, str: = chr ($ FF)+ Chr ($ 01)+ chr ($ 00)+ chr ($ 04)+ chr ($ 0F)+ chr ($ 00)+ chr ($ 14) MSComm1.output: = str in the CLICK event: str: = chr ($ FF)+ chr ($ 01)+ chr ($ 00)+ chr ($ 00)+ chr ($ 00)+ chr ($ 00)+ chr ($ 01) MSComm1.output: = str
- 2022-02-06 22:16:02下载
- 积分:1
-
USB转串口的一个例子(源代码),可以在KEIAL下直接编译。...
USB转串口的一个例子(源代码),可以在KEIAL下直接编译。-USB to serial port of an example (source code)
- 2022-02-26 22:23:43下载
- 积分:1
-
s3c2410上的串口通信例子,可以给做串口通信的初学者一点启发。...
s3c2410上的串口通信例子,可以给做串口通信的初学者一点启发。-Examples of serial communication which based on s3c2410.
- 2022-02-01 06:51:41下载
- 积分: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