Update README.md

This commit is contained in:
2022-03-04 22:15:43 +08:00 committed by GitHub
parent aa577c2ab1
commit b75258ae25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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