kingforger
Active member
I want to be able to read data on an SD card that the Teensy 3.0 logs to. However, I don't want to have to take the SD card away from my board.
In other words, my connection is like:
SD <--SPI--> Teensy 3.0 <--USB--> Computer
I want to get the data from the SD card onto my computer without actually plugging the SD card into my computer. So I'll obviously have the Teensy 3.0 in between the SD card and the computer.
Now my question is: What's the fastest way to get the data from the SD card to the computer in this case?
The only idea that I have now is to have the computer send a command to the Teensy 3.0, and the Teensy 3.0 will then send the SD card data to the computer via a serial.print command. The problem is that I'm not sure how fast/slow this will be. I want to transfer a few megabytes of data at least. Does anyone know?
Is there a better way to do this? Thanks!
Edit: I found something like this, but it's way over my head http://elasticsheep.com/2010/04/teensy2-usb-mass-storage-with-an-sd-card/
In other words, my connection is like:
SD <--SPI--> Teensy 3.0 <--USB--> Computer
I want to get the data from the SD card onto my computer without actually plugging the SD card into my computer. So I'll obviously have the Teensy 3.0 in between the SD card and the computer.
Now my question is: What's the fastest way to get the data from the SD card to the computer in this case?
The only idea that I have now is to have the computer send a command to the Teensy 3.0, and the Teensy 3.0 will then send the SD card data to the computer via a serial.print command. The problem is that I'm not sure how fast/slow this will be. I want to transfer a few megabytes of data at least. Does anyone know?
Is there a better way to do this? Thanks!
Edit: I found something like this, but it's way over my head http://elasticsheep.com/2010/04/teensy2-usb-mass-storage-with-an-sd-card/
Last edited: