Closed GoogleCodeExporter closed 9 years ago
Serial.print will write without a "new-line" character.
Serial.println will write with a "new-line" character.
So, I would recommend not to use "\n" in the string you write. Use print/prntln
instead.
Original comment by benny.sa...@gmail.com
on 24 Nov 2011 at 10:05
No action!
Original comment by benny.sa...@gmail.com
on 27 Nov 2011 at 8:30
Original issue reported on code.google.com by
karl.but...@2ergo.com
on 24 Nov 2011 at 9:10