Version 3.6.9 is available #2227
Replies: 2 comments 2 replies
-
Anyone have an issue running the server_updating example? I'm getting errors: python3 server_updating.py --comm tcp --framer socket --port 502 --log debug --store sequential --slaves 2 |
Beta Was this translation helpful? Give feedback.
-
I just made a checkout of v3.6.9, cd "cd examples". As you can see it runs fine:
your problem could be that you have an old version of pymodbus installed, so that the import in server_updating.py do not find the correct module. You need to check that e.g. with "pip list". However the setup_server function is old, so there might be another problem, but it is related to a faulty import. |
Beta Was this translation helpful? Give feedback.
-
Due to a disturbing bug in the RTU_Framer / Transaction is was decided to make v3.6.9
The release contains a bug fix, and all PR´s without API changes.
v3.7.0 is still planned to be released in June.
Beta Was this translation helpful? Give feedback.
All reactions