I am trying to build and debug the sample styled
USB CDC ACM Sample Application,
and which is described here:https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/samples/subsys/usb/cdc_acm/README.html#usb-cdc-acm
This program, during initialization, waits for the DTR signal to go high on the serial port. If I close VSCODE and open the COM port under Putty, I can get the sample to work properly, but I then I have no debug connectivity, so I need to figure out a way to the terminal emulator in VSCODE to raise this signal.
Any ideas?
Jerry