summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* CAN-Example: Fix not receiving empty CAN framesAndre Hartmann2016-05-041-3/+0
* CAN-Example: Scroll lists to last inserted itemAndre Hartmann2016-05-041-0/+3
* CAN-Example: Change SettingsDialog to ConnectDialogAndre Hartmann2016-05-039-77/+118
* CAN: Correct spelling for "CAN" and "CAN FD"Andre Hartmann2016-05-022-2/+2
* Fix misspelled settingFrank Meerkoetter2016-05-021-1/+1
* CAN-Example: Improve description of Extended Frame Format boxAndre Hartmann2016-05-022-4/+9
* CAN-Example: Better window titleAndre Hartmann2016-05-021-1/+1
* CAN-Example: Better name for receive list widgetAndre Hartmann2016-05-022-2/+2
* Remove superfluous checkFrank Meerkoetter2016-05-011-2/+1
* add example installsOswald Buddenhagen2016-04-284-0/+12
* 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-2115-25/+25
* CAN-Example: Display CAN-IDs and data bytes in hexAndre Hartmann2016-04-152-8/+33
* CAN-Example: Convert connect to Qt5 styleAndre Hartmann2016-04-081-1/+1
* 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
* Update .pro file and config tests with stricter requirements.Karsten Heimrich2016-03-091-1/+3
* 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
* Hide the raw filter option in can bus exampleAlex Blasche2016-01-081-0/+3
* Make it more obvious in the example what Flexible Data rate meansAlex Blasche2016-01-081-1/+2
* 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
* Support CanFD config option in can exampleAlex Blasche2015-12-182-56/+82
* 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