Free Modbus CRC Shell
Go to file
2022-03-04 22:15:43 +08:00
main.c Create main.c 2022-03-04 22:12:52 +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