Updated Modem control using KISS protocol extension (markdown)

master
sh123 2021-10-20 17:24:32 +03:00
rodzic 2f395bb198
commit 84d2382c07
1 zmienionych plików z 8 dodań i 1 usunięć

@ -1,4 +1,11 @@
When `EnableKissExtensions` configuration parameter is set to `true` modem will be able to handle SetHardware KISS command 6 for setting modem parameters and will send event about signal level with KISS command 7, both are operating on KISS port 0. This way client application (such as [Codec2 Walkie-Talkie](https://github.com/sh123/codec2_talkie)) can display signal levels and change modem parameters dynamically.
When `EnableKissExtensions` configuration parameter is set to `true` modem will be able to handle
- SetHardware KISS command 6 for setting modem parameters
- will send event about signal level with KISS command 7
- reboot when command 8 is received
All commands are operating on KISS port 0.
This way client application (such as [Codec2 Walkie-Talkie](https://github.com/sh123/codec2_talkie)) can display signal levels and change modem parameters dynamically.
Payloads for commands are sent and expected as big endian and defined as:
```