Go to the source code of this file.
Functions | |
| void | EwBspConsoleInit (void) |
| The function EwBspConsoleInit initializes a console connection via UART/USART interface used to print error and trace messages from an Embedded Wizard GUI application. This implementation uses the following configuration: More... | |
| void | EwBspConsoleDone (void) |
| The function EwBspConsoleDone terminates a console connection. More... | |
| void | EwBspConsolePutCharacter (unsigned char aCharacter) |
| The function EwBspConsolePutCharacter sends the given character to the console interface. More... | |
| unsigned char | EwBspConsoleGetCharacter (void) |
| The function EwBspConsoleGetCharacter returns the current character from the console interface. If no character is available within the input buffer, 0 is returned. More... | |