By "Report ID" I assume you are talking about the HID Report ID.  You
need to read the HID spec, you can get it from usb.org.  Also you will
need to "force claim" your interface since the existing system HID
driver currently has it claimed.

On Tue, Apr 21, 2009 at 5:34 AM, Hsieh Dinow <dino...@gmail.com> wrote:
> Background : There is an UPS and connecting via the USB. And its USB follows
> the standard UPS protocol.
>
> Experience : It is capable to get the fixed data, like input voltage, with
> the API ==> getFeature(Device, buffer, int). In this way, I could get the
> data, like the input/output voltage, with the unique Report ID.
>
> Aim : I need to get these data with the parameters "Report ID". But I have
> hit the book and surfed the net for a long while and almost crazy.
>
> Could someone give me an advices or any suggestion to follow?
>
> Whatever thanks your reading?
>
> ------------------------------------------------------------------------------
> Stay on top of everything new and different, both inside and
> around Java (TM) technology - register by April 22, and save
> $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
> 300 plus technical and hands-on sessions. Register today.
> Use priority code J9JMT32. http://p.sf.net/sfu/p
> _______________________________________________
> javax-usb-devel mailing list
> javax-usb-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/javax-usb-devel
>
>

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
javax-usb-devel mailing list
javax-usb-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/javax-usb-devel

Reply via email to