summaryrefslogtreecommitdiffstats
path: root/src/serialbus/qmodbusrtuserialslave_p.h
Commit message (Expand)AuthorAgeFilesLines
* Remove usages of deprecated APIsSona Kurazyan2019-08-061-2/+1
* Modbus: Use QOverload instead home-brewed castingAndre Hartmann2019-07-031-2/+2
* Expose the underling QIODevice used for Modbus communicationKarsten Heimrich2019-06-071-0/+2
* Add context information to QObject::connect(...) callsKarsten Heimrich2019-04-011-3/+3
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-271-1/+1
|\
| * Fix typosKarsten Heimrich2019-03-211-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devAlex Blasche2018-10-291-0/+24
|\|
| * Permit dropping of RTU slave request buffer under certain scenariosAlex Blasche2018-10-231-0/+24
* | Fix implicit conversion loss warnings due to int precisionAlex Blasche2018-10-241-2/+2
|/
* Fix compiler warning about extra ";"Alex Blasche2018-02-281-1/+1
* Updated copyright headersAndre Hartmann2017-02-021-1/+1
* Modbus: Remove non-UTF-8 characters from private headerAndre Hartmann2016-12-201-10/+10
* Fix serial line access order. Unbreaks serial line connect.Karsten Heimrich2016-03-151-1/+0
* Move clearing or updating values into a common function.Karsten Heimrich2016-03-011-1/+4
* Implement partial reading from the serial connection.Karsten Heimrich2016-03-011-5/+11
* Some API and data size calculation fixes.Karsten Heimrich2016-02-171-2/+2
* Cleanup constructors and destructors.Karsten Heimrich2016-01-291-2/+0
* Remove unused function declarations.Karsten Heimrich2016-01-271-4/+0
* Implement missing server device busy handling.Karsten Heimrich2016-01-191-7/+16
* Unwarn modbus on windows.Karsten Heimrich2016-01-081-13/+0
* Adjust header includes according to our coding conventions.Karsten Heimrich2016-01-081-4/+4
* Add identifier to be able to better distinguish debug output.Karsten Heimrich2015-12-181-1/+1
* Implement Modbus device connection parameters.Karsten Heimrich2015-12-181-5/+10
* In case of write error, clear the serial port output buffer.Karsten Heimrich2015-12-011-0/+1
* Add identifier to be able to better distinguish debug output.Karsten Heimrich2015-12-011-12/+12
* The raw size cannot be equal or less the 4 bytes.Karsten Heimrich2015-12-011-1/+1
* Return the real function code without the exception byte.Karsten Heimrich2015-12-011-2/+1
* Implement Modbus listen only mode, update TODO's.Karsten Heimrich2015-11-231-3/+5
* Finally rename all remaining slave* occurrences to server*.Karsten Heimrich2015-11-201-11/+11
* Surpress compiler warningAlex Blasche2015-11-191-1/+1
* Fix Comm event counter increment.Karsten Heimrich2015-11-191-8/+13
* Update virtuals and explicit, default {con|de}structors.Karsten Heimrich2015-11-161-8/+1
* Synchronize debug output.Karsten Heimrich2015-11-131-5/+7
* Introduce Modbus ADU class and reuse where possible.Karsten Heimrich2015-11-131-20/+14
* Make sure we honor listen only mode, suppress message sending.Karsten Heimrich2015-11-131-1/+1
* Implement communication event handling, fix counter increment.Karsten Heimrich2015-11-131-11/+55
* Unify include statements.Karsten Heimrich2015-11-111-2/+2
* Explicitly cast slaveAddress to unsigned intAlex Blasche2015-11-111-1/+1
* Fix CRC checks in RTU slave and masterKarsten Heimrich2015-11-111-2/+5
* Implement diagnostic related message counter handling.Karsten Heimrich2015-11-111-36/+72
* Implement server side broadcast support.Karsten Heimrich2015-11-061-8/+14
* Fix crash on Windows due to QSerialPort::close() being called twiceAlex Blasche2015-11-011-1/+3
* Remove superfluous warningAlex Blasche2015-11-011-3/+0
* Documentation update, fix functions signatures etc...Karsten Heimrich2015-10-301-1/+1
* Fix some minor style issues, rearrange code a bit.Karsten Heimrich2015-10-281-23/+22
* Remove private slots from RTU server codeAlex Blasche2015-10-281-4/+163
* Remove 3rdparty libmodbus and cleanup depending code usage.Karsten Heimrich2015-10-281-2/+0
* Improve RTU slave implementationAlex Blasche2015-10-221-24/+0
* RTU slave implementation using QSerialPortAlex Blasche2015-10-211-23/+41
* Remove QModbusServer::dataRead() signalAlex Blasche2015-10-151-2/+0