Serial monitor characteristics fail

HI, first the IDE 2.0 overall looks great; and after all these years the 1.x was getting a little weird around the edges... lol. No complaints though, the Arduino IDE is more portable in a practical way that traditional *nix editor/make enviros... anyway...

I've become a very heavy user of the serial monitor. Most of my projects now include interactive tools (coded access to innards) and much runtime display data during development of "headless" embedded projects.

I critically rely on ability to use a large serial monitor for runtime output and often as a "datascope". Snapshot below of my current project, using 1.8.19.

The 2.0 serial monitor seems to suppress multiple white space -- eg. I can't draw crude graphics.

Data visualization is a critical thinking tool. It need not be complex; time series data with ASCII "thermometer" display accomplishes 90% of a logic analyzer for me.

Is there any chance of being able to split serial monitor into its own window?

And to stop the suppression of multiple white space? Just accept the crap I send to the monitor and display it, no matter how silly it seems?

Below is the same program running in the 2.0 serial monitor; white space has been deleted.

Hi @tomicdesu. Thanks for giving the Arduino IDE 2.0.0 release candidate a try and for providing your valuable feedback!

This request is being tracked by the Arduino IDE developers here:

This bug is being tracked by the Arduino IDE developers here:

If you have a GitHub account, I recommend subscribing to the issues of interest to you so that you will get notifications about any new developments.

Cool thanks, and for the fast reply (post edited while you were replying, sorry!) I'll go look at the github issues.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.