hardwareUartAvailable
UART.hardwareUartAvailable(uartIndex, [ezbIndex])
Parameters
uartIndex | Index of UART to check. |
ezbIndex (optional) | Board index of the EZB to use. |
Returns
Number of bytes available in the UART receive buffer at the specified UART.Description
Returns the number of bytes available in the UART receive buffer at the specified UART given by uartIndex. The UART must be initialized first.