diff options
author | Eddy Pedroni <eddy@0xf7.com> | 2022-05-22 15:29:34 +0200 |
---|---|---|
committer | Eddy Pedroni <eddy@0xf7.com> | 2022-05-22 15:29:34 +0200 |
commit | 74b1db7030ae538c177a1db205849d2e30dc0b8b (patch) | |
tree | 8771a7ba201b6ae2d3c7cb11bd93d0854c660d23 /jds6600/stty-config |
Initial commit, added documentation and basic python boilerplate for JDS6600
Diffstat (limited to 'jds6600/stty-config')
-rwxr-xr-x | jds6600/stty-config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jds6600/stty-config b/jds6600/stty-config new file mode 100755 index 0000000..4217c48 --- /dev/null +++ b/jds6600/stty-config @@ -0,0 +1,3 @@ +#!/usr/bin/zsh + +stty -F /dev/ttyUSB0 speed 115200 cs8 -cstopb -parenb -echo |