USB Remote Control

Just starting out? Need help? Post your questions and find answers here.
Oly
User
User
Posts: 15
Joined: Sat Aug 21, 2004 12:46 pm

USB Remote Control

Post by Oly »

I have a usb remote wonder and would like to catch button presses from it but do not have a clue how todo this can any one give me some hints.

Is there a way to capture raw data from usb like you can with the serial port ?

any libraries available just need a starting point really if its possible basically i hate the default software that comes with the remote because it is not flexible enough.
dmoc
Enthusiast
Enthusiast
Posts: 739
Joined: Sat Apr 26, 2003 12:40 am

Post by dmoc »

Google for snoopusb (or usbsnoop) and libusb (or usblib). Tried to write PB prog to capture cam data direct sometime ago but PB prog crashed, difficult to determine why so abandoned. Let us all know if you have any better luck.
Oly
User
User
Posts: 15
Joined: Sat Aug 21, 2004 12:46 pm

Post by Oly »

Thanks for that info, and will let you knwo if i get anything working had a quick look at library and uses unsigned values a lot making it a bit harder to work with :p
dagcrack
Addict
Addict
Posts: 1868
Joined: Sun Mar 07, 2004 8:47 am
Location: Argentina
Contact:

Post by dagcrack »

could be nice if someone made a "parser" or something like a wrapper in PB for making the use of the lib, easyer in PB..
! Black holes are where God divided by zero !
My little blog!
(Not for the faint hearted!)
dmoc
Enthusiast
Enthusiast
Posts: 739
Joined: Sat Apr 26, 2003 12:40 am

Post by dmoc »

(deleted)
Post Reply