Barcode reader emulator#

A standalone Windows desktop app. Emulates a barcode reader device (which behaves like a keyboard). Triggers barcode ‘reading’ with a hotkey event which can be configured.

Usage#

Screenshot#

Screenshot

Known issues/limitations#

The list of characters supported for now (as generally the majority of barcode scanners support only basic characters):

Characters
0-9
a-z
A-Z
`~!@#$%^&*()_+-=&sol;;‘,.&bsol;:“<>?

Also, the US keyboard layout should be used (switch to it in the settings).

Only Windows operating system is supported for now.

Support#

“Buy Me A Coffee”

Build#

First, install Go. Then install all dependencies, do:

go install
staticcheck
go test

Then run

.\build.bat