You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #-------------------------------------------------
- #
- # Project created by QtCreator 2025-07-23T11:43:43
- #
- #-------------------------------------------------
-
- QT += core gui
- QT += serialport
-
- greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
-
- TARGET = modbus
- TEMPLATE = app
-
-
- SOURCES += main.cpp\
- widget.cpp \
- mymodbus.cpp \
- communicationhistory.cpp \
- serialcommunicator.cpp
-
- HEADERS += widget.h \
- mymodbus.h \
- communicationhistory.h \
- serialcommunicator.h
-
- FORMS += widget.ui
|