'\t' sent to Serial Monitor are converted to single space #675
Labels
conclusion: resolved
Issue was resolved
criticality: high
Of high impact
topic: code
Related to content of the project itself
topic: serial monitor
Related to the Serial Monitor
type: imperfection
Perceived defect in any part of project
In previous versions (up to Arduino 1.8x), sending a /t tab character to the serial monitor resulted in an aligned output (8 character tab spacing)
Exemple
in previous versions, the output would look like this
In Arduino 2, it looks like this :
The \t character is replaced by a space (except as the first character of a line where it produces no output).
This makes tables and aligned data difficult to read as proper formatting is lost.
I tested this on Linux Mint 20.2
The text was updated successfully, but these errors were encountered: