Home/Tools/Modbus RTU Parser

Modbus RTU Parser

Paste a Modbus RTU frame in hex and decode each field — slave address, function code, data, and CRC-16 validation.

Example Frames

Modbus RTU Frame Reference

BytesFieldDescription
0Slave AddressDevice address (0 = broadcast, 1–247 = device)
1Function CodeOperation to perform (1–127, or 128+ for exceptions)
2 to N-2DataRequest/response payload (variable length)
N-1, NCRC-16Error check (little-endian byte order)