Worked example
No result for these values. The message above the form says which field to change.
CRC bytes in wire order
76 87
- 16-bit CRC value
- 0x8776
- Payload length before CRC
- 6 bytes
- Complete RTU frame
- 11 03 00 6B 00 03 76 87
The low-order CRC byte is transmitted first. Validate the function and data fields independently.
Underlined figures are rounded. Select one to copy its full value.
Method and assumptions
Formula
CRC starts at 0xFFFF; XOR each byte, shift eight times using polynomial 0xA001; transmit CRC low byte firstEnter the server address through the final data byte, without an existing CRC. Spaces and common byte separators are accepted.
Limits of this result
- A matching CRC proves only that the entered bytes reproduce the checksum; it does not validate the function, address, quantity or device response.
- This tool is for Modbus RTU binary frames, not Modbus ASCII LRC or Modbus TCP MBAP framing.
Technical sources
Put the value to work
Read the related engineering guidance, or carry this task into System Builder to identify the signal path and EpiSensor products.