Sending CSV via serial to Arduino.

Hi,

Is there an alternative to the default serial monitor that can send multiple lines at a time? I want to send the contents of a csv file from my computer to the Arduino Mega 2560. Right now I'm testing my code by typing into the serial monitor line by line.

Is there an alternative to the default serial monitor that can send multiple lines at a time?

Roll your own. It is pretty simple to build an application on most any platform, in any of several different languages, to read from a file and to write to the appropriate serial port.