搜索资源列表
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.
countCrc
- 计算CRC校验和,可以计算modbus规约/CDT规约/DISA规约/DF1规约/DNP规约/1801等规约的校验和.-and CRC calculation, modbus connection can be calculated Statute / CDT Statute / DISA Statute / DF1 Statute / DNP Statute / 18 01 of the Statute, such as checksum.
MB_CRC-16
- 计算CRC校验码,详细说明看源代码中的注释。
CRC
- modbus是应用比较多的通讯协议,程序计算MODBUS RTU通信协议中的CRC校验
CRC_PROS
- 打表法计算CRC校验码的程序,C++实现-Playing table method of calculating the CRC checksum procedure code, C++ to achieve
crc_rs_inv
- CRC和RS的组合编码,自编程序,能正确运行通过。 CRC+RS+交织 编码:计算CRC-->RS-->交织 数据:19byte 21byte 49byte 49byte 解码:解交织-->校验CRC-->输出/解RS后输出-->CRC校验-->输出 交织以7x7求转置交织,元素以字节为单位,交织深度7字节 数据量:19byte---->49byte(中包) 小包:10byte=
CRC
- 串口通讯中的CRC校验,包括计算方法和CRC余式表-Serial Communication in the CRC checksum, including the calculation methods and CRC Remainder Table
CRC
- crc 校验器,可以计算一组数据的CRC值,很实用!-crc checker that can calculate a set of data of the CRC value, and very practical!
VB
- 1、掌握循环冗余校验码的生成原理; 2、了解CRC校验程序有两种办法:一种为计算法,一种为查表法; 3、进一步掌握VB编程CRC校验程序; 4、用查表法计算CRC码的VB程序设计,生成多项式为CRC- CCITT; -A master cyclic redundancy check code generation principle 2, understand the CRC checking of program in two ways: one for the calcul
CRC
- CRC校验码的计算,该程序包括了三种计算CRC码的方法,主要用于MODBUS编程中CRC校验码的计算
crc
- 通过查找表的方法,该函数可以计算出以字节为单位的数据的CRC校验位,可以应用于网络编程中的一些帧的校验位的生成-Through the method of lookup-tabel,this function can generate the crc parity code of bytes,which can be used for network program field
CRC_Calc_v0.1
- CRC校验计算工具软件,支持对计算参数的灵活配置-CRC checksum calculation tools to support flexible configuration of the calculated parameters
MB_RTU
- Modbus RTU CRC校验码的两种计算方法。 查表法,直接计算法。-Modbus RTU CRC.
CRC-Calculation
- 用C语言实现CRC校验计算, 十分實用, 可實行串口通信-CRC checksum calculation using the C language, the practical implementation of serial communication
CRC
- 原创的C++ Builder计算CRC校验的小程序源码。-Original C++ Builder CRC calculation applet source code.
CRCTool-v3.0
- 计算CRC校验的小工具,可以改变计算方式。嵌入式编程者的好朋友。特别是对modbus规约(CRC checksum calculation of small tools, you can change the way of calculation. Embedded programmer's good friend. Especially for Modbus Protocol)
CRC校验Demo和CRC计算工具
- CRC校验Demo和CRC计算工具,CRC 域检验整个报文的内容。不管报文有无奇偶校验,均执行此检验。(CRC checksum Demo and CRC computing tools, the CRC domain to verify the contents of the entire message. This check is performed regardless of whether or not the message has parity.)
CRC校验码计算
- CRC校验码计算介绍及使用详细,关于CRC效验的说明调试,已经怎么使用的函数。十分有用,在PLC和上位机通信当中有用,各种CRC的算法。(CRC16,CRC32,TTICCT16)
CRC校验
- 输入字符串或数组,计算CRC校验值并返回(Enter the string or array, calculate the CRC check value and return.)