Update to below: I get data out of the VCP and into Termite for a sub-second when I first power the board (with handshaking enabled), then I get no subsequent data (even though I see it on the TX pin). Does the VCP receive get taken over by some other driver? What am I missing here?
I have a nRF52832 eval board that I am bringing up. Trying to get the COM port working so that I can use it for some debugging during SW development.
Anyways, I have the code for the ble_app_uart running as described here:
My issue is this. I can send data from Termite and see it on the Android app just fine, but I don't get the "Start..." text or any other text sent from the Android app to the PC. I can see the TX pin (P0.6) out of the nRF52832 toggling when I try to send data from the Android app, but it never seems to come out of the Virtual COM port. I have tried toggling the DTR signal in Termite, but still no luck.
I can also see the TX signal toggling when I step over the print for the "Start..." text. I've seen the same behavior with Tera Term as well.