Skip to content

Commit 5c915ce

Browse files
committed
FAQ/Charge Control C: add note about Modbus and ignore_echo
Signed-off-by: Moritz Barsnick <moritz.barsnick@chargebyte.com>
1 parent 7890aff commit 5c915ce

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/source/troubleshooting.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,11 @@ EVerest already has a module which takes care of Modbus communication. Please ha
133133
`SerialCommHub <https://everest.github.io/nightly/_generated/modules/SerialCommHub.html>`_,
134134
and let your module interact with this module via the `serial_communication_hub` interface.
135135

136+
.. note::
137+
On Charge Control C's i.MX6, you need to suppress the echo on the RS-485 port. So, when
138+
using the `SerialCommHub` module, its configuration option `ignore_echo` needs to be set
139+
to `true`.
140+
136141
.. _contact:
137142

138143
.. include:: ../../includes/troubleshooting_contact.inc

0 commit comments

Comments
 (0)