pymodbus
pymodbus copied to clipboard
ignore_missing_slaves parameter has no effect
Versions
- Python: 3.9.7
- OS: Debian Testing
- Pymodbus: git master
- Modbus Hardware (if used):
Pymodbus Specific
- Server: tcp/rtu/ascii - sync, async not tested
Description
The parameter ignore_missing_slaves
of the servers is ignored, the servers always ignores requests to missing slaves and doesn't generate any responses.
Code and Logs
# code and logs here.