搜索资源列表
VC6制作的多功能串口调试工具
- VC6制作的多功能串口调试工具,有多机通讯方式,异或校验,自动应答,自动轮询等,是一个具有很高参考价值,VC6 debug serial produced multi-purpose tool, a number of machines means of communication XOR checksum, automatic answering, automatic polling and so on, is a high reference value
CheckCode.rar
- 计算校验位的程序,异或相加与累加和,可以用于硬件研发人员与一些串口通讯程序使用,Procedures for calculating the parity bit, XOR sum of cumulative and can be used in hardware R & D personnel with a number of procedures for the use of serial communication
checktool
- 串口调试常工具,在AVR猎手检验工具基础上改进。可以计算累加校验和,异或检验和,CRC16,可以添加数据帧头帧尾(用于自定义协议的起始和结束标志),如果能集成在串口助手里面则更好,只是本人VB新手,串口助手写了一个,经常蹦愧,不好意思弄上来。-Serial debugging tools often, hunters in the AVR on the basis of test tools to improve. Can calculate the cumulative checksum, X
c51-test
- 通信协议: 第1字节,MSB为1,为第1字节标志,第2字节,MSB为0,为非第一字节标志,其余类推……,最后一个字节为前几个字节后7位的异或校验和。 测试方法:可以将串口调试助手的发送框写上 95 10 20 25,并选上16进制发送,接收框选上16进制显示,如果每发送一次就接收到95 10 20 25,说明测试成功。-Communication protocols: 1 byte, MSB is 1 mark for the first 1 byte, 2 bytes, MSB
COMM
- 串口工具完成。加入了校验码功能。有无校验,校验和,异或校验,CRC校验,LRC校验。 2012/9/5 由kylin完成。-Serial tools to complete. Adding a checksum feature. Whether the checksum, checksum and XOR checksum, CRC check, LRC checksum. 2012/9/5 by kylin completed.
XOR
- 主要用于GPS的GPRMC等数据段结尾的异或运算,自己编写的程序,生成校验值,加载到数据段末尾,便于格式的重建-XOR mainly for GPS GPRMC the end of the data segment, write your own program to generate a checksum value loaded into the end of the data segment, easy format reconstruction
MyCom1.1
- 串口通信调试软件,基于windows api编写,功能比较简单,但对于串口通信、数据校验的学习有一些帮助,集成了CRC16\CRC16-Modbus\crc8\xor\sum等多种校验方式-Serial communication debugging software, based on windows api to write, relatively simple, but for serial communication, data validation study have some he
CalcXor
- 十六进制串异或校验计算程序。计算十六进制串的异或校验值。-Sixteen string string XOR checksum calculation program. Calculate the parity value of sixteen string.