summaryrefslogtreecommitdiffstats
path: root/examples/serialbus/modbus/slave
Commit message (Expand)AuthorAgeFilesLines
* Remove usages of deprecated QLatin1LiteralSona Kurazyan2019-06-251-1/+1
* Cleanup and modernize the Modbus examplesAndre Hartmann2019-02-134-34/+41
* Remove hard QtSerialPort dependency from QtSerialBusAlex Blasche2018-11-074-2/+23
* Migrate the modbus example to use QRegularExpressionSamuel Gaist2018-06-201-2/+3
* qtlite: Skip building examples when configured with no-feature-itemviewsRainer Keller2018-01-121-0/+1
* Fix outdated BSD license headerKai Koehne2017-10-205-10/+60
* Fix outdated FDL license headerKai Koehne2017-10-201-5/+5
* Merge remote-tracking branch 'origin/5.8' into 5.9v5.9.0-beta1Liang Qi2017-03-315-5/+5
|\
| * Updated copyright headersAndre Hartmann2017-02-025-5/+5
* | Eradicate Q_FOREACH loops and mark the module as Q_FOREACH-freeAndre Hartmann2017-01-111-4/+4
|/
* add example installsOswald Buddenhagen2016-04-281-0/+3
* Adjust Pointer and Reference to Qt Coding StyleAndre Hartmann2016-04-222-5/+5
* Use 'nullptr' where it is possibleDenis Shienkov2016-04-213-4/+4
* don't over-expose private dependenciesOswald Buddenhagen2016-03-091-1/+1
* Add documention for Modbus slave and master examplesAlex Blasche2016-02-192-0/+45
* Make it possible to set data on a disconnected Modbus device.Karsten Heimrich2016-01-281-3/+3
* Implement support for server listen only and busy state.Karsten Heimrich2016-01-222-219/+271
* Make examples compile on LinuxAlex Blasche2016-01-081-2/+2
* Adjust header includes according to our coding conventions.Karsten Heimrich2016-01-082-7/+7
* Improve example applications.Karsten Heimrich2016-01-061-0/+46
* Remove Modbus and ModbusDevice prefix.Karsten Heimrich2016-01-042-2/+2
* Update examples to share the same settings behavior.Karsten Heimrich2015-12-1812-6/+477
* Implement Modbus device connection parameters.Karsten Heimrich2015-12-181-1/+9
* Fix wrong Modbus addresses.Karsten Heimrich2015-11-231-1/+1
* Finally rename all remaining slave* occurrences to server*.Karsten Heimrich2015-11-202-4/+4
* Put error messages into the statusbar of master/slave examplesKarsten Heimrich2015-11-112-51/+45
* fix spurious dependenciesOswald Buddenhagen2015-11-111-1/+1
* Remove QModbusDevice::ModbusConnection from the APIAlex Blasche2015-11-051-4/+9
* Fix wrong connect.Karsten Heimrich2015-10-281-1/+1
* Remove 3rdparty libmodbus and cleanup depending code usage.Karsten Heimrich2015-10-281-1/+0
* Rename slaveId to slaveAddressRalf Nolden2015-10-262-2/+2
* Performance improvement in slave exampleAlex Blasche2015-10-251-19/+13
* Display Modbus server errors in slave exampleAlex Blasche2015-10-252-0/+12
* Basic working Mobus TCP server implementation.Karsten Heimrich2015-10-211-1/+4
* Fix find children of discreteButtons groupAlex Blasche2015-10-201-1/+1
* Introduce QModbus logging categoryAlex Blasche2015-10-141-0/+4
* Rename last occurrences ModBus -> ModbusKarsten Heimrich2015-10-141-1/+1
* Merge QModbusRegister and QModbusDataUnit + some enhancement.Karsten Heimrich2015-10-142-21/+21
* Define interface for request/response proccessing.Karsten Heimrich2015-10-131-0/+1
* Rename classes to match Mobus RTU serial communication.Karsten Heimrich2015-09-301-1/+1
* Rename files to indicate RTU implementation.Karsten Heimrich2015-09-301-1/+1
* Rename code|docs, master -> client, slave -> server.Karsten Heimrich2015-09-281-3/+6
* Rename classes, master -> client, slave -> serverKarsten Heimrich2015-09-282-5/+5
* Adjust variables to match QModbus rename patch.Karsten Heimrich2015-09-282-37/+37
* Rename QModBus into QModbus.Karsten Heimrich2015-09-282-37/+37
* Make use of the new QMobBusSerialSlave class in the slave example appAlex Blasche2015-09-251-3/+8
* Update examples to able to choose Serial or TCP.Karsten Heimrich2015-09-253-55/+99
* The examples don't link against serialport module anymore.Alex Blasche2015-09-171-1/+1
* Remove QModBusSlave::setMap(QModBusRegister::RegisterType, quint16)Alex Blasche2015-09-161-4/+7
* Move QModBusDevice::ModbusTable -> QModBusRegister::RegisterTypeAlex Blasche2015-09-162-20/+20