Hello,
I'm using the Arduino IDE v2.0.2 in the Windows 10 environment. I can no longer do copy/paste of the serial monitor output like with the previous version. Ctrl A selects the code part even after left clicking in the monitor output. Ctrl C only selects the displayed part. Thanks in advance if anyone can help me.
Your topic has been moved to a more appropriate category of the forum
I can confirm your observation
@pert @ptillisch
Hi @michelfrance . The Arduino IDE developers are tracking this bug here:
opened 11:30PM - 05 Feb 22 UTC
topic: code
type: imperfection
topic: serial monitor
### Describe the problem
Lets say I have 1000 lines of debug output in the se… rial monitor window, how do I do a select all, such that I can copy it to the
clipboard?
With 1.8.19, I click the mouse into the monitor window and hit <kbd>**Ctrl**</kbd>+<kbd>**A**</kbd> and it selects all of the text. I can then hit <kbd>**Ctrl**</kbd>+<kbd>**C**</kbd>
to copy to clipboard.
### To reproduce
Run a sketch and try to select all of the text from Serial Monitor.
🐛 The contents of the sketch editor are selected when you press <kbd>**Ctrl**</kbd>+<kbd>**A**</kbd>:

### Expected behavior
I expected hitting <kbd>**Ctrl**</kbd>+<kbd>**A**</kbd> would select everything in that window not the source window.
### Arduino IDE version
Nightly build
### Operating system
Windows
### Operating system version
Not provided
### Additional context
And/Or alternative solution - context menu like for example TyCommander

---
Additional reports
- https://github.com/arduino/arduino-ide/issues/899
- https://github.com/arduino/arduino-ide/issues/1654
- https://forum.arduino.cc/t/copy-of-the-serie-monitor-output/1056049/1
- https://forum.arduino.cc/t/copy-of-the-serie-monitor-output/1056049/5
- https://forum.arduino.cc/t/serial-monitor-copy-only-copied-the-visible-logs/1051846
- https://forum.arduino.cc/t/using-v-2-0-serial-monitor-print/1034093
- https://forum.arduino.cc/t/serial-monitor-issues-hopefully-fixed-before-release/1026548
- https://forum.arduino.cc/t/serial-output-window-select-all-copy/1024251
- https://forum.arduino.cc/t/coping-multiple-lines-on-monitor-screen/1019346
- https://forum.arduino.cc/t/text-selection-serial-monitor/1005262
- https://forum.arduino.cc/t/upgrade-the-serial-monitor-for-better-function/980128
### Issue checklist
- [X] I searched for previous reports in [the issue tracker](https://github.com/arduino/arduino-ide/issues?q=)
- [X] I verified the problem still occurs when using the latest [nightly build](https://www.arduino.cc/en/software#nightly-builds)
- [X] My report contains all necessary details
If you have a GitHub account, you can subscribe to that issue to get notifications of any new developments related to this subject.
Since this is a bug already discussed in the forum (but not yet solved), it might be wise to close this post.
I don't know where the other discussion is, so I will leave a note here. For what I do this is a HUGE problem. Bob
boblark:
For what I do
Explain what you do Maybe we can give an alternative like using an external terminal program or going back to IDE 1.8.19.
IDE2.0 is however addictive
Thanks much for the interest. I develop classes for the floating point Teensy Audio Library. This often involves looking at the details of big arrays of time sequence data. So, I dump hundreds of data points to the Serial Monitor, cut and paste them to Gnumeric spread sheet (or sometimes Octave) where I can easily analyze things. Of course I can use 1.8.19 and I am doing so, but the point is that 2.0.3 doesn't work for this. Again, thanks for the response.
Sounds like your using Linux. Have you considered using minicom? Even allows you to save to file that you probably can load directly in gnumeric.