summaryrefslogtreecommitdiffstats
path: root/src/serialbus/qmodbusrtuserialmaster_p.h
Commit message (Expand)AuthorAgeFilesLines
...
* Unify and improve the sent logs for the QModbusClientsAlex Blasche2015-11-191-1/+2
* Implements receiving of TCP Modbus responses on client sideAlex Blasche2015-11-181-7/+0
* All master/client implementation use QModbusClient::trAlex Blasche2015-11-181-5/+5
* Set proper error message when receiving a modbus exception from the slaveAlex Blasche2015-11-181-1/+2
* Update virtuals and explicit, default {con|de}structors.Karsten Heimrich2015-11-161-4/+1
* Synchronize debug output.Karsten Heimrich2015-11-131-12/+10
* Introduce Modbus ADU class and reuse where possible.Karsten Heimrich2015-11-131-32/+18
* Unify include statements.Karsten Heimrich2015-11-111-2/+2
* QModbusReply::setError() does not have to be followed by setFinished()Alex Blasche2015-11-111-3/+1
* Explicitly cast slaveAddress to unsigned intAlex Blasche2015-11-111-1/+1
* Fix CRC checks in RTU slave and masterKarsten Heimrich2015-11-111-2/+3
* Add timeout code to QModbus RTU client/masterAlex Blasche2015-11-071-0/+22
* Do not overload transmission and Modbus exception codesAlex Blasche2015-11-051-3/+3
* Add a queue system to RTU masterAlex Blasche2015-11-051-21/+112
* Move exceptionCode() from QModbusExceptionResponse to QModbusPduAlex Blasche2015-11-041-2/+1
* Implementation for QModbusRtuSerialMasterAlex Blasche2015-11-041-0/+116
* Remove 3rdparty libmodbus and cleanup depending code usage.Karsten Heimrich2015-10-281-35/+0
* Rename last occurrences ModBus -> ModbusKarsten Heimrich2015-10-141-6/+6
* Minor cleanup, no functional change.Karsten Heimrich2015-09-301-5/+3
* Rename classes to match Mobus RTU serial communication.Karsten Heimrich2015-09-301-5/+6
* Rename files to indicate RTU implementation.Karsten Heimrich2015-09-301-0/+105