jung6717 / arduino

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

Serial Monitor no longer turned on by buffered keystroke #94

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.While sketch is uploading . . .
2.Press the Serial Monitor
3. Upload finishes

What is the expected output? What do you see instead?
Prior to 0017 the serial monitor would respect the buffered keystroke and 
open. This was handy since you could see first run results (say your 
writing a file, for example).

What version of the Arduino software are you using? On what operating
system?  Which Arduino board are you using?
REL 0017 on Windows

Please provide any additional information below.

Original issue reported on code.google.com by johngiam...@gmail.com on 28 Aug 2009 at 2:28

GoogleCodeExporter commented 9 years ago
Perhaps one way to get this behavior back after a fashion would be to re-open 
the
Serial Monitor window if it was open when a sketch was uploaded.

Original comment by tod.k...@gmail.com on 12 Oct 2009 at 11:22

GoogleCodeExporter commented 9 years ago
The previous behavior was, I think, a quirk of the fact that uploading didn't 
happen in its own thread.  Now that it does, I don't think we need to emulate 
the previous behavior.

Original comment by dmel...@gmail.com on 30 Dec 2011 at 11:28