pub fn try_read_byte() -> Option<u8>
Non-blocking read of one received byte (task context). None if nothing is buffered, or interrupt-driven RX was never wired up.
None