I use RTU serial sync communication with pymodbus on master .
It works perfectly but sometime this error occur :
ModbusExceptionError with 'writeCoils': IllegalValue and after I have this errors recurrents : 'WriteMultipleRegistersResponse' object has no attribute 'registers' or this error too:
'WriteMultipleCoilsResponse' object has no attribute 'bits'
I can't repeat error, but when I restart code (master or slave) the error disappear
What do you think
Thanks and sorry for my poor english