Trying to use the repl.
$ pymodbus.console
Traceback (most recent call last):
File "/home/jhughes/tmp/bin/pymodbus.console", line 5, in <module>
from pymodbus_repl.client.main import main
File "/home/jhughes/tmp/lib/python3.12/site-packages/pymodbus_repl/client/main.py", line 15, in <module>
from pymodbus.transaction import (
ImportError: cannot import name 'ModbusAsciiFramer' from 'pymodbus.transaction' (/home/jhughes/tmp/lib/python3.12/site-packages/pymodbus/transaction/__init__.py)
Versions
Description
Trying to use the repl.
Code and Logs