Added read serial

This commit is contained in:
Kevin Veen-Birkenbach 2020-05-08 11:50:42 +02:00
parent 8480f109d9
commit 209de7d1f2
1 changed files with 3 additions and 0 deletions

3
scripts/read-serial.sh Normal file
View File

@ -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