We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ignore_echo
1 parent 7890aff commit 5c915ceCopy full SHA for 5c915ce
1 file changed
docs/source/troubleshooting.rst
@@ -133,6 +133,11 @@ EVerest already has a module which takes care of Modbus communication. Please ha
133
`SerialCommHub <https://everest.github.io/nightly/_generated/modules/SerialCommHub.html>`_,
134
and let your module interact with this module via the `serial_communication_hub` interface.
135
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
+
141
.. _contact:
142
143
.. include:: ../../includes/troubleshooting_contact.inc
0 commit comments