We need a simple program that can be used as a terminal program on Windows (with nRF52840 dongle attached) to a remote device running the BLE UART service.
Essentially, this would be the same as the android nRF UART 2.0 app, but runs on Windows. I've seen this topic talked about in multiple threads, but not with a clear solution. This would be used with the Nordic nRF52840 dongle.
In a perfect world, this is a simple c app that builds under gcc (cygwin?). As a secondary option, a full python app would be "okay", but we've seen notably slower performance in python than in a compiled windows app.
We would then modify this app appropriately to meet our needs, but if it has the functionality of that android app we'd be 90% there.
The nRF Connect app is much bulkier than what we want, and displays only in hex (not ASCII text), and doesn't appear to support logging.