-
-
Notifications
You must be signed in to change notification settings - Fork 431
Serial Monitor swallowing leading and repeated spaces #535
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Just realized it's also converting multiple spaces to a single space. |
This was enough of a deal-breaker that I went back to Beta 11 until it gets fixed. |
Tab commands in print statements are also apparently ignored or at least reduced to a single space by this problem which gives the same effect |
There is a dedicated issue about the problem with tabs: #675 (though I think it is likely these two issues are only different symptoms of the same bug) |
Describe the bug
Today I copied the nightly build files (arduino-ide_nightly-20211008_Windows_64bit) and launched the Arduino IDE to continue work on my current project. I'm outputting a lot of formatted data via the Serial Port to the Serial Monitor (115200 baud) and have been using this IDE (2.0 Beta) for a number of weeks. The Serial Monitor has been working fine until last nights build. Now all the leading spaces have disappeared. So for example:
This output:
Now looks like this:
To Reproduce
Steps to reproduce the behavior:
Serial.print(" xyz");
xyz
"Expected behavior
The serial output should now swallow any characters that are output.
Output should look like this "
xyz
"Desktop (please complete the following information):
Edition Windows 10 Pro
Version 21H1
Installed on 1/16/2021
OS build 19043.1237
Serial number 011754392857
Experience Windows Feature Experience Pack 120.2212.3530.0
The text was updated successfully, but these errors were encountered: