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: * OS: * Pymodbus: * Modbus Hardware (if used): ### Pymodbus Specific * Server: tcp/rtu/ascii - sync/async * Client: tcp/rtu/ascii - sync/async ### Description What were...

Enhancments
3.x

### Versions * Python: 3.7.0 * OS: Windows 10 * Pymodbus: 2.5.2 ### Pymodbus Specific * Server: tcp, sync * Client: tcp sync ### Description I am running two Pymodbus...

Bug
Investigating

### Versions * Python: 2.7 * OS: Raspbian * Pymodbus: 2.5.3 * Modbus Hardware (if used): ### Pymodbus Specific * Server: tcp/rtu/ascii - sync/async: RTU Over TCP - sync *...

More Information Required
Investigating

As seen here https://github.com/riptideio/pymodbus/blob/c5772b35ae3f29d1947f3ab453d8d00df846459f/pymodbus/framer/socket_framer.py#L160 if a modbus TCP packet is split between two or more fragments, the frame will be reset in between and will thus fail parsing. As TCP...

Enhancments
3.x

### Versions * Python:python3.7 * OS: Linux raspberrypi 5.10.63-v7l+ * Pymodbus: 2.5.3 * Modbus Hardware (if used): none ### Pymodbus Specific * Server: tcp/rtu/ascii - sync/async: rtu-sync-serial * Client: tcp/rtu/ascii...

Investigating

### Versions * Python: 3.10 * OS: Windows 10 * Pymodbus: 2.5.3 * Modbus Hardware (if used): USB RS-485 adapter to custom hardware ### Pymodbus Specific * Client: rtu -...

Bug
3.x

### Versions - Python: 3.9.7 - OS: macOS Monterey 12.1 - Pymodbus: 2.5.3 (dev) - Modbus Hardware (if used): None ### Pymodbus Specific * Server: tcp/async * Client: tcp/async ###...

Enhancments
3.x

### Versions * Python: 3.8 * OS: Ubuntu 20.04 * Pymodbus: 2.5.3 * Modbus Hardware (if used): ### Pymodbus Specific * Server: None * Client: serial rtu - async ###...

Investigating
3.x

### Versions GitHub master ### Description When using pymodbus within an IDE like Spyder3, some ModbusSerialClient functions contain a 'hidden' parameter, namely one that does not appear as autocompletion, and...

Enhancments
3.x

### Versions * Python: 3.8.2 * OS: Ubuntu 20.04.1 LTS * Pymodbus: 2.4.0 * Modbus Hardware (if used): Hardware independent, verified with local testing against dummy sync server ### Pymodbus...

Bug
Investigating
help wanted