Page 1 of 1

Modbus RTU Master change device_path

Posted: 11 May 2020, 12:24
by RMeissnerCC
Dear all,
I am playing around with the Modbus RTU Master on a RevPi Core 3+ to automatically read modbus signals through an FTDI USB adapter.
We sometimes have the problem, that the USB port of the modbus FTDI adapter is not ttyUSB0 but ttyUSB1. We have a script which can recognize this and yield the correct port.
Now is there a way to change the settings of the Modbus RTU Master from a python script? I cannot write to the config.rsc directly, only read it.
Best, Robert

Re: Modbus RTU Master change device_path

Posted: 11 May 2020, 14:45
by RMeissnerCC
I apologize, this is the wrong page of the forum. I found this post "https://revolution.kunbus.de/forum/view ... =41&t=1667" and will continue my search there.