int OsFGetC( UInt8T stream );
Function OsFGetC() 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 fputc().
The example below shows .
ch = OsFGetC( OS_UART1 );