Interface usb device - help
I want to communicate with a USB device using my propeller.
The device i am using is the logitech cordless XBox controller.
I want to be able to read the usb signals from the receiver and save them into variables.
How would i go about interfacing USB with the propeller.
I have windows drivers for the controller if any one needs them in order to help me.
Thank you
The device i am using is the logitech cordless XBox controller.
I want to be able to read the usb signals from the receiver and save them into variables.
How would i go about interfacing USB with the propeller.
I have windows drivers for the controller if any one needs them in order to help me.
Thank you

Comments
If the device shows up as an HID (Human Interface Device) you could try using the Vinculum chip to communicate with it. The Vinculum can act as a USB host to an HID, Removable Storage or even FT232-based peripherals. I hope this helps. Take care.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
Although the driver I mentioned above contains the report and descriptor.
How would i implement that into the Vinculum chip.
I have noticed that they have a usb to microcontroller devicew now. Whould that be my best option.
www.dlpdesign.com/usb/2232m.shtml
Thank you :-)