Rev Author Line No. Line
2186 kaklik 1 #!/bin/bash
2 stty -F /dev/ttyUSB0 igncr -echo onocr icrnl speed 9600
3 cat /dev/ttyUSB0 >> ./output.txt
4