SIO_LSR_RXDA
return ((status & SIO_LSR_RXDA) != 0 && !rmc_comm_faulty(rcs));
return ((status & SIO_LSR_RXDA) != 0 && !sio_faulty(ssp));