This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How do I view the data from the virtual com port?

Other Parts Discussed in Thread: EK-TM4C1294XL

Hello,

Dev board: EK-TM4C1294XL

OS: Windows 8

I am trying to run the example program "uart_echo", which I believe just prints out the characters you type back onto the UART. However, I cannot get this to work.

I tried both putty and Bray's terminal with no success.

  1. All drivers are successfully installed
  2. COM4 is the Stellaris Virtual Serial Port, which I'm using
  3. Baud is set to 115200, Parity and Flow Control set to none

I know SOMETHING is happening, because when I press keystrokes while in the putty terminal, the LED on the dev board blinks. However, there is no output on my screen.

How do I get the output to be displayed?