arduino-ide
arduino-ide copied to clipboard
Add a save output to file option to serial monitor
Describe the request
It would be very helpful to have the option to save the file content in serial monitor to a text file.
Describe the current behavior
The only way to save Serial Monitor contents to file is by copy and paste.
Arduino IDE version
d6a4b0f
Operating system
All
Operating system version
Any
Additional context
Additional requests:
- https://github.com/arduino/arduino-ide/issues/1654
- https://github.com/arduino/arduino-ide/issues/1839
- https://github.com/arduino/arduino-ide/issues/549#issuecomment-1384824351
- https://github.com/arduino/arduino-ide/issues/549#issuecomment-1981524738
- https://github.com/arduino/Arduino/issues/9479
- https://forum.arduino.cc/t/upgrade-the-serial-monitor-for-better-function/980128
- https://forum.arduino.cc/t/would-the-ability-to-copy-from-or-save-serial-monitor-be-an-evil-thing/1123908
- https://forum.arduino.cc/t/bug-report-serial-monitor/1297087
Issue checklist
- [X] I searched for previous requests in the issue tracker
- [X] I verified the feature was still missing when using the latest nightly build
- [X] My request contains all necessary details
There is also a request for this capability in Arduino IDE 1.x here: https://github.com/arduino/Arduino/issues/9479
Would be great for long monitoring. To inspect the results the output is terrible, as you can not select and copy easily. More over I am worried about buffer that will get depleted when loggings many messages in 3h window.
Please make a way to store serial monitor into file. It does not need to be perfect. One write to file each 5 min is enough or write when we press the button.
Could be useful as MVP to make serial monitor in CLI version. Therefore user can control what to do with messages.
I Also would love to have this feature, I would use it daily with IDE V:2.03
This seems like pretty basic functionality for troubleshooting. I'm still pretty new to arduino: I'm currently working on my third arduino-based project. The lack of any way reasonable way to save more than about a page of serial monitor output (since #1081 has not been fixed) has caused me problems on two of those three projects.
Is there any timeframe for when this will get implemented or #1081 will get fixed?
Thanks for your work on this project.