You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using ModbusSniffer git master (installs as 1.0.3) on FreeBSD 14.2 AMD64 with Python 3.11 and pymodbus-3.8.1.
Tools does not seem to work, for instance:
(venv3.11embedded) python process_slave_reply_all.py
Traceback (most recent call last):
File "/XXX/ModbusSniffer.git/tools/process_slave_reply_all.py", line 21, in <module>
from pymodbus.server.sync import StartSerialServer
ModuleNotFoundError: No module named 'pymodbus.server.sync'
The text was updated successfully, but these errors were encountered:
Hello world :-)
I am using ModbusSniffer git master (installs as 1.0.3) on FreeBSD 14.2 AMD64 with Python 3.11 and pymodbus-3.8.1.
Tools does not seem to work, for instance:
The text was updated successfully, but these errors were encountered: