sd card for data storage for prop usb for computer to write?
mctrivia
Posts: 3,772
What would be needed to let the computer see my sd card hooked up to my prop as a hard drive so files could be copied to it without removing it from the device? but the prop can read the files still. they don't need to read and write at the same time.
Comments
You'd need a USB stack designed to work as a mass storage device. Now the USB stack written for the propeller works LOW_SPEED only, and low speed prohibits the use of BULK endpoints (which you need to do usb-storage). Both Windows and OSX ignore the rules and allow bulk endpoints on LOW_SPEED devices. Linux requires a kernel patch or two but can be made to work.
You'd be limited to about 8k/s maximum throughput, which would not be fun, but it could be done if you were determined to do it.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Cardinal Fang! Fetch the comfy chair.
http://forums.parallax.com/showthread.php?p=718391