I opened, compiled, and uploaded the UART example on my nRF52-DK board using KEIL IDE. I use either CoolTerm or RealTerm on my PC. When I open the Terminal program I can see COM port 8 connected to my nRF52-DK. I followed this setup and got connected:
Baud rate: 115.200
8 data bits
1 stop bit
No parity
HW flow control: RTS/CTS
However I don't see "Start:" nor 'Exit!' when I enter q/Q.
Aren't I supposed to connect to the Terminal program through the same USB port as for programming nRF52-DK board? Or am I supposed to use another port with an external device to get connected to Terminal program?
Thanks in advance