diff --git a/src/serialmonitor/serialportctrl.ts b/src/serialmonitor/serialportctrl.ts index c2f1a846..c09e1e78 100644 --- a/src/serialmonitor/serialportctrl.ts +++ b/src/serialmonitor/serialportctrl.ts @@ -64,7 +64,7 @@ export class SerialPortCtrl { }); }); } else { - this._currentSerialPort = new SerialPortCtrl.serialport(this._currentPort, { baudRate: this._currentBaudRate }); + this._currentSerialPort = new SerialPortCtrl.serialport(this._currentPort, { baudRate: this._currentBaudRate, hupcl: false }); this._outputChannel.show(); this._currentSerialPort.on("open", () => { if (VscodeSettings.getInstance().disableTestingOpen) {