搜索资源列表
CRC_WORD
- 用查表法实现CRC计算 ,本文以工程应用为目的, 分 析了串行通信技术中利用最有效的错误检测 手段— 增加冗余位对数据错误进行 检测时应采取约一种方便、有效的方法— 查表法, 构造了利用最通用的多项式 多项式和一多项式进行 快速计算的一系列函数。在实际应用 中, 这些函数可直接调用。-In this paper, engineering applications for the purpose of Analysis of serial communication
CRC
- 在用单片机写通信程序是,如红外通信,RS485,MAX232等,串行发送数据的时候回出现发送和接收到的数据不一致,这时候就需要校验,CRC校验是一种快速有效的方式-In written communication with the microcontroller program is as infrared communication, RS485, MAX232, etc., when the serial transmit data back to the emergence of send
crc8
- 检验crc正确,串行接收完后输出检验结果。串行传入数据,最后一bit数据传入后得出crc检验和。(Verify that the CRC is correct and output the results after serial reception. Serial incoming data, the last bit data is passed in, and the CRC test is given.)