Modbus RTU

Topics about the Software of Revolution Pi
Post Reply
AlbTur
Posts: 2
Joined: 11 Jun 2024, 08:46

Modbus RTU

Post by AlbTur »

Hi,
I am interested in using the RevPi Connect 4 as a Modbus RTU master and would like to utilize the built-in RS485 port on the device. Is there any guides or resources on how to make this using C or Python?

Any help would be greatly appreciated.
Thanks in advance!
User avatar
dirk
KUNBUS
Posts: 2132
Joined: 15 Dec 2016, 13:19

Re: Modbus RTU

Post by dirk »

Hello AlbTur, well this is a good example on how to do it the RevPi way.
Configure the Modbus RTU communication, i.e. via "Video tutorial – Modbus RTU Master".


Then you can access the process image to indirectly access the Modbus communication that uses the RS485 interface.
If you like Python then take a look at this helpful article Revolution Pi Python Introduction
Post Reply