From 6743710b662cba120d931ad0a6e3ac23a67b818b Mon Sep 17 00:00:00 2001 From: Jeremy Rode Date: Sat, 26 Dec 2020 17:43:20 -0800 Subject: [PATCH] Update README.md --- commandlinetools/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/commandlinetools/README.md b/commandlinetools/README.md index 7a1afcf..81e1d64 100644 --- a/commandlinetools/README.md +++ b/commandlinetools/README.md @@ -1,10 +1,15 @@ # elancontrol ### Code to control an Elan System6 Integrated Multi-Zone Controller from RaspberryPi Command line tools useful for E6 + Mostly for those who want to explore how I figured out the protocol. + test_c_call: Calling the C bit banger from C++, when my original plan was to write the server in C++ + serial_test.py: Program I wrote to figure out status bits from serial port. Prints status packet in binary, and highlights changes from the last packet volume_up: Sends a volume up command + send_zpad_command_CLI.c: Command line Elan command sender + send_zpad_command.c: Command sender function for C++