diff options
| author | Kevin Wallace <kevin@pentabarf.net> | 2026-04-25 02:32:32 -0700 |
|---|---|---|
| committer | Kevin Wallace <kevin@pentabarf.net> | 2026-04-25 02:32:32 -0700 |
| commit | 3004e4d88e55bdc2e00f7236a2b2111e4d05fd4a (patch) | |
| tree | f2d347f8b169cee4246aa7ae0568057674c6073a /autorun.sh | |
| parent | beep when you press the button (diff) | |
orca ui replica wip
Diffstat (limited to 'autorun.sh')
| -rw-r--r-- | autorun.sh | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,5 +1,6 @@ -#!/bin/bash -x +set -x cd "$(dirname "$0")" -#systemd-run -p StandardOutput=tty -d bin/cvend-ipp -#systemd-run -p StandardOutput=tty -d bin/pic32-ipp -systemd-run -p StandardOutput=tty -d bin/beep +stty -F /dev/ttymxc1 115200 cs8 -cstopb -parenb +# systemd-run -p StandardOutput=tty -d bin/cvend-ipp +# systemd-run -p StandardOutput=tty -d bin/pic32-ipp +systemd-run -p StandardOutput=tty -p TTYPath=/dev/ttymxc1 -d bin/orca |