Currently, I am trying to create a UART connection between the nRF52840 Dongle and my PC. I am working with the usbd_ble_uart example found in the dongle SDK. I managed to successfully load the compiled hex of the usbd_ble_uart example using the nRF Connect Programmer application and it seems to be running as expected.
My question is where / how do I get the output streaming from the dongle? It seems to recognize being connected to serial and receiving commands (via its LEDs) but I cannot find a way to view the output of the dongle through my PC (from my serial port connection). Any information on this would be highly appreciated.