Boo0ns / arduino

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

Change the behavior of Serial.flush(). #497

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I think it should probably wait for outgoing data to transmit instead of 
dropping received data.  That's a usage that's more consistent with flush() 
functions in other places.  

Original issue reported on code.google.com by dmel...@gmail.com on 6 Mar 2011 at 5:30

GoogleCodeExporter commented 9 years ago
https://github.com/arduino/Arduino/commit/694b8ad392c8cac15aee829482c0483bc41920
ed

Original comment by dmel...@gmail.com on 7 May 2011 at 4:17

GoogleCodeExporter commented 9 years ago
Was there discussion around this change? It's enough of an upset to my code 
base to not want to upgrade from version 22..

Original comment by jma89...@gmail.com on 26 Jan 2012 at 11:15