Search found 2 matches

by koen-b
28 Apr 2026, 00:11
Forum: Hardware
Topic: Modbus RTU Master config
Replies: 11
Views: 43148

Re: Modbus RTU Master config

Hi Nicolai, thanks for your response.
It is confusing, because in the latest schematics there is a 120 Ohm resistor that is driven by RS485_TERMINATION (GPIO41)

downloads -> schematics -> RevPi Connect -> RevPi Connect S:
https://revolutionpi.com/fileadmin/downloads/schematics ...
by koen-b
25 Apr 2026, 12:36
Forum: Hardware
Topic: Modbus RTU Master config
Replies: 11
Views: 43148

Re: Modbus RTU Master config

I've got the same problem. I first discovered this documentation:
https://revolutionpi.com/en/docs/revpi-connect-s

Then I compiled that C script (after installing the build tools):
https://gitlab.com/revolutionpi/rs485_config

Then I discovered this Python script mentioned in this thread.

All ...