-
Notifications
You must be signed in to change notification settings - Fork 8
CONFIG_KISS_FRAME
Shawn edited this page Oct 23, 2016
·
1 revision
enum {
KISS_CMD_DATA = 0,
KISS_CMD_TXDELAY,
KISS_CMD_CONFIG_CALL = 0x0C,
KISS_CMD_CONFIG_PARAMS = 0x0D,
KISS_CMD_CONFIG_TEXT = 0x0E,
KISS_CMD_CONFIG_COMMIT = 0x0F,
};
|data[4096]|crc[1]|
|mycall[7]|destcall[7]|path1[7]|path2[7]|
|text[256]
Just encapsulate the above frame into KISS frame and send to the TNC
Send the KISS frame with corresponding CMD with zero byte of data will trigger the read operation.
- Read the calls
>>> C0 0C C0
- Read the parameters
>>> C0 0D FF C0
- Read the text
>>> C0 0E C0