physical-interface/scripts/read-serial.sh

4 lines
186 B
Bash
Raw Normal View History

2020-05-08 11:50:42 +02:00
#!/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