malu05 Posted March 11, 2007 Share Posted March 11, 2007 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 More sharing options...
BrettF Posted March 11, 2007 Share Posted March 11, 2007 Sounds cool. I guess you need to have a way to get the data the is sent (like the mouse eg.) and then do what you want to do with the hardware. Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version! Link to comment Share on other sites More sharing options...
Confuzzled Posted March 24, 2007 Share Posted March 24, 2007 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now