Description:
Yes. The characters transmitted through the UART can be displayed on the Simulator console window during simulation.
To enable this:
Now if you regenerate your hardware platform and run simulation you can see the transmitted characters being displayed on the simulator console window.
Important note while simulating is that your C/C++ code should not be waiting for any input from the UART. This may cause simulation to fail.