ljean / modbus-tk

Create Modbus app easily with Python
Other
557 stars 211 forks source link

slave 0 #145

Open pepe12311 opened 3 years ago

pepe12311 commented 3 years ago

I need to communicate with a slave device (modbus rs232), which apparently returns address 0, always. Error-> Response address 0 is different from request address 1 Is there any way to modify the library, so that it supports address 0. Thanks.