-
-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Extension version
0.6.7
OS & version
Windows 11
Describe the bug
Every time you program a teensy device it causes the USB port to turn off and on. Arduino Maker Workshop responds to a port being disabled -even temporarily - by resetting the upload and monitor ports, meaning (a) you can't upload without setting the port each time and (b) you can't monitor without changing the monitor port after upload. It's maddening.
What Arduino Maker Workshop needs to do in order to work with devices like the Teensy, or the ESP32S3 in USB Serial JTAG mode, is to NOT reset the com port selection when a COM port goes offline.
If you really insist that you MUST do this in order to make it droolproof then at the very least reset the com ports to the last selected ports.
To Reproduce
Steps to reproduce the behavior:
- Connect a teensy 4.1, or an ESP32S3 devkit (using USB native serial jtag, not a dedicated UART chip), with more than one com port in your system, preferably with one you aren't using that will appear in the port list before the one you are using.
- Select the board, and the upload and monitor ports
- Upload a sketch
- See that the port selection has changed even though you didn't want it to.
Expected behavior
I expect AMW to remember my port selection even when the port gets temporarily disconnected.
Screenshots
n/a
Outputs
n/a
Additional context
Thanks for looking into this.