I have a USB barcode scanner and am running a python script that collects data from /dev/hidraw0 and inputs the data into a database. The issue is that every time the scanner collects a code it additionally send it to the terminal and actually tries to log on to the system via the tty.
Is there a way to disable the HID from accessing the terminal and trying to log on, but still allowing the python script to collect the data?
Thank you in advance for any help that you can provide.