搜索资源列表
rdcom
- 测试串口产生的二进制数据,并对二进制数据转换成十六进制数据显示。-serial testing of binary data, as well as binary data conversion into hexadecimal data.
EmulatorCOM
- 本程序采用异步方式,除了可作为一般串口调试程序(232方式,或485、422主)来使用,也可以作为485、422设备(从模式)进行调试,当选中(是否比较)复选框后,收到上位机请求时,如果和比较区的内容一致,则自动回复发送区的内容,未选择比较框将按照设定的发送周期定时回复。 参数设定: 发送周期:单位毫秒。用于设定两次自动发送的时间间隔。 延迟接收时间:单位毫秒。推荐仅用于485方式,因为485为半双工模式,所以不能同时进行收发,此时间间隔在自动发送时必需小于上面设定的发送
MSComm
- 串口数据收发,能够实现字符和十六进制数据的通讯。
Serial_Wizard_source_code
- 串口编程调试精灵可以在线设置各种通讯速率、奇偶校验、通讯口而无需重新启动程序;可以设置定时发送的数据以及时间间隔;可以自动显示接收到的数据,并能在字符串、十进制和十六进制之间自由切换; 自动保存设置参数。
support
- TI公司的Tusb3210系列芯片串口调试源码,可以直接通过串口发送字符、字符串、十六进制字符等。
RS232
- 支持串口设置,十六进制数据发送,ASCII码数据发送,文件发送;十六进制回显,ASCII码回显。-Support for serial port settings, hexadecimal, data transmission, ASCII code data sent, send the file echo hex, ASCII code echo.
SerComV2
- 多线程串口调试工具,支持文本传输,可十六进制显示-Serial multi-threaded debugging tools, support for text transmission, can be displayed in hexadecimal
SCOMMV23
- 串口调试助手源码,实现串口收发,十六进制,文件-Serial debugging assistants source, serial transceiver implementation, hexadecimal, file
chuankouCRCProgram
- 此代码为串口接收数据程序的原代码,内容以十六进制的形式显示出来。-This code for the serial receive data of the original program code, the contents of the form of a hexadecimal display.
serial-communicati
- 多线程串口通讯实例,可实现十六进制和字符数据的传输。-Multi-threaded serial communication example, hexadecimal and character can achieve data transmission.
com
- 串口通信的实例,能够通过串口发送数据和接受数据。包括字符形式和十六进制形式-Examples of serial communication to send data via serial port and receive data. Including the character and hexadecimal form
SComm_Access(VS2008)
- VS2008开发的串口读写,带连接ACCESS数据库的查询功能,支持十六进制发送-VS2008 development of the serial read and write, to connect with ACCESS database queries, support for sending hexadecimal
Comm
- 本程序是基于COMM空间的串口调试助手工具,该工具可以实现字符和十六进制的转换,功能比较全,想学习利用VC++学习串口编程的可以借鉴一下。 -The program is based on a serial port debug the COMM space assistant tools, this tool can realize the character and hexadecimal conversion, the function is all, want to learn by
mytest
- 串口通讯,输出每两位十六进制数组成的字段-Serial communication, the output of two bits per sixteen hexadecimal number consisting of a field
DASignalConvert
- 使用VC++6.0环境编写的MFC程序,实现利用鼠标绘制任意波形然后生成采样信号十六进制值,可以使用串口方式或其他方式写入嵌入式芯片中进行任意波形的输出。-Using the the MFC program written by the VC++6.0 environment, use the mouse to draw arbitrary waveforms and then generates the hexadecimal value of the sampled signal, you
Serial-Port-Tool
- VC6 做的一个串口调试助手,实现字符串与十六进制数据的收发,自动发送等功能-VC6 to do a serial debugging assistant, a string of hexadecimal data transceiver, automatic transmission and other functions
com
- 串口调试助手源代码 收发报文 十六进制转换-Serial debugging assistant source code
SCommTest
- 串口通信程序,转换数据格式,以十六进制方式发送-Serial communication program, convert the data format, send in hexadecimal.
SnailComm-ver1.0
- 基于wxWidgets的串口工具,支持文本及HEX十六进制格式显示,支持文件存储,支持多窗口的快捷命令存储,支持多语言。-serial ui tool, support ascii and hex display, support save log file, and support command lists, support multi-language, default chinese
COM_customplot
- 自己用的小软件,仿造原子的XCOM功能,加了一下自己用的功能。 1、基本串口通讯,鼠标放入串口选择自动刷新,显示COM口的驱动类型。 2、多条发送界面,可定时发送,可关联数字键盘、右键发送按钮可更改按钮名称,方便记忆。 3、485通讯,数据有十进制和十六进制可选,发送后自动保留记录。 4、CRC校验小工具。 5、十六进制通信协议提取部分位并根据自定义数据类型转化为十进制 6、字符格式示波器,例:">P:-1.25",示波器显示曲线名称P,数值-1.25,曲线个数最多8个