summaryrefslogtreecommitdiffstats
path: root/examples/serialbus/modbus
Commit message (Expand)AuthorAgeFilesLines
* Fix modbus client/server examples for missing QtSerialPortJoerg Bornemann2023-01-182-2/+6
* Port from qAsConst() to std::as_const()Marc Mutz2022-11-121-1/+1
* Polish the modbus client exampleFriedemann Kleint2022-10-124-59/+84
* Use SPDX license identifiersLucie Gérard2022-06-1024-1107/+48
* Improve examples CMakeLists.txtKai Köhne2022-02-173-29/+10
* Switch examples to build as isolated sub-buildsAlexandru Croitor2021-12-151-3/+3
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-173-3/+3
* CMake: Fix examples to search for the Network packageAlexandru Croitor2021-08-123-0/+3
* CMake: Explicitly link against the built QtNetwork libraryAlexandru Croitor2021-07-233-0/+3
* Fix QModbusDataUnit inconsistent signedness for params and return valuesKarsten Heimrich2021-04-082-6/+6
* Fix "No such signal QButtonGroup::buttonClicked(int)"Karsten Heimrich2021-03-261-2/+2
* Modbus: Remove unused variable from custom exampleAndre Hartmann2021-03-181-1/+0
* Adapt, improve and verify documentationKarsten Heimrich2021-03-173-4/+54
* Fix Modbus adueditor example depending on private headersKarsten Heimrich2021-03-1012-2828/+0
* Remove now superfluous QOverload invocationsKarsten Heimrich2021-03-043-13/+12
* Reword example and documentations from master/slave to client/serverKarsten Heimrich2021-03-0238-64/+58
* Rename and deprecate QModbusRtuSerialSlave and QModbusRtuSerialMasterKarsten Heimrich2021-03-023-6/+6
* Add Modbus custom function code exampleKarsten Heimrich2021-03-0119-1/+1868
* Fix some typosKarsten Heimrich2021-02-232-3/+3
* Port to CMakeAndreas Buhr2021-01-274-0/+184
* Add ; to Q_UNUSEDLars Schmertmann2020-12-201-1/+1
* Use QList instead of QVectorJarek Kobus2020-08-171-1/+1
* Update dependencies and fix related issuesAlex Blasche2020-06-101-0/+5
* Remove usages of deprecated QLatin1LiteralSona Kurazyan2019-06-252-2/+2
* Fix Qt6 buildSona Kurazyan2019-06-242-5/+5
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-161-1/+1
|\
| * Add context information to QObject::connect(...) callsKarsten Heimrich2019-04-011-1/+1
* | Cleanup and modernize the Modbus examplesAndre Hartmann2019-02-1315-135/+162
|/
* Remove hard QtSerialPort dependency from QtSerialBusAlex Blasche2018-11-079-3/+47
* Migrate the modbus example to use QRegularExpressionSamuel Gaist2018-06-201-2/+3
* Rename master example title to "Client"Alex Blasche2018-03-011-1/+1
* qtlite: Skip building examples when configured with no-feature-itemviewsRainer Keller2018-01-123-0/+3
* Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta4Liang Qi2017-10-3021-48/+238
|\
| * Fix outdated BSD license headerKai Koehne2017-10-2019-38/+228
| * Fix outdated FDL license headerKai Koehne2017-10-202-10/+10
* | modbus: Remove unused 'this' lambda captureDenis Shienkov2017-10-201-1/+1
|/
* Fix address counter for received modbus register entriesAlex Blasche2017-08-101-1/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9v5.9.0-beta1Liang Qi2017-03-3119-20/+20
|\
| * modbus master example: fix nonsensical codeMarc Mutz2017-03-221-1/+1
| * Updated copyright headersAndre Hartmann2017-02-0219-19/+19
* | Eradicate Q_FOREACH loops and mark the module as Q_FOREACH-freeAndre Hartmann2017-01-112-5/+6
|/
* Replace QOverload with C++11 "using TypeId" patternAlex Blasche2016-09-061-1/+2
* Remove ambiguity when using QTimer::setInterval() pointer in examplev5.8.0-alpha1Alex Blasche2016-08-311-1/+2
* Make adueditor compile on platforms with QT_NO_CLIPBOARDAlex Blasche2016-06-031-0/+2
* Fix misspelled settingFrank Meerkoetter2016-05-021-1/+1
* add example installsOswald Buddenhagen2016-04-283-0/+9
* Use enums instead of defines in WriteRegisterModelDenis Shienkov2016-04-261-26/+21
* Replace 'Q_DECL_OVERRIDE' with 'override'Denis Shienkov2016-04-262-7/+7
* Use 'auto' where it is possibleDenis Shienkov2016-04-224-9/+9
* Adjust Pointer and Reference to Qt Coding StyleAndre Hartmann2016-04-226-11/+11