HOW TO EXPORT DATA from ARDUINO SERIAL MONITOR to a CSV or TXT FILE

you may use Putty:

  1. install putty:
    sudo apt-get install putty putty-tools

  2. run Putty. It should be inside the internet apps (I don't know why)

  1. in Putty select serial and specify the right port:
  1. then on the left under session go to the logging. select the printable output. and then specify the right address and file name for the output file:

then everything in the terminal will be recorded to the file. I hope it helps.

1 Like