diff --git a/scripts/read-serial.sh b/scripts/read-serial.sh new file mode 100644 index 0000000..cea577d --- /dev/null +++ b/scripts/read-serial.sh @@ -0,0 +1,3 @@ +#!/bin/bash +stty -F /dev/ttyUSB0 cs8 9600 ignbrk -brkint -imaxbel -opost -onlcr -isig -icanon -iexten -echo -echoe -echok -echoctl -echoke noflsh -ixon -crtscts +screen /dev/ttyUSB0 9600