Description in SerialInterface

This commit is contained in:
Mark Qvist 2020-05-07 14:14:35 +02:00
parent 8c506b0c78
commit 556d95c381
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@ import time
import RNS
class HDLC():
# The Serial Interface packetizes data using
# simplified HDLC framing, similar to PPP
FLAG = 0x7E
ESC = 0x7D
ESC_MASK = 0x20