Use new modbus RTU hardware resource for the modbus commander plugin Fix action abort for RTU actions and fix connected state fro child RTU things Fix modbus rtu client and make it work with the basic resource component Remove modbusrtu master from project file Remove custom modbus rtu master include
16 lines
259 B
Prolog
16 lines
259 B
Prolog
include(../plugins.pri)
|
|
|
|
QT += \
|
|
serialport \
|
|
network \
|
|
serialbus \
|
|
|
|
SOURCES += \
|
|
integrationpluginmodbuscommander.cpp \
|
|
../modbus/modbustcpmaster.cpp
|
|
|
|
HEADERS += \
|
|
integrationpluginmodbuscommander.h \
|
|
../modbus/modbustcpmaster.h
|
|
|