This repository was archived by the owner on Oct 1, 2024. It is now read-only.
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
AutoReconnectionEnabled not working on Mac after sketch upload #1663
Open
Description
Type: Bug Report
Describe the bug
- OS and Version: MacOS Ventura 13.4.1
- VS Code Version: 1.79.2
- Serial Monitor Extension Version: v0.10.0
- Target embedded device: Seeeduino XIAO
- 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.
-
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.