-
Notifications
You must be signed in to change notification settings - Fork 901
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
hidDevice.open() return NULL #442
Comments
This version of the library is no longer maintained (original author is not answering). |
for (int devices = 0 ; devices < hidServices.getAttachedHidDevices().size() ; devices++) { here is the output : 1-Mouse , 2- keyboard 3-FreeStyle libre(glucometer) i'm trying now to use the hidApiTester in the command line, but it's not very clear to start |
hello
i use your libraries Hid4Java on My Ubuntu 16.04
all is fine to detect devices and read them parameters
but when i call
HidDevice hidDevice = hidServices.getHidDevice(6753, 13904, null);
i have null result
it's a FreeStyle Libre device, and it's detectable with hidServices.getAttachedHidDevices()
i'm trying to find the problem , i'm sure it"s the Path
HidDevice [path=0001:0008:00, vendorId=0x1a61, productId=0x3650, serialNumber=null, releaseNumber=0x100, manufacturer=null, product=null, usagePage=0x0, usage=0x0, interfaceNumber=0]
but the function return Null , there is any problem with the path path=0001:0008:00 ?
if i can't to connect to the device , i can't communicate with him
any suggestion ? Thank's a lot
The text was updated successfully, but these errors were encountered: