diff --git a/scripts/tty.sh b/scripts/tty.sh new file mode 100755 index 0000000..5c34e54 --- /dev/null +++ b/scripts/tty.sh @@ -0,0 +1,3 @@ +clear +echo "Press CTRL + A, Q to quit." +minicom -D /dev/ttyACM0 -b 230400 \ No newline at end of file