Hi,
I update the version of pymodbus on my project and now for some connection with old modbus servers, the calls failed due to Modbus IO Exception: Modbus Error: [Input/Output] ERROR: request uses transaction id=1 but received 0.
The SCADA is not handling transactions ids, it was working fine before the update from 3.8.3 to 3.11.4.
The fixing of the issue #2709 is the root cause of my issue.
Can you have a configuration parameter to disable the check of the transaction id to be back compatibility ?