搜索资源列表
BCCcomputer
- 在串口通信中经常使用到的一种校验位计算方法:即BCC校验位的计算。本软件把算法通过代码的形式写入,你只要输入数据,即可计算出数据的BCC校验位是多少。-Often used in serial communication to a check digit calculation method: the BCC check digit calculation. The software code in the form of the algorithm is written, you can en
6-2
- 用于MSP430F149。从串口接收数据,分析收到的数据包,然后根据算法进行运算,最后将结果从串口返回。 -For MSP430F149. Receive data from serial analysis of received packets, and then computing algorithm, and finally return the results from the serial port.
CR16
- 循环冗余校验码——CRC-16算,网络通信或者串口通信中的数据校验算法,很好用的-Cyclic redundancy check- CRC-16 calculation, network communication or serial communication data validation algorithm, a very good use
CRC16
- CRC16校验算法!通讯过程可对双方数据进行校验判断数据是否正确!-CRC16 checksum algorithm! Communication process can be verified on both the data to determine whether the data is correct!
Matlabserial
- matlab中的串口接收程序,可以实现每0.2s读取一次串口的数据,并进行处理,可以根据自己的数据情况修改接收算法-matlab serial port to receive the program, you can achieve once every 0.2s serial data read and processed, the algorithm can be modified to receive data according to their own situation
ComAssistant
- 本版本由sky的1.0修改而成,本来只是用来学习SPCOMM控件的,想不到经过一个晚上的努力,程序已经近于完善了。就将我的成果共享出来吧。由于改用COMPORT控件为SPCOMM控件,整个代码已经经过大规模的改动,去除了Email等与程序应用不太相关的部分,改进了绝大部分算法,添加原未完成的功能 ,程序依然是参照龚建伟VC版《串口调试助手V2.2》来编写的。我相信,现在的程序不比龚建伟VC版《串口调试助手V2.2》差,毕竟串口调试助手V2.2不能显示中文字符(或许只有我遇到这个问题)。把它作为我