int OsFRead( UInt8T stream );
Function OsFRead() should be called by the client application to send a single character to a stream. The return value is .
The general form of this function is the same as the ANSI standard C library function fread().
The example below shows .
ch = OsFRead( OS_UART1 );