Hi
I am using the following code in in a BIOS_UART project.
len = 21;//SIZEOF_UART_STRING;
status = GIO_read(hUart_IN, &bufin, &len);
The programm wait forever until all 21 bytes are received .
Is it possible to use this function with a time limit to check if all 21 bytes received
or other function that will do the job.
Please Asdvise.
Thanks