Read a SLIP packet from the serial port
(self)
| 303 | ) |
| 304 | |
| 305 | def read(self): |
| 306 | """Read a SLIP packet from the serial port""" |
| 307 | return next(self._slip_reader) |
| 308 | |
| 309 | def write(self, packet): |
| 310 | """Write bytes to the serial port while performing SLIP escaping""" |
no outgoing calls
no test coverage detected