summaryrefslogtreecommitdiffstats
path: root/examples/serialbus/modbus
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use 'nullptr' where it is possibleDenis Shienkov2016-04-2112-20/+20
* Fix sending requests with predefined function codes.Karsten Heimrich2016-03-171-2/+3
* Fix: 'multiple definition' with static build (Windows).Karsten Heimrich2016-03-142-5/+7
* don't over-expose private dependenciesOswald Buddenhagen2016-03-092-2/+2
* Add documention for Modbus slave and master examplesAlex Blasche2016-02-194-0/+88
* Cleanup constructors and destructors.Karsten Heimrich2016-01-292-4/+1
* Make it possible to set data on a disconnected Modbus device.Karsten Heimrich2016-01-281-3/+3
* Update timout settings.Karsten Heimrich2016-01-252-2/+2
* Implement support for server listen only and busy state.Karsten Heimrich2016-01-222-219/+271
* Resolve TODO, implement read/write multiple register.Karsten Heimrich2016-01-083-378/+359
* Make examples compile on LinuxAlex Blasche2016-01-082-4/+4
* Adjust header includes according to our coding conventions.Karsten Heimrich2016-01-085-17/+17
* Resolve TODO's. Merge both error code enums, update code.Karsten Heimrich2016-01-082-5/+5
* Rename function errorText() -> errorString()Karsten Heimrich2016-01-061-4/+4
* Improve example applications.Karsten Heimrich2016-01-066-198/+330
* Implement possibility to specify a custom serial port.Karsten Heimrich2016-01-052-1/+15
* Remove Modbus and ModbusDevice prefix.Karsten Heimrich2016-01-044-6/+5
* Editor to send handcrafted ADU's.Karsten Heimrich2015-12-2110-1/+2666
* Update examples to support number of retries before implementation.Karsten Heimrich2015-12-184-41/+59
* Update examples to share the same settings behavior.Karsten Heimrich2015-12-1817-22/+683
* Implement Modbus device connection parameters.Karsten Heimrich2015-12-182-2/+18
* Fix wrong error message upon reception of read requests error codesAlex Blasche2015-11-241-2/+2
* Extend QModbusReply to contain the raw response as well.Karsten Heimrich2015-11-231-2/+2
* Fix wrong Modbus addresses.Karsten Heimrich2015-11-231-1/+1
* Finally rename all remaining slave* occurrences to server*.Karsten Heimrich2015-11-204-10/+10
* Master example should not send in-appropriately sized read requestsAlex Blasche2015-11-191-2/+10
* Print QModbusClient error message to status bar in slave exampleAlex Blasche2015-11-161-0/+5
* Prefill local modbus server URL in master exampleAlex Blasche2015-11-131-0/+2
* Permit block writes in Modbus Master exampleAlex Blasche2015-11-136-59/+298
* Add Menu and options dialog to master exampleKarsten Heimrich2015-11-1112-5/+326
* Put error messages into the statusbar of master/slave examplesKarsten Heimrich2015-11-114-80/+66
* fix spurious dependenciesOswald Buddenhagen2015-11-112-2/+2
* Delete error text before each read/write requestAlex Blasche2015-11-071-0/+3
* Report ModbusExceptions in master exampleAlex Blasche2015-11-061-4/+14
* Remove unnecessary condition checkAlex Blasche2015-11-051-2/+2
* Do not overload transmission and Modbus exception codesAlex Blasche2015-11-051-2/+2
* Remove QModbusDevice::ModbusConnection from the APIAlex Blasche2015-11-052-8/+18