08.11.2018, 15:28
(08.11.2018, 15:00)admin Wrote: You might have wrong register address or multiple scripts try to access RS-485 bus at the same time. You should really use profiles.
To debug your problem log both return values:
Code:res, err = mb:writeregisters(11410, 130)
log ("Result1 = ", res, err)
Ok Admin, I will try this...
many thank's