pyModbusTCP icon indicating copy to clipboard operation
pyModbusTCP copied to clipboard

A simple Modbus/TCP library for Python

Results 9 pyModbusTCP issues
Sort by recently updated
recently updated
newest added

I am new to pyModbusTCP and I am wondering if I have to poll 20 different registers which are not in continuous order by register number and I use auto...

I can successfully connect via https://github.com/wlcrs/huawei_solar and HomeAssistants with the PV inverter. I tried a similar connection with pyModbusTCP and the inverter just does not respond. Comparing the packages with...

Hi, I am a first time user of pyModbusTCP. Want to run as a server. I followed the instructions and it was promissing until I run the code in the...

Hello dear, I have a problem, i can't write signed value in holding registers. When i try write signed value i got error: reg_value out of range (valid from 0...

0.2.1 has introduced this error: File "/usr/local/lib/python3.5/dist-packages/pyModbusTCP/client.py", line 30 conformity_level int = 0 ^ SyntaxError: invalid syntax

First, big thanks for your work! Is it possible to handle events on connection and disconnection of the client to the server? This is required for access control and logging....

Thank you very much for your package. Is it possible to read the Device Identification information? E.g. serial number of TH probes etc. Thank you,

enhancement

When using a ModbusTCP to RTU gateway, the unit_id is used to indicate the slave address on the RS-485 bus. Slave address 0 is for broadcasting, for which no answers...

enhancement

Is there a way to receive a timestamp of my most recently received data? I looked through the source code a little, but as a pretty amateur programmer I might...