@YuMERA can you go to C:\Users\YOUR-USER.vscode\extensions\vsciot-vscode.vscode-arduino-0.4.4\out\serial-monitor-cli\win32 and see if there is anything there? I think the problem might be with the new serial monitor running 32-bit windows.YuMERA commented Aug 26, 2021 Yes in this ...
I have the same problem, when I want open the serial monitor this is the message, and I have the last vscode version, "Failed to open serial port COM8 due to error: + Error: The module '\?\c:\Users\Jalbarra.vscode\extensions\vsciot-vscode.vscode-arduino-0.3.4\out\node_modules\usb...
@microsoft/vscode-serial-monitor-api Public API for vscode-serial-monitor vscode serial api vscode-serial-monitor monitor serial monitor embeddedbot •0.1.7•2 years ago•0dependents•MITpublished version0.1.7,2 years ago0dependentslicensed under $MIT ...
However I found the issue that when uploading with vscode there will be no output on neither the extension's monitor nor the serial monitor of the arduino IDE. When uploading the same code with the IDE there will certainly be an output in the IDE's monitor, but not always on the vscode...
import{SerialMonitorApi,Version,getSerialMonitorApi,LineEnding,Parity,StopBits,Port}from'@microsoft/vscode-serial-monitor-api';letapi:SerialMonitorApi|undefined=awaitgetSerialMonitorApi(Version.latest,extensionContext);if(api){// open a serial portconstport:Port=awaitapi.startMonitoringPort({port:"COM1...
Serial Monitor that allows for reading and writing to serial ports. Official issue tracking repository for Microsoft's Serial Monitor VS Code extension. - Issues · microsoft/vscode-serial-monitor
Same symptoms as #851 but with 0.2.27 on VS Code 1.40.0 Same workaround -- manually edit arduino.json but this leaves you without Serial monitor. Better to revert VS Code to 1.39.2 and disable auto-update pending an update to this extens...
Type: Bug platform io serial console DTR and RTS check boxes do not change behavior. Only changing platform.ini by adding monitor_rts = 0, monitor_dtr = 0, causes it to work for Serial monitor communicating to ESP8266 module. VS Code ver...
Issue Type: Bug After upgrade of VSCode to 1.49.0 unable to open serial monitor in Arduino extension (vscode-arduino vsc 0.3.2) VS Code version: Code 1.49.0 (e790b93, 2020-09-10T13:22:08.892Z) OS version: Windows_NT x64 10.0.19041...
Issue Type: Bug Same symptoms as #918 and #851 Click Open Serial Monitor icon (with correct Com port selected Output shows [Starting] Opening the serial port - COM3 and then no data. Other serial monitors correctly show data when connect...