Re: [javax-usb-devel] reverse engineering USB (David A Scott)

2006-11-04 Thread Noel O'Brien
> 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

[javax-usb-devel] VENDOR request type

2005-10-19 Thread Noel O'Brien
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

[javax-usb-devel] syncSubmit crashes

2005-10-13 Thread Noel O'Brien
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