From ba53e148812b73c540752c5e7654e48829eacd06 Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Tue, 24 May 2022 10:59:47 +0200 Subject: Restructured repo, updated documentation --- jds6600/JT-JDS6600-Communication-protocol.pdf | Bin 227870 -> 0 bytes jds6600/all-off.bin | 1 - jds6600/all-on.bin | 1 - jds6600/control.py | 8 -------- jds6600/stty-config | 3 --- 5 files changed, 13 deletions(-) delete mode 100644 jds6600/JT-JDS6600-Communication-protocol.pdf delete mode 100644 jds6600/all-off.bin delete mode 100644 jds6600/all-on.bin delete mode 100644 jds6600/control.py delete mode 100755 jds6600/stty-config (limited to 'jds6600') diff --git a/jds6600/JT-JDS6600-Communication-protocol.pdf b/jds6600/JT-JDS6600-Communication-protocol.pdf deleted file mode 100644 index f999813..0000000 Binary files a/jds6600/JT-JDS6600-Communication-protocol.pdf and /dev/null differ diff --git a/jds6600/all-off.bin b/jds6600/all-off.bin deleted file mode 100644 index f04d91b..0000000 --- a/jds6600/all-off.bin +++ /dev/null @@ -1 +0,0 @@ -:w20=0,0. diff --git a/jds6600/all-on.bin b/jds6600/all-on.bin deleted file mode 100644 index 55e9577..0000000 --- a/jds6600/all-on.bin +++ /dev/null @@ -1 +0,0 @@ -:w20=1,1. diff --git a/jds6600/control.py b/jds6600/control.py deleted file mode 100644 index bf7b427..0000000 --- a/jds6600/control.py +++ /dev/null @@ -1,8 +0,0 @@ -class OpCode: - ONOFF = "w20" - -def sendCommand(opcode, args): - with open("/dev/ttyUSB0", "w") as tty: - print(f":{opcode}={args}.", end="\r\n", file=tty) - -sendCommand(OpCode.ONOFF, "1,0") diff --git a/jds6600/stty-config b/jds6600/stty-config deleted file mode 100755 index 4217c48..0000000 --- a/jds6600/stty-config +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/zsh - -stty -F /dev/ttyUSB0 speed 115200 cs8 -cstopb -parenb -echo -- cgit v1.2.3