搜索资源列表
串口调试(delphi源码)
- 使用说明 本程序完全参照龚建伟《串口调试助手V2.2》制作而成,原软件是用VC编写的,我将它改用Delphi编写,作为我学习串口编程的一个例子与工具使用。 其中用到串口控件为ComPort,该控件为开源软件,各大网站均有下载,目前最新版为3.0。 使用平台: WIN9X/NT/2000/XP 本软件目前仅供三线制(NONMODEM)串口调试之用,所有功能均置于界面上,一目了然,其义自明,这里仅对十六进制发送作一说明: 十六进制发送:选中(CHECK)十六进制发送后,程序会自动从发送
chuankou.rar
- RS232串口通信控制界面包括周期发送以及二进制——十六进制转换等功能,RS232 serial communication control interface including the cycle of sending as well as binary- hexadecimal conversion function
Serialport_Data_Anylize_Tool
- 串口数据分析工具,能够按照二进制、十六进制和ASCII字符发送和接收串口的数据。-Serial port analization tool. All data from/to serial port can be received/sent in the form of binary, hex and ASCII.
SerComV2
- 多线程串口调试工具,支持文本传输,可十六进制显示-Serial multi-threaded debugging tools, support for text transmission, can be displayed in hexadecimal
SSCOM-SPt
- 8大特色: 1.自动枚举串口,这样避免了有些机器串口多,或者串号号>4的情况。 2.保存文件格式为txt和CSV,可选,方便做数据分析。 3.保存文件在执行文件程序路径下的SaveData文件夹里 4.增加多字节联合显示 5.2字节时,十六进制会加"0x"头,非十六进制时,以十进制显示,末尾自动加一空格,以区分。 6.4字节时,只能以十六进制显示(因十进制以超出范围,也没有必要显示那么大一个数)。 7.增加实时显示数据曲线功能。 8.界面更人性化,方便适用。
SCOMMV23
- 串口调试助手源码,实现串口收发,十六进制,文件-Serial debugging assistants source, serial transceiver implementation, hexadecimal, file
VC6
- 串口调测工具,用于串口通讯软件的调试,抓获数据包,发送包,支持自动发送,十六进制现实、十六进制发送, 发送指定的文件等。 -Serial transfer measurement tools for debugging serial communications software and captured data packets, sending packets, to support the automatic transmission, the reality hexadecimal,
serial
- 串口编程调试精灵,利用VB编写的串口调试软件,实现在线设置通信速率、奇偶校验、通信口而无须重新启动程序,可以设置定时发送的数据和时间间隔,可以自动显示接受到的数据并能在字符、十六进制和二进制之间自由切换,自动保存设置参数。-Debug serial programming wizard, VB prepared using serial debugging software, set up online communication rate, parity, oral communication
evc_Chuankou
- evc下的串口测试程序.很好,还可以进行十六进制的转换 -evc serial port under test procedures. well, can also be used for hexadecimal conversion
uCommunication
- 串口通信所需进制转换:十进制转八\二\十六进制 -string to hex hex to string
Serialport_Data_Analize_Tool_CE
- CE下的串口数据分析工具,能够按照二进制、十六进制和ASCII字符发送和接收串口的数据。WindowsXP下也可使用。-Serial port data analize tool for Windows CE. All data from/to the serialport can be received/sent in the form of binary, hex and ASCII.
Comm
- comm做的测试串口的小程序,可以读取十六进制和10进制串口 信息-serial comm to do a small test program that can read the hex and 10 hex serial port information
com
- 串口通信的实例,能够通过串口发送数据和接受数据。包括字符形式和十六进制形式-Examples of serial communication to send data via serial port and receive data. Including the character and hexadecimal form
VBA串口读取数据
- 通过EXCEL VBA向串口发送十六进制的数据,
VC向指定串口发送和接收数据(可十六进制)
- VC++ 串口通信,很不错的,感谢大家的支持与下载(VC++ serial communication, very good)
chengxu
- 实现串口通信各种进制的接受与转换,能够正确传输字符串和十六进制的数(Serial communication to achieve all kinds of acceptance and conversion, can correctly transfer string and sixteen hexadecimal number)
012、UART串口发送十六进制控制继电器开关
- stc15f104 UART串口发送十六进制控制继电器开关(Stc15f104 UART serial port sends sixteen control relay switch)
SerialHelper基于C#的串口调试助手
- SerialHelper基于C#的串口调试助手,支持十六进制,附加校验,lua脚本,shell通信等功能
modbus串口通信
- 是基于modbus通信协议之间的通信,是十六进制进行通信的 可选波特率,数据位 停止位 采用CRC校验
COM_customplot
- 自己用的小软件,仿造原子的XCOM功能,加了一下自己用的功能。 1、基本串口通讯,鼠标放入串口选择自动刷新,显示COM口的驱动类型。 2、多条发送界面,可定时发送,可关联数字键盘、右键发送按钮可更改按钮名称,方便记忆。 3、485通讯,数据有十进制和十六进制可选,发送后自动保留记录。 4、CRC校验小工具。 5、十六进制通信协议提取部分位并根据自定义数据类型转化为十进制 6、字符格式示波器,例:">P:-1.25",示波器显示曲线名称P,数值-1.25,曲线个数最多8个