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