-
Notifications
You must be signed in to change notification settings - Fork 69
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
My Device HP 4430 2D Imaging Barcode Scanner not listing #50
Comments
Barcode Scanners can be programmed to operate in different modes. There's usually a booklet with a bunch of barcodes to switch modes. If you don't have the booklet you should be able to find a PDF online with the barcodes. For example, if this barcode scanner is configured for RS232 communication, it will show up as a COM/Serial port on your computer. |
On 7 Feb 2018, at 18:09, ImadEddine ***@***.***> wrote:
I tried pure javahedabe api to read data from my device but I could not find it in list of devices attached
I loved it because the others APIs doesn't have input Listener
any idea for resolve this
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Which platform you are using (Linux,Windows or Mac OS)?
I'm mainly on Mac but I'm sure there is a system utility by which you
can see how the device presents itself to the system i.e. is it COM
or .tty or HID or whatever...
|
Windows x64 |
@IlmadEddine you will have to switch it off of Keyboard mode per: https://github.com/nyholku/purejavahidapi#why-hid
|
I try Hid4Java .. in console i have this Device attached: HidServicesEvent{hidDevice=HidDevice [path=\?\hid#vid_03f0&pid_0139#7&2dbe7f3a&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}, vendorId=0x3f0, productId=0x139, serialNumber=S/N VNC2442289, releaseNumber=0x77, manufacturer=Hewlett-Packard, product=HP Image Scanner, usagePage=0x1, usage=0x6, interfaceNumber=-1]} Device detached: HidServicesEvent{hidDevice=HidDevice [path=\?\hid#vid_03f0&pid_0139#7&2dbe7f3a&0&0000#{4d1e55b2-f16f-11cf-88cb-001111000030}, vendorId=0x3f0, productId=0x139, serialNumber=S/N VNC2442289, releaseNumber=0x77, manufacturer=Hewlett-Packard, product=HP Image Scanner, usagePage=0x1, usage=0x6, interfaceNumber=-1]} |
Next thing to do would be to step through or instrument the enumeration code to see what happens:
|
I read thisDevice USB\VID_03F0&PID_0139\S/N_VNC2442289 was not migrated due to partial or ambiguous match. Last Device Instance Id: USB\VID_0461&PID_0010&MI_00\7&30821C4&0&0000
|
Does this device work with any software in your system? googling for " was not migrated due to partial or ambiguous match." suggest that this could be a driver issue... |
I can confirm this library works properly with HID barcode scanners. I've recently integrated with a Honeywell Scanner using PureJavaHIDAPI. I ran into two caveats which may or may not be immediately beneficial to this thread:
The HP scanner offers some drivers as well. If they don't install automatically you may need to browse to the driver location and install them manually. https://support.hp.com/us-en/drivers/selfservice/hp-imaging-barcode-scanner/5061524/model/5061525 |
I tried pure javahedabe api to read data from my device but I could not find it in list of devices attached
I loved it because the others APIs doesn't have input Listener
any idea for resolve this
The text was updated successfully, but these errors were encountered: