octet_stuff_byte: byte If framed = True, use this byte to do octet stuffing and unstuffing on escaped characters. """def__init__(self, callback, auto_reconnect = True, framed = True, start_byte = def_start_byte, end_byte = def_end_byte, escape_byte = def_escape_byte, octet_stuf...