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 has been archived by the owner on Aug 27, 2024. It is now read-only.
The auto-board select from port is good, but maybe it should be the advanced method. I'd imagine most people getting started with Arduino will know their board's model name more than they'll know the serial ports on their compy.
Here's a thought: instead of selecting the port (retain that in an advanced view), by default we have the user select their board and list the ports that are detected to have that board type attached.
We probably need the vendor and product IDs for all/most/common boards before moving to this enhancement, though.
The text was updated successfully, but these errors were encountered:
Well, the advantage of selecting the port first is that you have far fewer of them than boards. However, we should really just include the name of the board in the port list. Then you choose your port and thats it. And if there is only one port then we pre-select that and be done with it.
I have quite a few ports even w/o any boards attached :S
Maybe mine is a fringe case. shrug Though a user will have no less ports than boards plugged into their computer.
I do like the single select menu w/both the name of the board and port; also the auto-select (or, in my case, the only detected to be an Arduino (COM13 when attached)).
Either way, selecting a port isn't as important as the tasks you've outlined. We can push this off, sorry to distract.
(importance level, no point in automatically selecting a port when the user can't do anything with it :P)
The auto-board select from port is good, but maybe it should be the advanced method. I'd imagine most people getting started with Arduino will know their board's model name more than they'll know the serial ports on their compy.
Here's a thought: instead of selecting the port (retain that in an advanced view), by default we have the user select their board and list the ports that are detected to have that board type attached.
We probably need the vendor and product IDs for all/most/common boards before moving to this enhancement, though.
The text was updated successfully, but these errors were encountered: