Barcode reader emulator#

Standalone Windows desktop app that emulates a barcode-reader device (acts like a keyboard). It triggers a barcode “read” when a configurable hotkey is pressed.

Usage#

Screenshot#

Screenshot

Known issues/limitations#

Supported characters (most barcode scanners only support basic characters):

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

Use the US keyboard layout (switch to it in Windows settings).

Only Windows is supported at this time.

Support#

“Buy Me A Coffee”

Build#

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

go install
staticcheck
go test

Install binaries of the rsrc:

go install github.com/akavel/rsrc@latest

Then run:

.\build.bat