parallaxinc / SimpleIDE

SimpleIDE for Propeller
26 stars 13 forks source link

COM port auto-enumeration to fill port selection list #220

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Use port create/destroy events and port enumeration to fill the COM port 
selection list.

Make COM port list drop down upon event so as to act as user feedback that 
something happened that needs their attention (they need to verify or select 
the proper port).

Original issue reported on code.google.com by jmar...@parallax.com on 14 Mar 2014 at 11:12

GoogleCodeExporter commented 9 years ago
Works as designed.

Noticed potential problem:  In Simple Terminal, if the board showed up as COM4 
(and was the third in the list, by the way) and is then pulled from the USB 
connection, the terminal displays "NONE" which is great and expected, but when 
plugged back in, the terminal displays "COM1."  I'm not sure if the terminal is 
"really" now connected to COM1 or not, but can we do something about this?  
Ideally, remember the last port that was connected, and if it returned (while 
we're in NONE), connect back to it, otherwise leave the terminal set to NONE?

Original comment by jmar...@parallax.com on 14 Mar 2014 at 11:26

GoogleCodeExporter commented 9 years ago
Potential problem from comment #1 was fixed before 1.0.

Original comment by jsden...@gmail.com on 20 Dec 2014 at 8:30