Help reading USB Flash Drive
mynet43
Posts: 644
I have a Propeller board that currently reads an SD card, using a standard socket.
It also has a USB port, using the FT232RL chip.
With the USB port, I can easily talk to a PC.
Is there some easy way I can adapt either of these hardware interfaces to read a USB flash drive?
I'm redesigning the board, but I would rather not add the Vinculum chip if I can avoid it.
My only use for this is to read a 32K program file and update the Propeller code in the field.
I already have code that does this from the SD card. I need to do it from a Flash drive.
Thank you for your help.
Jim
It also has a USB port, using the FT232RL chip.
With the USB port, I can easily talk to a PC.
Is there some easy way I can adapt either of these hardware interfaces to read a USB flash drive?
I'm redesigning the board, but I would rather not add the Vinculum chip if I can avoid it.
My only use for this is to read a 32K program file and update the Propeller code in the field.
I already have code that does this from the SD card. I need to do it from a Flash drive.
Thank you for your help.
Jim
Comments
http://www.parallax.com/StoreSearchResults/tabid/768/txtSearch/datalogger/List/0/SortField/4/ProductID/434/Default.aspx
I already have a very large program running on this board. It's used to control an electron microscope: special graphic display, dual stepper motors, trackball, SD card and other stuff. And now I'm adding camera input, which is a pain
Since I'm looking for the easy way out, it might make sense to just add the Memory Stick Datalogger and use the pins from the SD card to run it. I've never used the Vinculum directly, so I'm trying to avoid the learning curve. The serial interface on this little board looks like it may work. Still haven't decided...
Thanks again,
Jim