ljean / modbus-tk

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

Fix modbus function 23 to conform with v1.1b3. #189

Open ext-frha opened 4 months ago

ext-frha commented 4 months ago

According to the Modbus Application Protocol V1.1b3, function code 23 (read write multiple registers) should first perform the write operation before the read operation. Additionally, the maximum quantity to write should be 121.