Shop OBEX P1 Docs P2 Docs Learn Events
USB Flash Drive OR Simple USB Programming ? — Parallax Forums

USB Flash Drive OR Simple USB Programming ?

Areal PersonAreal Person Posts: 197
edited 2008-02-29 22:45 in Propeller 1
Hi,

I've been reviewing the wiki on USB
http://en.wikibooks.org/wiki/Serial_Programming:USB_Technical_Manual

Things like
"USB signaling" look simple. Looks like it would be easy to use things like
'device descriptors" etc...

maybe I should look at the Linux kernal source for the USB host controller
and see how it is implemented in general ?

USB support for the Propeller ? Hummm....

QUESTION:

How hard would it be to implement a basic/simple routine for the Propeller
that could use a small USB flash drive for some memory storage kinda like a SD card.

Why would this be difficult ?

I would like to make a simple PDA with my Propeller chip, It would be nice if it
could use simple USB in general.

Maybe I could start by making a simple USB "Sniffer" that would read and decode the
data stream from the host controller to the device(functions).

What do you think?

-Areal

▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
I have a tree growing out of my head, but

what do you expect ? I'm a programmer.

Post Edited (Areal Person) : 2/29/2008 10:46:40 PM GMT

Comments

  • stevenmess2004stevenmess2004 Posts: 1,102
    edited 2008-02-29 22:42
    What you want is a usb host which appears all but impossibly to implement on the propeller. There are however a couple of companies that make usb host chips that you could use. I think vinaculam makes on and so does ftdi. There was some discussion about it in this thread http://forums.parallax.com/showthread.php?p=675656
  • Areal PersonAreal Person Posts: 197
    edited 2008-02-29 22:45
    Thanks,

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    I have a tree growing out of my head, but

    what do you expect ? I'm a programmer.
Sign In or Register to comment.