-
Notifications
You must be signed in to change notification settings - Fork 114
uartgetbytesavailable
Ken Sharp edited this page Dec 8, 2023
·
1 revision
Gets the number of data bytes available in the specified UART's receive buffer.
UartGetBytesAvailable(unsigned char channel, unsigned char *numBytes) ;
channel
The UART channel to read from.
numBytes
A pointer to an unsigned char to store the number of available data bytes in the UART's receive buffer.
int status