From eaebd3a264b7a7b3c6514e1419d41645169f2bbf Mon Sep 17 00:00:00 2001 From: Johannes Date: Sat, 8 Jan 2022 15:29:47 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ed8321d2..4b36003e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Note Current State -This is at a really early stage, I stated on the implementation of the serial protocol. +This is at a really early stage, I started on the implementation of the serial protocol. # NsPanel Custom Widget UI @@ -12,7 +12,7 @@ This is a replacement for the stock ui on nspanel, it can be controlled via cust Payload length contains the number of bytes of the payload. -CRC is "CRC-16 (MODBUS) Big Endian" calculated over the payload +CRC is "CRC-16 (MODBUS) Big Endian" calculated over the whole message This protocol does not try to implement broken JSON Commands with a specified type (lol). Instead the commands are plain text commands with parameters. @@ -20,7 +20,7 @@ Instead the commands are plain text commands with parameters. ## Example for valid Message This message has to be generated for the Message "1337" (1337 is not a valid command, this is just an example) ``` -55 BB 04 31 33 33 37 AB F1 +55 BB 04 31 33 33 37 5F 5B ``` ## Message to Nextion Display