> I need to do some reverse engineering of some camera interactions.
>
> I've Never done this for USB devices before. What setup do
> you recommend? Are there any programs that will make this
> easier? (I've used utils for other protocols that sure made
> life easier. :)
>
There are some progra
Has anyone else had trouble using
UsbConst.REQUESTTYPE_TYPE_VENDOR ?
Whenever I use this in my code to access my Creative
Nomad Jukebox, the syncSubmit() method hangs. Using
any other (incorrect) request type just throw
exceptions:
byte bmRequestType = UsbConst.REQUESTTYPE_DIRECTION_IN
Hi, I am very new to usb programming and I am trying
to create a Java frontend to the Creative Nomad
Jukebox (independant of libnjb). I have viewed the
protocol for the jukebox here:
(https://sourceforge.net/project/showfiles.php?group_id=32528&package_id=24703).
According to it, for example, to ge