Re: [javax-usb-devel] Reg: Endpoints for reading the data

2012-04-05 Thread Dan Streetman
CC'ing my response to the list; I forgot to reply-all. On Wed, Apr 4, 2012 at 8:07 AM, Dan Streetman wrote: > endpoint 0 is the "default" endpoint and not available in any > interface (it could be argued that the usb spec says it's available in > "all" interfaces, which is equally unhelpful).  Th

Re: [javax-usb-devel] Reg: Endpoints for reading the data

2012-04-05 Thread Dan Streetman
mands in sequence(one after another) and > also with creating list of controlIrp's and then submitting, but was > unsuccessful. Can you please tell me what wrong I am doing here. > > Thanks > shah > > > > > -Original Message- > From: ddstr...@gmail.com

[javax-usb-devel] Reg: Endpoints for reading the data

2012-04-04 Thread Hardik Shah
Hi All, I am working on a code which does a read/write operation on usb Device. I am successfully able to read data at endpoint 1. But I came across a situation where I need to read data from endpoint 0. How can I achieve this. When I try to get number of endpoint for a device. I get one. L