Arduino icon indicating copy to clipboard operation
Arduino copied to clipboard

Serial Monitor needs an "Export output to file" option

Open alexceltare2 opened this issue 6 years ago • 3 comments

I've lost countless data logged in the Serial Monitor because the blasted Ctrl+A Ctrl+C doesn't function properly or I've accidentally unplugged the serial-based logging device/Arduino. So a good addition to the serial monitor would be a button to export the output as Excel, txt, or any other readable format.

alexceltare2 avatar Nov 29 '19 11:11 alexceltare2

Hello, I'll work on this feature :smile:

CloudFenrir avatar Dec 16 '19 08:12 CloudFenrir

Hey there developers, I am fairly new to the source code of the Arduino IDE. I happened to want this feature myself and started working on it.

I pulled the latest version from git and ant built it and ant run the build folder as per instructions from the Wiki page.

Building and running it the first time works flawlessly, But, when built for a second time with no changes to the files, the run fails with this message.

BUILD FAILED
/home/asher/Arduino/build/build.xml:140: The following error occurred while executing this line:
/home/asher/Arduino/build/build.xml:144: The following error occurred while executing this line:
/home/asher/Arduino/build/build.xml:829: exec returned: 255

Total time: 10 seconds

I am running it on a Linux machine, Looking forward to some help. Thank You Asher

AsherThomasBabu avatar Apr 06 '20 16:04 AsherThomasBabu

An alternative proposal of improving on copying Serial Monitor contents to the clipboard is presented at https://github.com/arduino/arduino-ide/issues/1729

per1234 avatar Apr 03 '21 15:04 per1234

Now tracked at https://github.com/arduino/arduino-ide/issues/549

per1234 avatar Dec 01 '22 08:12 per1234