diff options
author | Eddy Pedroni <eddy@0xf7.com> | 2022-05-24 10:59:47 +0200 |
---|---|---|
committer | Eddy Pedroni <eddy@0xf7.com> | 2022-05-24 10:59:47 +0200 |
commit | ba53e148812b73c540752c5e7654e48829eacd06 (patch) | |
tree | ea3ac5f8305a87004aeecce151c2ed4b4d1b675b /doc/jds6600/stty-config | |
parent | e564772b92a1542e84679212528fb0129248e497 (diff) |
Restructured repo, updated documentation
Diffstat (limited to 'doc/jds6600/stty-config')
-rwxr-xr-x | doc/jds6600/stty-config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/jds6600/stty-config b/doc/jds6600/stty-config new file mode 100755 index 0000000..4217c48 --- /dev/null +++ b/doc/jds6600/stty-config @@ -0,0 +1,3 @@ +#!/usr/bin/zsh + +stty -F /dev/ttyUSB0 speed 115200 cs8 -cstopb -parenb -echo |