-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
22 lines (13 loc) · 681 Bytes
/
README
File metadata and controls
22 lines (13 loc) · 681 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
A very simple, generic barcode reader keyboard wedge
Translates input from a serial/USB barcode reader into keyboard data.
Usage: ./breaderd [OPTION] TTY_DEVICE
TTY_DEVICE is the serial device to listen on.
OPTIONS:
-b, --baud=BAUDRATE : use BAUDRATE as the baud rate [default: 9600]
-u, --uinput=UINPUT_DEV : location of uinput device [default: /dev/input/uinput]
-n, --no-daemon : don't fork off as a daemon
-p, --pid-file=PIDFILE : when daemonized, create PIDFILE pid file [default: /var/run/breaderd.pid]
Notes:
Make sure uinput is either compiled into your kernel, or loaded as a module:
$ modprobe uinput
$ echo "uinput" >> /etc/modules