Terminal I/O window
The Terminal I/O window is available from the View menu.

Use this window to enter input to your application, and display output from it.
Link your application with the option Semihosted or IAR breakpoint.
C-SPY will then direct
stdin,stdoutandstderrto this window. If the Terminal I/O window is closed, C-SPY will open it automatically when input is required, but not for output.
The following possibilities for using Terminal I/O in real time apply:
Device | Description |
|---|---|
Cortex-M | The |
Arm7/Arm9, including Armxxx-S, and when using the C-SPY J-Link/J-Trace driver | DCC can be used for Terminal I/O output by adding the file In this case, you can disable semihosting which means that the breakpoint it uses is freed for other purposes. To disable semihosting, choose General Options>Library Configuration>Library low-level interface implementation>None. |


