mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-08-12 00:20:29 -04:00
Implemented KISS flow control
This commit is contained in:
parent
9b4105c585
commit
2c80adbda4
5 changed files with 25 additions and 4 deletions
|
@ -19,6 +19,7 @@
|
|||
#define CMD_TXTAIL 0x04
|
||||
#define CMD_FULLDUPLEX 0x05
|
||||
#define CMD_SETHARDWARE 0x06
|
||||
#define CMD_READY 0x0F
|
||||
#define CMD_RETURN 0xFF
|
||||
|
||||
void kiss_init(AX25Ctx *ax25, Afsk *afsk, Serial *ser);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue