Eralt / arduino

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

Serial monitor line ending selection not saved / restored between sessions. #330

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Change the selection in the line ending drop-down in the serial monitor.
2. Restart Arduino.
3. Re-open the serial monitor.

What is the expected output? What do you see instead?

The old line ending selection should be preserved, but it's not, because we 
don't save it in the preferences.

Original issue reported on code.google.com by dmel...@gmail.com on 15 Aug 2010 at 7:17

GoogleCodeExporter commented 9 years ago
In addition, the default line ending is 'none', which makes it impossible to do 
line-oriented input. 

Original comment by DrZip...@gmail.com on 4 Oct 2010 at 8:24

GoogleCodeExporter commented 9 years ago
https://github.com/arduino/Arduino/commit/5e028ea09d93a04343386385a529dc65321f61
98

Original comment by dmel...@gmail.com on 8 Nov 2010 at 3:53