Update README.md

This commit is contained in:
2022-03-04 22:15:43 +08:00
committed by GitHub
parent aa577c2ab1
commit b75258ae25

View File

@@ -1,2 +1,10 @@
# FreemodbusCrcShell # Example
Free Modbus CRC Shell ```
Input modbus package Hex string, output crc result.
> 01 11
Lo: C0 Hi: 2C
> 01 11 C0 2C
Lo: 0 Hi: 0
> exit
```