joshmarinacci / ElectronIDE

New web based Arduino IDE
BSD 3-Clause "New" or "Revised" License
246 stars 50 forks source link

Board Select #36

Open PixnBits opened 10 years ago

PixnBits commented 10 years ago

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.

joshmarinacci commented 10 years ago

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.

PixnBits commented 10 years ago

I have quite a few ports even w/o any boards attached :S image 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)).

PixnBits commented 10 years ago

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)

joshmarinacci commented 10 years ago

What if the serial port drop down said :

then you would know which one was the leonardo. It's information we could add as available without affection functionality.