Reputation: 1
I have a barcode scanner module that I've connected to my BBB's USB Host port. I've determined that the scanner is tied to /dev/input/event1.
However, instead of returning the barcode string like it does when plugged into my laptop, i.e: "780060850524" -- It returns a bunch of characters I can't interpret.
I do 'sudo cat event1' and scan a barcode, this returns:
I can't figure out how to interpret the barcode string from the data. I'm not sure if I'm approaching this the right way, I'm not very experienced. Any and all help is appreciated.
Upvotes: 0
Views: 84