Skip to content
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
@rvnash

Description

@rvnash

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:

  1. Write "Hello World" to Serial in a 1 second loop in your sketch

  2. 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

  3. Turn on "AutoReconnectionEnabled"

  4. Upload the sketch

  5. Note that the Serial Monitor connection is closed, and the sketch is uploaded.

  6. Throws the error pictured in the attached image
    error

  7. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions