aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsetup7
1 files changed, 6 insertions, 1 deletions
diff --git a/setup b/setup
index 9665400..656f439 100755
--- a/setup
+++ b/setup
@@ -4,7 +4,12 @@ set -e
DEV=/dev/ttyUSB0
BAUD=115200
+REMOTE_SYSTEM=100
+
+LOCAL_SYSTEM=42
+LOCAL_COMPONENT=22
+
stty -F "$DEV" -crtscts
stty -F "$DEV" speed "$BAUD"
-./maverick > "$DEV"
+./maverick -L "$LOCAL_SYSTEM" -l "$LOCAL_COMPONENT" -R "$REMOTE_SYSTEM" > "$DEV"