搜索资源列表
api函数实现串口读写
- 本源码主要是通过API函数实现串口打开,读写串口和关闭串口。-the source mainly through API functions Serial opened, read and write serial and serial closed.
通过串口关闭Linux服务器-sled-0.1.tar
- linux下通过串口关闭Linux服务器的串口通讯程序 C语言源程序 sled-0.1.tar.gz-Serial closed through the Linux server serial communication procedures C language source sled-0.1.tar.gz
ComAssistant串口通信Comport
- 串口调试助手 v1.0 使用说明 本程序完全参照龚建伟《串口调试助手V2.2》制作而成,原软件是用VC编写的,我将它改用Delphi编写,作为我学习串口编程的一个例子与工具使用。 其中用到串口控件为ComPort,该控件为开源软件,各大网站均有下载,目前最新版为3.0。 使用平台: WIN9X/NT/2000/XP 本软件目前仅供三线制(NONMODEM)串口调试之用,所有功能均置于界面上,一目了然,其义自明,这里仅对十六进制发送作一说明: 十
串口调试(delphi源码)
- 使用说明 本程序完全参照龚建伟《串口调试助手V2.2》制作而成,原软件是用VC编写的,我将它改用Delphi编写,作为我学习串口编程的一个例子与工具使用。 其中用到串口控件为ComPort,该控件为开源软件,各大网站均有下载,目前最新版为3.0。 使用平台: WIN9X/NT/2000/XP 本软件目前仅供三线制(NONMODEM)串口调试之用,所有功能均置于界面上,一目了然,其义自明,这里仅对十六进制发送作一说明: 十六进制发送:选中(CHECK)十六进制发送后,程序会自动从发送
串口 工具
- 1、 多种通讯方式,既可以用串口通讯方式,也可以用TCP/IP通讯方式; 2、 分单报文和多报文发送方式, 常用的报文可以放到多报文发送发送方式中,可以连续发送,时间间隔可以自己设置; 3、 发送和接收报文可选择采用ASCII码格式(支持中文)或16进制数据方式; 4、 在通讯的时候,发送和接收的报文用不同的颜色显示,清晰悦目。同时也给出发送和接收的精确到毫表的时间,令用户准确把握通讯质量; 5、 友好的人机界面,全面支持各个按钮的快捷键操作。接收报文窗口内容在软件关闭时自动保存在当前目
串口收发监视软件
- 该软件可以监视并口和串口的整个活动过程,包括打开、关闭通讯口,访问过程,收发数据等,是抓取分析串口数据的有利工具。
vb6.VB串口通讯测试源代码
- VB串口通讯测试源代码,可以打开、关闭端口,可以进行波特率、端口号设置,有文本和图形两种端口数据观察方式、,VB serial communication test the source code, you can open, close the ports, can be baud rate, port number is set, there are two kinds of text and graphics port data observation method
cktx
- 学习串口通信的好资料,内含有创建一个串口,打开串口,读取串口内容,关闭串口,还有多线程串口编程知识-Learning a good serial communication data contains create a serial port, open the serial port, serial port to read the contents, close the serial port, serial ports are multi-threaded programming know
VC++SerialInterfaceProgrammingOnWin32API
- 本文介绍了基于Win32 API的VC++串口编程。给出了WIN32中打开串口、配置串口、超时设置、事件设置和读、写关闭串口的函数或结构体,随后举了一个利用WIN API进行串口通信的例子。-err
0723
- procedure senddata var i:integer commflg : Boolean begin commflg:=true for i:=1 to 8 do begin if not fcomm comml writecommdata(sendbutter,i) then begin Commflg=false break end end
RFCOMM1
- 可以用来打开和关闭串口,以及从串口获取数据的代码。-Can be used to open and close the serial port, as well as access to data from the serial port code.
communicate
- VC++ 6.0做的一个串口通信程序,功能与串口调试助手类似。它可以实现两台电脑的串口之间或者一台电脑的两个串口之间互相收发数据。左上角可以通过下拉列表选择不同的串口,默认的是COM1,考虑到笔记本电脑上一般没有串口,用USB转RS-232转换器之后,其COM口一般不为COM1,所以在程序中不做死COM口而是可以在界面中选择COM口,单击“关闭串口”就停止数据的收发。“接收区”对接收到的数据进行显示,接收可以选择自动接收或手动接收,自动接收状态只有检测到有数据发过来就进行显示,不处于自动接收状态
com32
- C语言写的串口通讯程序,直接使用可以读写串口数据,包括打开串口,向串口写入数据,关闭串口参考,串口参数可以自己设置,容易扩展,简单实用。-C language to write the serial communication program, direct use can read and write serial data, including open serial port, the serial port to write data, close the serial port inf
LinuxSerialportsettings
- Linux串口设置,包括波特率设置、设置效验的函数、读写串口、关闭串口的原代码-Linux Serial port settings
SerialPort
- 老外写的串口类,非常强大。呵呵 (带有关闭串口函数)-Write the serial port class foreigners, very powerful. Ha ha (with close serial port function)
串口操作
- 简单串口发码源码,含有打开串口,关闭串口,发送数据功能(Simple serial source code)
串口助手sdd
- 1软件打开时,自动检测有效COM端口 2 软件打开时,自动复原到上次关闭时的状态 3 不必关闭串口,即可直接进行更改初始化设置内容(串口号、波特率、数据位、停止位、校验位),可按更改后的信息自动将串口重新打开 4 可统计接收字节和发送字节的个数 5 接收数据可按16进制数据和非16进制数据进行整体转换 6 可将接收到数据进行保存 7 可设置自动发送,发送时间可进行实时更改 8可按字符串、16进制字节、文件方式进行发送,字符串和16进制字节可分别进行存储,内容互
RS232
- 打开、关闭串口,读取串口数据,处理串口错误,数据帧封装与解析,多通道绘制波形。(Open and close the serial port, read the serial data, deal with serial error, data frame encapsulation and analysis, multi-channel rendering waveform.)
串口通信程序
- 实现串口通信,打开串口,关闭串口,发送数据(To realize serial communication, open serial port, close serial port, send data)
comm
- 可以通过串口传输中英文文字和符号,分别有打开串口、关闭串口、发送信息按钮(The words and symbols can be transmitted through the serial port)