Author Topic: Using DirectInput to send data  (Read 8920 times)

Dobaz

  • Member
  • ***
  • Posts: 23
Using DirectInput to send data
« 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

Jan Axelson

  • Administrator
  • Frequent Contributor
  • *****
  • Posts: 3033
    • Lakeview Research
Re: Using DirectInput to send data
« Reply #1 on: October 21, 2011, 09:50:12 am »
DirectInput is for mouse, keyboard, and joystick functions, not device-specific communications like firmware uploading.

Jan