Prefix all framing and parity errors with the sequence 0xFF 0x00.
0xFF 0x00
const TTYIN_MARK_ERRORS: TtyInFlags = TtyInFlags(cty::PARMRK);
termios(3) and PARMRK therein