kopia lustrzana https://github.com/sh123/esp32_loraprs
Updated Modem control using KISS protocol extension (markdown)
rodzic
2f395bb198
commit
84d2382c07
|
@ -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:
|
Payloads for commands are sent and expected as big endian and defined as:
|
||||||
```
|
```
|
||||||
|
|
Ładowanie…
Reference in New Issue