PySide6 missing QtSerialBus, modbus
Solved
Qt for Python
-
Hi,
How to check this example?https://doc-snapshots.qt.io/qtforpython-dev/examples/example_serialbus_modbus_modbusclient.html
I see that PySide6 not include package QtSerialBus (file mainwindow.py in example)
from PySide6.QtSerialBus import (QModbusDataUnit, QModbusDevice, QModbusReply, QModbusRtuSerialClient, QModbusTcpClient)
Any idea how to install missing QtSerialBus for Python?
Regards
Andrzej -
Seems it's not available for python. Probably they didn't have included it as it is a standard and I guess everything you need is already provided by python libraries. Maybe you can try with python-can .
-