barcode_scanner_python Linux Python code to read from a USB barcode scanner directly. A symbol LS2208 was used for testing. This uses the pyusb module to read the popular LS2208 USB barcode scanner in ...
It does use pyusb to do low-level USB comm. See """The USB HID device sends an 8-byte code for every character. This routine converts the HID code to an ASCII ...