From 4f5992568bf36fe7f425897ce6a912c82152d952 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Wed, 4 Jul 2018 11:50:00 -0400 Subject: [PATCH] Configure baud rate --- stripped-serial.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/stripped-serial.sh b/stripped-serial.sh index 4cda4fa..2ac0150 100755 --- a/stripped-serial.sh +++ b/stripped-serial.sh @@ -1,4 +1,5 @@ #!/bin/sh +stty -F $1 115200 tmux new-session -d "cat $1 | ./uncolor" tmux split-window -h "stdbuf -o0 cat > $1" tmux at -- 2.25.1