nRF52840-dongle serial terminal

I have an application that runs on the nRF5280-dongle and I want to monitor the stream produced by some imbedded printf statements.  When application runs on my nRF52840 DK it works fine and I can monitor the serial terminal traffic within VSCODE with no issues.  The nRF52840-dongle is  a different animal.  Because it lacks debugging hardware VSCODE apparently cannot detect it and so I have to program it with Nordic's standalone programmer and which works well enough.  But when I try to monitor the serial port with the standalone emulator, it cannot find the COM port.  When I reset the dongle COM5 appears in my device manager and the programmer sees it and can connect to it.  When the programming process is complete the COM port disappears from the device manager and I cannot connect to it with the terminal emulator.

Is there a way to monitor a serial terminal on a nRF52840-dongle?  If so how do you do it?

Parents Reply Children
Related