From 73e8b6f0c42282dd2ebb424b0ec2bf9a832c3112 Mon Sep 17 00:00:00 2001 From: Crash_Override Date: Sat, 30 Mar 2024 00:18:28 +0100 Subject: [PATCH] Add short software description --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 5666013..a64e720 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,27 @@ Wake up a Easylink (A-IVI) car multimedia system by CAN for using it on a table - Please backup your NOR flash of the unit, if you want to use it with DDT often (you will! why boot a unit on your table), see details below. +## Serial control + +If you open a serial terminal to the ESP you will see a summary of all variables which reflects CAN messages sent to the Easylink. +You can modify these with just typing in. + +For example if you want to start the system, type: + +``` +iginition on +```` + +All CAN frames are now sent. + +You can set brightness mode to day or night for example type + +``` +brightness night +``` + +If you need a new summary of all new states, just hit RETURN without any command. + ## CAN frame capture I captured some CAN frames on CAN Bus on EXT-CAN and replayed then with a arduino and a can transreceiver.