WhatsApp Image 2019-03-07 at 23.29.53.jpeg (165.02 KiB) Viewed 3015 times
Screenshot_4.png (192.21 KiB) Viewed 3015 times
My project pictures as above. A temperature sensor is connected to the ModBus RTU. I want to read this temperature with python. Could you help?
Thank you.
I think you have to use the PWM Outputs of the RevPi DO / DIO modules. But remember they have 24 volts! Than you can set the value of the PWM outputs with python3 import revpimodio2 rpi = revpimodio2.RevPiModIO(autorefresh=True) rpi.io.PWM_1.value = 100 Sven Hi Sven, I made the experiment. But unfo...