aboutsummaryrefslogblamecommitdiff
path: root/setup
blob: f93e11ccb46a9a5cc87005d681ebf11b0d98ec20 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                            
c#!/bin/sh
set -e

DEV=/dev/ttyUSB0
BAUD=115200

stty -F "$DEV" -crtscts
stty -F "$DEV" speed "$BAUD"

./maverick > "$DEV"