🔗 LRC Checksum Calculator
Compute ISO 1155 LRC (Longitudinal Redundancy Check) with text/hex/Base64 input, step-by-step trace, verification and batch mode for Modbus ASCII and serial protocol debugging
Input mode
HEX accepts "48 65", "0x48,0x65", "\x48", newlines and # / // line comments
0 bytes recognized
Leave empty to use all bytes. Indices are 0-based.
Output Format
Results (click to copy)
🔍 Step-by-step trace (LRC)
| # | Byte | Sum (before) | Sum (after) |
|---|
After you enter valid bytes, each accumulation step will appear here.
Showing first 512 rows; full computation is unaffected.
✓ Verify against expected (optional)
📋 Batch mode (one group per line)
| # | Input | LRC | Sum8 |
|---|
Online LRC (Longitudinal Redundancy Check) calculator based on ISO 1155 (two's complement method), with text, hex and Base64 input. Displays both the LRC checksum and the raw Sum8 intermediate value, with step-by-step trace, verification and batch mode. Configure byte range and output format (hex, HEX, DEC, BIN, CHAR with optional 0x prefix). All computation runs locally in your browser, ideal for Modbus ASCII, serial protocol debugging and industrial communication checksum verification.