You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
Other extensions you installed (and if the issue persists after disabling them): 34 extensions
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Write "Hello World" to Serial in a 1 second loop in your sketch
Turn on Serial Monitor, make sure you see "Hello World" coming up each second to make sure it is running correctly. On my machine the connection is on /dev/tty.usbmodem1113201
Turn on "AutoReconnectionEnabled"
Upload the sketch
Note that the Serial Monitor connection is closed, and the sketch is uploaded.
Throws the error pictured in the attached image
This is in the log: 2023-06-29T23:32:43.310Z [debug] [vscode-serial-monitor] Requested port /dev/tty.usbmodem1113201 is not connected to the machine
Expected behavior
I expect that the port will be re-opened after the sketch is uploaded.
Type: Bug Report
Describe the bug
To Reproduce
Steps to reproduce the behavior:
Write "Hello World" to Serial in a 1 second loop in your sketch
Turn on Serial Monitor, make sure you see "Hello World" coming up each second to make sure it is running correctly. On my machine the connection is on /dev/tty.usbmodem1113201
Turn on "AutoReconnectionEnabled"
Upload the sketch
Note that the Serial Monitor connection is closed, and the sketch is uploaded.
Throws the error pictured in the attached image

This is in the log:
2023-06-29T23:32:43.310Z [debug] [vscode-serial-monitor] Requested port /dev/tty.usbmodem1113201 is not connected to the machineExpected behavior
I expect that the port will be re-opened after the sketch is uploaded.