Here is the problem: When using the RD command (on VDIP1), it reads the content of the USB flash drive and sends it to the monitor (in Arduino IDE). Is it possible to read the content of the USB flash drive and store it in the EEPROM instead? I use Serial.print("RD ...") to read. However, how can I store the result in a buffer of some sort so I can then write that buffer into the EEPROM of the Arduino. I have no clue how to intercept the information before it gets printed to the monitor. Any help would be appreciated!! Thanks