Jump to content

Costum USB Device Input?


Recommended Posts

I wondered if it was possible to read the input from my iPod when i used the clickwheel or midbutton while it was connected via the USB port, so i did a scan with a Device Monitoring tool but unfortunately no input was found. Well, it was worth the effort.

I also did some monitoring on my Mouse and found how this very simple data made the mouse working

01 00 00 00                                     ....   = Left click
02 00 00 00                                     ....   = Right Click
00 00 00 01                                     ....   = Scroll Down
00 00 00 FF                                     ...ÿ   = Scroll Up
04 00 00 00                                     ....   = Wheel Down

So i wondered if it is possible for me to read usb hardware packages, to make costum hardware etc?

[center][u]WoW Machinima Tool[/u] (Tool for Machinima Artists) [/center]

Link to comment
Share on other sites

Link to comment
Share on other sites

  • 2 weeks later...

I wondered if it was possible to read the input from my iPod when i used the clickwheel or midbutton while it was connected via the USB port, so i did a scan with a Device Monitoring tool but unfortunately no input was found. Well, it was worth the effort.

I also did some monitoring on my Mouse and found how this very simple data made the mouse working

01 00 00 00                                     ....   = Left click
 02 00 00 00                                        ....   = Right Click
 00 00 00 01                                        ....   = Scroll Down
 00 00 00 FF                                        ...ÿ   = Scroll Up
 04 00 00 00                                        ....   = Wheel Down

So i wondered if it is possible for me to read usb hardware packages, to make costum hardware etc?

Are you thinking of writing a custom device driver in AutoIt? Do Apple have a iPod SDK?
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...