Using v 2.0 serial monitor print

Q1: Is there an option to display this like previous versions, in a seperate window?

Q2: I cannot now select all output with Ctrl+a. That always selects the code.

Q3: Why these spurious characters?
Diamonds

There is no support for a dedicated Serial Monitor window as it works in Arduino IDE 1.x. This is tracked by the Arduino IDE developers here:

Note the response by the then development team lead here:

it's definitely in our roadmap and at the top of the list.

We are giving maximum priorities to bugs that compromise the standard usage, next will come performance and UX improvements, like this issue with the monitor. We already designed the new one that is gonna be a separate window like the serial plotter.

What you can do is use File > New to open an additional Arduino IDE window, then use that window for Serial Monitor alone.

This bug is tracked by the Arduino IDE developers here:

This bug is tracked by the Arduino IDE developers here:

It looks similar to this bug:

That bug is specifically related to certain character sets (e.g, °). I don't know exactly what characters were corrupted there (though it appears it may have been "Sent Stack"?), so I can't say for sure whether it is the same bug.

Is there a periodicity to the occurrence of the spurious characters, or do they occur at random intervals?


If you have a GitHub account, you can subscribe to any issues of interest to get notifications of any new developments related to the subject.

Thanks, appreciate the fast response.

Do like being able to switch themes without restarting the IDE. Although the new 'light' themes are lacking in contrast.

But big downside is the one you have high on the list: serial output in its own window. And I found 'Output' and 'Serial Monitor' odd labels to choose. Both are outputs, yes? Perhaps 'IDE Output' and 'Serial Output'?

Sorry, I couldn't reproduce those 'diamonds' today in any of the several sketches I tried.

A fresh point.:

  1. Can I copy all my 1.8.19 libraries in
    C:\Users\terry\Dropbox\Electronics\Arduino\SKETCHES\libraries
    to
    C:\Users\terry\Documents\Arduino\libraries

Where does the IDE expect to find them ?

Libraries are usually in the libraries folder of the sketchbook which is defined in the user Preferences

Where does the IDE expect to find them ?

In those two locations I gave.

In both versions sketches folder is
c:\Users\terry\Dropbox\Electronics\Arduino\SKETCHES
but V2 has placed a dozen or so libraries in
C:\Users\terry\Documents\Arduino\libraries.
And is thowing up messages about updates needed.

That looks like the default location
What is your sketchbook folder in both releases ?

Could be related to Library updates - Install All

Quote:
"In both versions sketches folder is
c:\Users\terry\Dropbox\Electronics\Arduino\SKETCHES"

What are the names of the libraries?

Did you install them? If yes, which method did you use to install them: "Library Manager", or "Add ZIP Library"?

Adafruit_BusIO
Adafruit_Circuit_Playground
Adafruit_GFX_Library
Adafruit_GPS_Library
Adafruit_ILI9341
Adafruit_LED_Backpack_Library
Adafruit_SleepyDog_Library
Adafruit_STMPE610
Adafruit_TouchScreen
Adafruit_Zero_DMA_Library
Adafruit_Zero_FFT_Library
Adafruit_Zero_PDM_Library
Ethernet
Keyboard
RTClib
WaveHC
readme.txt

No!

It is very mysterious. I have been using a non-default sketchbook location ever since you made the initial report, doing quite a few different types of library installations during that time. The default sketchbook location is still empty.

For now, I suggest you just delete the unwanted libraries. Please let us know if you experience the problem again. I'll keep an eye out for other occurrences on my own system or reports from other users.

OK, thanks. One thing I’ll try is to avoid all use of V2 for a few days to see if more of these strange folders arise. Note that they go to my default /SKETCH folder. Then, if there have been no reoccurrences, I’ll use V2 in parallel for a while.

1 Like

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