mirror of
https://github.com/jie65535/FreemodbusCrcShell.git
synced 2024-07-27 19:04:58 +08:00
11 lines
128 B
Markdown
11 lines
128 B
Markdown
# Example
|
|
```
|
|
Input modbus package Hex string, output crc result.
|
|
> 01 11
|
|
Lo: C0 Hi: 2C
|
|
> 01 11 C0 2C
|
|
Lo: 0 Hi: 0
|
|
> exit
|
|
|
|
```
|