SEGGER_RTT_TerminalOut() function
SEGGER_RTT_TerminalOut Function description Writes a string to the given terminal without changing the terminal for channel 0. Parameters TerminalId Index of the terminal. s String to be printed on the terminal. Return value >= 0 - Number of bytes written. < 0 - Error.
Syntax
int SEGGER_RTT_TerminalOut (unsigned char TerminalId,
const char* s);