itsanjan / arduino

Automatically exported from code.google.com/p/arduino
Other
0 stars 0 forks source link

Don't close the Serial monitor during upload #568

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The serial monitor always closes when the sketch is uploaded to the Arduino. 
This is rather annoying; there's also a report in the forum ( 
http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1265308991 ) and a comment in 
another bug here ( http://code.google.com/p/arduino/issues/detail?id=43#c3 ), 
so it looks like I'm not the only one thinking this :)

Alternatively the monitor could be closed during the upload and then opened 
again, but IMO the best solution seems to be the one described in the linked 
comment.

Original issue reported on code.google.com by martin.v...@gmail.com on 6 Jul 2011 at 7:35

GoogleCodeExporter commented 9 years ago
At one point, I started to implement the re-open after upload behavior but it 
felt awkward to me, so I removed it.  The current behavior feels more explicit 
and clear to me, although I realize it is annoying to have to reopen the serial 
monitor every time.

Original comment by dmel...@gmail.com on 1 Aug 2011 at 1:24