We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3e8430 commit 2c948c6Copy full SHA for 2c948c6
pymodbus/client/mixin.py
@@ -121,7 +121,7 @@ def read_input_registers(self,
121
"""Read input registers (code 0x04).
122
123
:param address: Start address to read from
124
- :param count: (optional) Number of coils to read
+ :param count: (optional) Number of registers to read
125
:param device_id: (optional) Modbus device ID
126
:param no_response_expected: (optional) The client will not expect a response to the request
127
:raises ModbusException:
0 commit comments