11 lines
197 B
Bash
11 lines
197 B
Bash
# Serial device
|
|
SERIAL_DEV="/dev/cu.usbserial-A700e0gN"
|
|
#SERIAL_DEV="/dev/ttyUSB0"
|
|
|
|
# Serial baud rate
|
|
SERIAL_SPEED=9600
|
|
#SERIAL_SPEED=19200
|
|
#SERIAL_SPEED=115200
|
|
|
|
# FIFO filename
|
|
FIFO="/tmp/mapid"
|