From 74b1db7030ae538c177a1db205849d2e30dc0b8b Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Sun, 22 May 2022 15:29:34 +0200 Subject: Initial commit, added documentation and basic python boilerplate for JDS6600 --- jds6600/stty-config | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 jds6600/stty-config (limited to 'jds6600/stty-config') 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 -- cgit v1.2.3