From 84d2382c075a0e1e8fa7cbd434e9350696ab1dec Mon Sep 17 00:00:00 2001 From: sh123 Date: Wed, 20 Oct 2021 17:24:32 +0300 Subject: [PATCH] Updated Modem control using KISS protocol extension (markdown) --- Modem-control-using-KISS-protocol-extension.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Modem-control-using-KISS-protocol-extension.md b/Modem-control-using-KISS-protocol-extension.md index 4e1ec86..2f335fa 100644 --- a/Modem-control-using-KISS-protocol-extension.md +++ b/Modem-control-using-KISS-protocol-extension.md @@ -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: ```