Transfer data from the spark fun micro sd shield?

I currently have an Arduino Uno set up to log data to a file on the SD card on the Sparkfun microSD shield (). Would it be possible to transfer the file from the SD card to a directory on the Raspberry Pi if using Arduberry? (using Arduino Uno, Pi model B with Rasbpian Wheezy)’

Thanks for any input…

Hi,
You should be able to use the SD card shield with the Arduberry.

You can write a program on the Arduberry to read data from the SD card and write it on the Serial Port. The Raspberry Pi can read the data from the Serial port either in the Terminal or by any program.

-Karan