-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to add hid4java to my project? #24
Comments
Hi @mohamnexus. Thanks for your interest in hid4java. Can you verify that you've read the README and installation instructions? There is a step-by-step guide to building it in the wiki linked there. If your project uses Maven it will be very straightforward. If not then you can use one of the pre-built releases here: https://github.com/gary-rowe/hid4java/releases |
Hi again |
Can you provide a code sample indicating what you're trying to do? There is extensive documentation on the API detailing how to use it. |
Skip my previous question. |
When you change the report ID in USB then it changes the function of the device. You need to consult the documentation that comes with it in order to correctly determine which reports are supported and what they do. |
Judging by the You've probably found a bug. Can you build a copy of hid4java using the |
This bug has been fixed in release 0.4.0 so closing here |
Hi @gary-rowe , |
Hi
I'm working on a java project in netbeans and i want to use usb hid, how can i add hid4java to my project?
Can i use jar file of hid4java for library?
please teach me step by step to add your library to my project.
Thanks
The text was updated successfully, but these errors were encountered: