Closed
Description
With Arduino 1.0.3 the instruction "Serial.print('\r')" isn't displayed in the Serial Monitor. This instruction should return the carriage at the beginning of the current line in the terminal.
Using another terminal instead, such as Putty, this instruction works as expected.
I use it in order to display a single line updating (i.e.: to show a continuos changing sensor state)