export into config
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
#!/bin/bash
|
||||
DEVICE=/dev/ttyUSB2
|
||||
|
||||
function init() {
|
||||
|
||||
if [ -n "$PRINTDEVICE" ]; then
|
||||
export DEVICE="$PRINTDEVICE"
|
||||
else
|
||||
export DEVICE=/dev/ttyUSB2
|
||||
fi
|
||||
|
||||
stty -F $DEVICE 1:0:80000dbd:0:3:1c:7f:15:4:5:1:0:11:13:1a:0:12:f:17:16:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0
|
||||
|
||||
# \x1b\x47 - Double Strike
|
||||
|
||||
Reference in New Issue
Block a user