Hello,
I am running the UART app example in SDK 0.9.1 with the nRF52 and PCA 10036. I am using putty to send and receive messages, as well as the nRF UART v2.0 app for Android to receive the data and send data back. Also, I am compiling using Keil and the s132 softdevice.
After I flash the example project and connect with the android app, I can send messages from the UART app through the COM setup and read the output on putty. But when I try to send messages through putty, the text does not appear in the terminal, nor does it send to my phone. So I can receive data in putty, but I cannot send data from putty. I also tried using realterm, but still could not send data from real term.
Any commentary is appreciated. Thanks in advance.