This commit is contained in:
2020-01-25 23:37:41 -08:00
parent 610bc546c9
commit bb754d409d
3 changed files with 37 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
#stty -F /dev/ttyUSB0 cs8 9600 ignbrk -brkint -icrnl -imaxbel -opost -onlcr -isig -icanon -iexten -echo -echoe -echok -echoctl -echoke noflsh -ixon -crtscts
stty -F /dev/ttyUSB0 9600 -parenb -parodd cs8 -hupcl \
sudo stty -F /dev/ttyUSB0 9600 -parenb -parodd cs8 -hupcl \
-cstopb cread clocal -crtscts -iuclc -ixany -imaxbel \
-iutf8 -opost -olcuc -ocrnl -onlcr -onocr -onlret -ofill \
-ofdel nl0 cr0 tab0 bs0 vt0 ff0 -isig -icanon -iexten \
@@ -8,4 +8,4 @@ stty -F /dev/ttyUSB0 9600 -parenb -parodd cs8 -hupcl \
-echoctl -echoke
tail -f /dev/ttyUSB0
sudo tail -f /dev/ttyUSB0