Created
December 9, 2009 23:48
-
-
Save evanfarrar/252961 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| evan@ubuntu ~/D/opensprints-comm> stty -F /dev/ttyUSB0 | |
| speed 115200 baud; line = 0; | |
| eof = ^A; min = 1; time = 0; | |
| ignbrk -brkint -icrnl -imaxbel | |
| -opost -onlcr | |
| -isig -icanon -iexten -echo -echoe -echok noflsh -echoctl -echoke | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| evan@fortytwo-laptop:~/Documents$ stty -F /dev/ttyUSB0 | |
| speed 9600 baud; line = 0; | |
| evan@fortytwo-laptop:~/Documents$ stty -F /dev/ttyUSB0 | |
| speed 115200 baud; line = 0; | |
| min = 1; time = 0; | |
| ignbrk -brkint -icrnl -imaxbel | |
| -opost -onlcr | |
| -isig -icanon -iexten -echo -echoe -echok noflsh -echoctl -echoke |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment