summaryrefslogtreecommitdiff
path: root/tool/setup-rs232
diff options
context:
space:
mode:
authorJulian Blake Kongslie2022-04-24 12:21:46 -0700
committerJulian Blake Kongslie2022-04-24 12:21:46 -0700
commitbb7156fbbd912e79b9c53a24375f92f0cb89f281 (patch)
treea2d9d8aaef7f38c04537bbd186fe8336f4c9f0c0 /tool/setup-rs232
parentAdd a quick and dirty script to set expected RS232 terminal settings. (diff)
downloadmultipdp8-bb7156fbbd912e79b9c53a24375f92f0cb89f281.tar.xz
Make the script for setting up the TTY actually connect.
Diffstat (limited to 'tool/setup-rs232')
-rwxr-xr-xtool/setup-rs23223
1 files changed, 0 insertions, 23 deletions
diff --git a/tool/setup-rs232 b/tool/setup-rs232
deleted file mode 100755
index 689d838..0000000
--- a/tool/setup-rs232
+++ /dev/null
@@ -1,23 +0,0 @@
1#!/bin/bash
2
3set -eux
4
5stty -F /dev/ttyUSB0 \
6 115200 \
7 -drain \
8 -clocal \
9 cread \
10 -crtscts \
11 cs8 \
12 cstopb \
13 -hup \
14 parenb \
15 -parodd \
16 -igncr \
17 inpck \
18 -istrip \
19 -ixany \
20 -ixoff \
21 -ixon \
22 -echo \
23 -icanon