PORTS Forum

Ports and Interfaces => USB => Topic started by: Dobaz on October 20, 2011, 11:14:27 pm

Title: Using DirectInput to send data
Post by: Dobaz on October 20, 2011, 11:14:27 pm
Hello,

I need to communicate with a joystcik which has a Atmel microcontroller inside and need to send custom data.

It's written in the HID page that DirectIput support both direction usb communication in spite of the name.  Is that right?
Can I use it to load any kind of data like a new program to the bootloader of my Atmel chip or some custom orders...?



Thanks
Title: Re: Using DirectInput to send data
Post by: Jan Axelson on October 21, 2011, 09:50:12 am
DirectInput is for mouse, keyboard, and joystick functions, not device-specific communications like firmware uploading.

Jan