Read CSV on Arduino

Hi community!

I would like read a document in .csv on my arduino to backup some informations.

I already found how to send from the arduino to .csv but not from the .csv to arduino.

Can you help me please?

Thank you so much.

You need a program on the PC to send the .csv file to the Arduino. You can write one in the language called Processing, or any other language you like.

The parse example in Serial Input Basics illustrates how to parse CSV data.

...R