I am learning some demo for IOT, but the some of the demo require for a connected to the ICDI virtual COM port and running at 115,200, 8-N-1. how could I run the emulator so I could see what is been output to the COM port?
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.
I am learning some demo for IOT, but the some of the demo require for a connected to the ICDI virtual COM port and running at 115,200, 8-N-1. how could I run the emulator so I could see what is been output to the COM port?
Hello Shan,
If all you want to do is view the UART0 data on a terminal window, then either use the one provided in Code Composer Studio or install a terminal window application like Tera Term or Putty.
In any of these terminal window applications you will have to choose the "Serial" option and then choose values for
Thanks,
Sai