pymodbus icon indicating copy to clipboard operation
pymodbus copied to clipboard

A full modbus protocol written in python

Results 68 pymodbus issues
Sort by recently updated
recently updated
newest added

### Versions * Python: 3.6.5 * OS: Windows 11 * Pymodbus: 2.5.3 * Hardware (): - ic7 Danfoss drive with RS485 support - Drive has been directly connected to the...

More Information Required

There are still some parts that do not work as they should.

using the new test_examples.py, it became clear that tcp/udp have problems with diagnostic calls when not using ModbusSocketFramer. Problems are clearly with ModbusRtuFramer as well as ModbusAsciiFramer. ### Versions *...

Bug

### Versions * Python: 3.9.13 * OS: Ubuntu 22.04 * Pymodbus: 2.5.3 * Modbus Hardware (if used): ### Pymodbus Specific * Server: tcp * Client: tcp ### Description In reference...

### Versions * Python: * OS: * Pymodbus: * Modbus Hardware (if used): ### Pymodbus Specific * Server: tcp/rtu/ascii - sync/async * Client: tcp/rtu/ascii - sync/async ### Description What were...

### Versions * Python: 3.9 * OS: HAOS * Pymodbus: 2.5.3 and 3.0.0dev3 * Modbus Hardware (if used): SolarEdge SE3000 ### Pymodbus Specific * Server: tcp/rtu/ascii - sync/async * Client:...

More Information Required

### Versions * Python: 3.10 * OS: macOS * Pymodbus: dev * Modbus Hardware (if used): SOlaredge Inverter ### Pymodbus Specific * Client: tcp - async ### Description What were...

More Information Required

This pull request is created mainly to increase the "time.sleep" from 0.01 to 0.02s in _wait_for_data() under sync.py(line:766) since the **function code 43/14 - Read Device Identification** executed for Modbus...

An attempt to fix #624, at least for asyncio. I'm not certain how unit ID should be handled here. Can a client have requests to multiple unit IDs in-flight? I've...

IN REVIEW

https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/

Enhancments
3.x