3

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

1 Answers1

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