Hello,
I have a very basic program implementing two way communication with a
custom composite USB device using the WinUSB driver on Windows. I was
having some strange problems that I haven't been able to overcome
(partially documented at
http://stackoverflow.com/questions/13403681/libusb-windows-u
On Thu, 2012-11-15 at 05:28 +0100, Peter Stuge wrote:
> therau2000 wrote:
> > > > libusb-1.0.dll is getting loaded by the interface class with the
> > > > following command:
> > > > MyLib libUSB = (MyLib) Native.loadLibrary("usb-1.0", MyLib.class);
> > >
> > > I don't even know what programming l