The Terminal Emulator window contains a basic serial-terminal emulator that allows you to receive and transmit data over a serial interface.
Once connected, any input in the Terminal Emulator window is sent to the communications port and any data received from the communications port is displayed on the terminal.
Connection may be refused if the communication port is in use by another application or if the port doesn't exist.
This will release the communications port for use in other applications.
The terminal supports a limited set of control codes:
Control code | Description |
<BS> | Backspace |
<CR> | Carriage return |
<LF> | Linefeed |
<ESC>[{attr1};...;{attrn}m | Set display attributes. The attributes 2-Dim, 5-Blink, 7-Reverse, and 8-Hidden are not supported. |