-
-
Notifications
You must be signed in to change notification settings - Fork 399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Serial port re-enumerates after upload with SAMD boards (probably other USB native) #287
Comments
I have this same problem with the mbed based Nano 33 BLE Sense. I’m also using MacOS Big Sur. It’s a particular challenge when using 2 boards simultaneously as after upload the active window will switch to the other port. This makes it particularly difficult to see any serial data right after the load. Also resetting the Arduino board will cause the same rescan and thus confusion on which port is to be used. |
Running a SAMD21 Zero all day on windows and while programming it enumourates a different port. ( but we are used to this as programming port always has a different comm port) but nicely jumps back for serial monitor. So i cant relate to this for windows 10 at this point. |
@tigoe |
HI @ubidefeo, All macOS, as I said:
Hope that helps and you can duplicate it. If not, let me know. |
When you upload a new sketch to a SAMD board, the serial port list drops your port choice and chooses the one above it when the board is reset for upload.
Steps:
This causes confusion when you try to open the serial port. You can open the port, but you have to re-choose it first.
MacOS Big Sur 11.2.3 20D91
This is related to an earlier issue, #271
NOTE: this only happens if the port above your board is a virtual port.
For example, if it is a BluetoothSerial port, it happens, but if you delete the reference to the BluetoothSerial device, and therefore the port, it doesn't happen. I tested using a BluetoothSerial HC-05 board.
The text was updated successfully, but these errors were encountered: