Any recommendation on Java based library for USB Keyboard Wedge Barcode Scanning and printing with good documentation and ease of use.
Asked
Active
Viewed 667 times
0

Piyush Mattoo
- 15,454
- 6
- 47
- 56

John C
- 1,795
- 4
- 27
- 42
-
4A keyboard wedge only interprets the barcode and puts the text representation of the content into the keyboard buffer. Anything you do with it after that can be handled just like any other characters the user types on the keyboard - what would you need a library for? – Ken White May 04 '11 at 23:59
-
I was wondering if i can scan and print the label. – John C May 05 '11 at 02:20
-
2Not with a keyboard wedge. You'd need an image scanner, or software that will accept input from the keyboard and create barcodes from the text data. – Ken White May 05 '11 at 03:03