Free Modbus CRC Shell
Go to file
2022-06-16 14:12:44 +08:00
main.c Update output format 2022-06-16 14:12:44 +08:00
README.md Update README.md 2022-03-04 22:15:43 +08:00

Example

Input modbus package Hex string, output crc result.
> 01 11
Lo: C0  Hi: 2C
> 01 11 C0 2C
Lo: 0  Hi: 0
> exit