[javax-usb-devel] HID Report Communication with USB RFID Reader

2008-08-07 Thread Bourothu Rahul
Hi, I am using a USB RFID Reader to read the EPC code associated with a RFID tag on a Linux platform(using JSR80). The device uses ByteStream Protocol to communicate with the host. This protocol requires use of HID Report number 1. The read tag command as provided in the device specification is :

Re: [javax-usb-devel] libusb-win32 working with interrupt data, now what

2008-08-07 Thread Roger Lindsjö
Dan Streetman wrote: > On Mon, Aug 4, 2008 at 2:13 PM, Roger Lindsjö <[EMAIL PROTECTED]> wrote: > >> Dan Streetman wrote: >> I started to run the tests, but ran into some problems. First I had to >> do changes since the tests checks against specific version numbers. This >> is probably wrong, wh

Re: [javax-usb-devel] Problem with jsr80 1.0.2

2008-08-07 Thread Bourothu Rahul
Dan, which java: gives me /usr/java/jdk1.5.0_16/bin/java java -version: gives me java version "1.5.0_16" Java (TM) 2 Runtime Environment, Standard Edition (build 1.5.0_16-b02) Java HotSpot(TM) Client VM (build 1.5.0_16-b02, mixed mode, sharing) I have installed jdk1.5.0_16, so i beli

Re: [javax-usb-devel] Problem with jsr80 1.0.2

2008-08-07 Thread Dan Streetman
In that case, I suspect you aren't running the JRE that you put the jar files into. But if you have it working, then great. On Thu, Aug 7, 2008 at 12:32 PM, Bourothu Rahul <[EMAIL PROTECTED]> wrote: > Dan, > > I have added the jar files into the classpath (@/etc/bashrc) and set the > PATH (@~/.ba

Re: [javax-usb-devel] Problem with jsr80 1.0.2

2008-08-07 Thread Bourothu Rahul
Dan, I have added the jar files into the classpath (@/etc/bashrc) and set the PATH (@~/.bash_profile) to the JRE installed on my PC. The ShowTopology.java is now running. Thank you very much for the help! Regards Rahul On 8/6/08, Dan Streetman <[EMAIL PROTECTED]> wrote: > > That didn't really a

Re: [javax-usb-devel] libusb-win32 working with interrupt data, now what

2008-08-07 Thread Dan Streetman
On Mon, Aug 4, 2008 at 2:13 PM, Roger Lindsjö <[EMAIL PROTECTED]> wrote: > Dan Streetman wrote: > I started to run the tests, but ran into some problems. First I had to > do changes since the tests checks against specific version numbers. This > is probably wrong, why would the tests check for vers

Re: [javax-usb-devel] pb with applet java

2008-08-07 Thread Dan Streetman
I don't think you can't use a jar file Class-path to load anything other than other external jar files. http://java.sun.com/docs/books/tutorial/deployment/jar/downman.html I assume you've put the properties file in the top-level directory of your jar file right? javax.usb is using UsbHostManager.

Re: [javax-usb-devel] pb with applet java

2008-08-07 Thread Marion Decrouez
Hi, I still have the same problem with my java applet. The applet works in Eclipse with the appletviewer but when I test it in a html page the java console tells "Properties file javax.usb.properties not found". However this file is in the jar that contains my applet and I've changed the ME