LRC verification tool
Fav纵向冗余校验(Longitudinal Redundancy Check,简称:LRC)是通信中常用的一种校验形式,也称LRC校验或纵向校验。它是一种从纵向通道上的特定比特串产生校验比特的错误检测方法。在行列格式中(如磁带),LRC经常是与VRC一起使用,这样就会为每个字符校验码。在工业领域Modbus协议Ascii模式采用该算法
具体算法如下:1、对需要校验的数据(2n个字符)两两组成一个16进制的数值求和
2、将求和结果与256求模
3、用256减去所得模值得到校验结果(另一种方法:将模值按位取反然后加1)
例如16进制数据:01 A0 7C FF 02(16进制计算) 求和:01 + A0 + 7C + FF + 02 = 21E 取模:21E % 100 = 1E 计算:100 - 1E = E2
(10进制计算) 求和:01 + 160 + 124 + 255 + 02 = 542 取模:542 % 256 = 30 计算:256 - 30 = 226
Recommended Tools
Audio cutting tool
Cut the audio online and download it locally
Cuboid volume calculator
Online calculation of rectangular volume
Nth power calculation tool
Online Nth power calculation tool
Complete Collection of Tea Formulas
Collect and organize a large number of tea recipes.
PX Batch to REM Tool in CSS
Batch convert PX units in CSS code to REM units
Sneezing can predict good or bad luck
Sneezing prediction of good or bad luck
Online Dinglan ruler query
Online Dinglan ruler auspicious and inauspicious number query
Prediction of auspiciousness and inauspiciousness of tinnitus
Online prediction tool for good or bad luck
Pomodoro Timer
Online internationally recognized efficient working methods
JSON compression/formatting
JSON online compression/JSON online decompression formatting tool
GIF image creation
Online GIF image creation
Gzip encoding/decoding
String Gzip online encoding/decoding online processing tool
Ancient style name generator
Generate various ancient style names online
PDF file page rotation
Rotate PDF file pages online
QQ avatar acquisition tool
Enter QQ number to get QQ avatar
Vision training tools
Online vision training and eye relaxation tools
Text Content: Enter, Line Break, Convert to P Label
Convert carriage returns and line breaks to P tags in text content online
Text duplication tool
Repeating a text multiple times online
Batch replacement of keywords within the text
Batch replace multiple specified keywords in text content online
Text Add Line Number Tool
Online tool for adding line numbers to text
Online text deduplication tool
Online text deduplication tool
Video rotation
Rotate the video 90 degrees clockwise or counterclockwise online and download it locally.
Male and female zodiac pairing query
Online search for the matching degree between male and female zodiac signs
regular expression
A Comprehensive Guide to Commonly Used Regular Expressions
























粤ICP备2021116614号