I have the simple UART example working with the nRFgo motherboard laid out as described in the SDK docs, with 2p connectors on the RS-232 P15 and the SDA and SCL pins of the nRFgo display. I can flash the device and connect to it in a terminal session from a PC. All I see in the terminal session is the characters I'm typing but when I type q and ENTER I get the quit string from the device, so I presume the code is working.
I'd like to be able to see the UART conversation on the nRFgo display though. Should that be working for the simple UART example code? If not, how do I go about adding it?