-
Notifications
You must be signed in to change notification settings - Fork 115
fw uartgetbytesavailable
Ken Sharp edited this page Dec 10, 2025
·
2 revisions
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