VSCODE Terminal Emulator and the DTS signal

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

Parents
  • I have been able to craft a work around for this issue so its no longer very important; I suspect but am not sure there is no way to raise dtr inside a vscode terminal.  My work around is using putty external to vscode.  Maybe someone knows of a terminal emulator, like putty, that can be used from within vscode.  Using the external Putty is a little bit inconvenient.

Reply
  • I have been able to craft a work around for this issue so its no longer very important; I suspect but am not sure there is no way to raise dtr inside a vscode terminal.  My work around is using putty external to vscode.  Maybe someone knows of a terminal emulator, like putty, that can be used from within vscode.  Using the external Putty is a little bit inconvenient.

Children
No Data
Related