jan iversen
jan iversen
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 *...
### 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: * OS: * Pymodbus: * Modbus Hardware (if used): ### Pymodbus Specific * Server: tcp/rtu/ascii - sync/async * Client: tcp/rtu/ascii - sync/async ### Description What were...
## Breaking change ## Proposed change As pr recommendation from emontnemery in issue #86925 changed restore entity. ## Type of change - [ ] Dependency upgrade - [x] Bugfix (non-breaking...
## Breaking change ## Proposed change changelog: https://github.com/pymodbus-dev/pymodbus/releases/tag/v3.2.1 ## Type of change - [x] Dependency upgrade - [ ] Bugfix (non-breaking change which fixes an issue) - [ ] New...
v3.6.6
In order to get v3.6.5 uploaded, I had to modify pyproject.toml: ``` #repl = [ # "pymodbus-repl@git+https://github.com/pymodbus-dev/repl" #] ``` pypi do not like direct links (whatever that means).
It seems there are still a number of examples etc. that refer to REPL.
- Add RTU framer to message. - copy all known tests to message (Try to make common test for all framers). - Solution to get all legal function codes in...