Serial line emulation over packet based MAC
Design considerations
- framing: assemble bit stream into bytes and, subsequently, into packets
- transport: in-sequence, reliable delivery of serial stream
- control signals: RTS, CTS, DTR
- Options
- collect MTU bytes and then send
- wait until a timeout
- send whatever is available