Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/source/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,11 @@ EVerest already has a module which takes care of Modbus communication. Please ha
`SerialCommHub <https://everest.github.io/nightly/_generated/modules/SerialCommHub.html>`_,
and let your module interact with this module via the `serial_communication_hub` interface.

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

.. _contact:

.. include:: ../../includes/troubleshooting_contact.inc
Loading