USB Interface
I'm really new to the scene, so forgive my ignorance please. I'm looking for a female USB chip/component/thingy that I can attach to a board (probably the BoE) so that I can plug a USB device into it and read the data coming from the device on the board. Is there such a thing?
I've seen the NES Controller setups on the parallax site, and that is effectively what I am trying to create, only with an XBox 360 USB controller...any help appreciated.
I've seen the NES Controller setups on the parallax site, and that is effectively what I am trying to create, only with an XBox 360 USB controller...any help appreciated.
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
"a USB device"?
You mean you want to read a USB memory stick as a host?
OK, that's what I thought you were saying.
www.vinculum.com/
*Peter*
I want to read what is coming from a USB "Joystick". Now, I may be completely off base and thinking that it will act just like a serial device would; that being that you push up and a certain voltage is sent out of a certain pin on the jack. Am I way off base on this?
I figure, if I can read whats coming off a pin on the USB plug, I can reverse engineer the command-set, and that's no biggie.
If I'm being dumb or overlooking something, please let me know.
----MORE INFO----
Picture this and this only the controller is an XBox 360 controller and the port is a USB port.
Post Edited (RICoder) : 1/3/2009 6:58:54 AM GMT
Read some of the articles on the Wikipedia on USB including some of the links provided. Read about the HID (Human Interface Device) class devices which includes joysticks. If you're still up for it, read the USB spec (long and tedious ... but a "must read" for the sort of thing you want to do).
Thank you all very much for the advice, especially Mike for making me spend the past 2 hours reading USB specifications.