I want to make a program that decodes the input given by a barcode scanner, is there an equivalent to evedev for windows so I would be able to read the input given by this device
Asked
Active
Viewed 3,821 times
1 Answers
1
Have you tried a HID event manager?
pip install hid
Keyboard and barcode scanners comprise HIDs (Human Interface Devices).

gatorback
- 1,351
- 4
- 19
- 44