搜索资源列表
数据传输的CRC校验
- 单片机通信或者远距离数据传输系统中做CRC校验的c源程序。可以嵌入到系统中直接运用。-SCM communication or remote data transmission system so CRC c source. Can be embedded directly into the system use.
crc校验详解
- CRC 校验源码分析,说明了CRC 校验中CRC 值是如何计算出来的,体现的多项式正是X16+X12+X5+1。 Serial Data 即是需要校验的数据。-CRC source analyzed that the CRC value of the CRC calculation of the show that the polynomial is an X16 X12 X5. Serial Data that is the need for calibration data.
串口发送modbus协议CRC校验
- 串口发送modbus协议CRC校验低字节(若为查表所得数据为高字节,其实为CRC的低字节)-serial modbus connection agreement low byte CRC (if available for look-up table for the high-byte data, In fact, for low-byte CRC)
16位CRC校验_Modbus标准算法
- CRC校验 1、循环校验码(CRC码):是数据通信领域中最常用的一种差错校验码,其特征是信息 字段和校验字段的长度可以任意选定。 2、生成CRC码的基本原理:任意一个由二进制位串组成的代码都可以和一个系数仅 为‘0’和‘1’取值的多项式一一对应。例如:代码1010111对应的多项式 为x6+x4+x2+x+1,而多项式为x5+x3+x2+x+1对应的代码101111。 3、CRC码集选择的原则:若设码字长度为N,信息字段为K位,校验字
CRC校验码软件
- CRC-16是检测数据在发送过程中发生错误的常用校验方法,本文通过从工程应用的角度,讲述如何实现CRC-16的程序开发,并给出了Visual Basic和Visual C++程序代码,给从事工业控制的人员在写通信程序的时候提供一些有价值的参考。
循环校验码算法分析与程序实现
- 循环冗余校验是一种编码简单,且高效、可靠的差错控制方法,广泛应用于数据通信领域,本文将对循环校验码CRC的原理进行阐述,并且通过C代码对其进行简单的实现
CRC-32校验的小程序
- CRC校验由于实现简单,检错能力强,被广泛使用在各种数据校验应用中。占用系统资源少,用软硬件均能实现,是进行数据传输差错检测地一种很好的手段。为了提高编码效率,在实际运用中大多采用查表法来完成CRC-32校验。
CRC.rar
- CRC校验码生成软件,试用于调试通信时做数据校验时使用,一个不错的软件,CRC Check Code generation software, the trial in the debug communication data when checking the use of, a good software
MyUART.rar
- 串口调试工具 可以调整传输数据位,速率,奇偶校验位等,Serial debugging tools with transmit data bit rate, parity bitcan adjustable.
comm
- 一个完整的串行通讯源代码,C语言,同时支持两个串行端口,中断方式,自定义数据校验协议,对开发DOS下的通讯程序非常实用-A complete source code for serial communication, C language, while supporting two serial ports, interrupt, custom data validation agreement, under DOS on the development of the communication
CRC8校验
- 在数据传输时进行校验,可用于无线传输,保证数据的准确性(Verify when data is transmitted)
odd_even_check
- 用于检查数据的正确性。具体而言,在发送端,通过增加校验位,使有效数据位和校验位组成数据校验码;在接收端,根据接收的数据校验码判断数据的正确性。(For correcting the correctness of the data. Specifically, at the transmitting end, the valid data bits and the parity bits are added to the data check code by adding the parity b
IAP15F4K-串口通讯-和校验(中断方式)
- 使用单片机实验板,在Keil C开发环境中编写串口发送和接收程序。在串口发送和接收程序中编程增加校验位,使用逻辑分析仪捕捉单片机串口引脚发送和接收数据的波形,并与串口接收和发送的数据进行比较。(Using SCM experiment board, in the Keil C development environment to write serial send and receive program. In the serial sending and receiving program,
异或校验软件
- 好用的异或校验工具,可以一次异或多个数据,简单易用(A useful XOR check tool)
CRC校验
- 利用labviw实现通信数据的CRC校验,用于检验通信数据传输的正确性,校验结果准确(Labviw is used to realize the CRC check of communication data, which is used to check the correctness of communication data transmission and verify the result accurately)
CRC8(0x07)校验
- 按照生成多项式X8 + X2 + X + 1校验传输数据。(The data is transmitted in accordance with the generated polynomial X8 + X2 + X + 1.)
卡方校验
- 数据处理中常用到卡方校验算法,在MATLAB中编辑卡方校验算法(Chi square check algorithm is commonly used in data processing, and the chi square check algorithm is edited in MATLAB)
CRC-8校验
- CRC8校验的程序参考,用于数据传输的校验(CRC8 check, for the data transfering process to check the data.)
循环冗余码
- 使用Labview编写循环冗余校验程序,适合多个字节数据校验。(Labview cyclic redundancy check)
crc8
- 一个字节的冗余校验子程序,用于和下位机通讯时的数据校验(One byte redundant check subroutine)