PySide6 missing QtSerialBus, modbus
-
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 -
@Gojir4 I can't use CAN. I need Modbus.
I researched that package Qt Modbus from Qt work for C++ solution but for Python is missing. -
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 .
-
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 .
-
@Gojir4 I can't use CAN. I need Modbus.
I researched that package Qt Modbus from Qt work for C++ solution but for Python is missing. -
-