Re: [Libusbx-devel] interrupt transfer linux

2012-05-25 Thread Tim Roberts
Fabian Weiss wrote: > I try to communicate with an USB device: http://nopaste.info/bc655859b3.html > I want to read the 42 bytes of bEndpointAddress 0x83 EP 3 IN. > Therefore I installed libusb(x) under my Linux and wrote this little > programm: http://nopaste.info/98c35ab092.html > > I dont unde

Re: [Libusbx-devel] interrupt transfer linux

2012-05-25 Thread Xiaofan Chen
On Fri, May 25, 2012 at 9:37 PM, Fabian Weiss wrote: > What exactly do you mean by "communication protocol"? I know what is in > the 42 bytes I am expecting to receive from the USB device. > Do you think I first have to send something to the device? You have to know that. You may well have to sen

Re: [Libusbx-devel] interrupt transfer linux

2012-05-25 Thread Xiaofan Chen
On Fri, May 25, 2012 at 3:51 PM, Fabian Weiss wrote: > Hello everyone! > > I try to communicate with an USB device: http://nopaste.info/bc655859b3.html > I want to read the 42 bytes of  bEndpointAddress 0x83  EP 3 IN. > Therefore I installed libusb(x) under my Linux and wrote this little > program