文件名称:mcs-51
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [WORD]
- 上传时间:
- 2012-11-26
- 文件大小:
- 3kb
- 下载次数:
- 0次
- 提 供 者:
- 刘**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
通信协议:第1字节,MSB为1,为第1字节标志,第2字节,MSB为0,为非第一字节标志,其余类推……,最后一个字节为前几个字节后7位的异或校验和。
测试方法:可以将串口调试助手的发送框写上 95 10 20 25,并选上16进制发送,接收框选上16进制显示,如果每发送一次就接收到95 10 20 25,说明测试成功。
下载C的源程序: -Communication protocol: the first 1 byte, MSB is 1, 1 byte for the first signs, 2 bytes, MSB is 0, non-first byte marks, and the rest ... and so on ..., the last byte words for the former postganglionic XOR of seven checksum. Test Methods: Serial debugging assistant can send the box to write 95 10 20 25, and 16-band selected to send, receive框选on the 16-band show that if every one on the receiver to send 95 10 20 25 illustrate the test success. Download C source:
测试方法:可以将串口调试助手的发送框写上 95 10 20 25,并选上16进制发送,接收框选上16进制显示,如果每发送一次就接收到95 10 20 25,说明测试成功。
下载C的源程序: -Communication protocol: the first 1 byte, MSB is 1, 1 byte for the first signs, 2 bytes, MSB is 0, non-first byte marks, and the rest ... and so on ..., the last byte words for the former postganglionic XOR of seven checksum. Test Methods: Serial debugging assistant can send the box to write 95 10 20 25, and 16-band selected to send, receive框选on the 16-band show that if every one on the receiver to send 95 10 20 25 illustrate the test success. Download C source:
(系统自动生成,下载前可以参看下载内容)
下载文件列表
mcs-51.doc