Skip to main content

try_read_byte

Function try_read_byte 

Source
pub fn try_read_byte() -> Option<u8>
Expand description

Non-blocking read of one received byte (task context). None if nothing is buffered, or interrupt-driven RX was never wired up.