summaryrefslogtreecommitdiffstats
path: root/src/serialbus/qmodbusrtuserialmaster.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix QModbusRtuSerialMaster wouldn't close5.8Konstantin Shtepa2017-03-301-3/+1
* Updated copyright headersAndre Hartmann2017-02-021-1/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-011-1/+6
|\
| * Fixed QModbusRtuSerialMaster stack overflow on closeMichael Winkelmann2016-09-261-1/+6
* | Fix qDoc warning.Karsten Heimrich2016-03-171-1/+1
* | Merge remote-tracking branch 'gerrit/5.6' into 5.7Alex Blasche2016-03-171-1/+2
|\|
| * Fix serial line access order. Unbreaks serial line connect.Karsten Heimrich2016-03-151-1/+2
* | Add API to set and retrieve the Modbus RTU inter frame delay.Karsten Heimrich2016-03-091-0/+32
|/
* Move clearing or updating values into a common function.Karsten Heimrich2016-03-011-6/+1
* Clear existing buffered data when connecting to the serial port.Karsten Heimrich2016-01-281-3/+7
* Resolve TODO's. Merge both error code enums, update code.Karsten Heimrich2016-01-081-1/+1
* Follow RTU master, always call close() from destructor.Karsten Heimrich2015-12-181-0/+3
* 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-1/+1
* Omit debug output for empty queue.Karsten Heimrich2015-12-161-1/+2
* QModbusRtuSerialMaster is a Modbus client implementation and not a serverAlex Blasche2015-11-261-1/+1
* Use QModbusClient::tr() for all messages in QModbusRtuMasterAlex Blasche2015-11-241-1/+1
* Merge the TCP and RTU read/write implementations.Karsten Heimrich2015-11-191-62/+0
* Forward QSerialPort error string to QModbusClient instance error.Alex Blasche2015-11-161-0/+2
* QModbusReply::setError() does not have to be followed by setFinished()Alex Blasche2015-11-111-1/+0
* Remove open TODO for response timeoutsAlex Blasche2015-11-111-6/+0
* Update and fix documentation. Add TODO's.Karsten Heimrich2015-11-061-2/+11
* Remove extra newlines. Whitespace only change.Karsten Heimrich2015-11-061-1/+0
* Do not overload transmission and Modbus exception codesAlex Blasche2015-11-051-1/+1
* Add a queue system to RTU masterAlex Blasche2015-11-051-70/+16
* Implementation for QModbusRtuSerialMasterAlex Blasche2015-11-041-16/+156
* Whitespace changes, no functional change.Karsten Heimrich2015-10-301-2/+2
* Replace implementation of QModbusReply with QModbusReplyEx.Karsten Heimrich2015-10-281-3/+3
* Remove 3rdparty libmodbus and cleanup depending code usage.Karsten Heimrich2015-10-281-99/+5
* Employ a more specialized read/write request API.Karsten Heimrich2015-10-201-2/+18
* Rename last occurrences ModBus -> ModbusKarsten Heimrich2015-10-141-2/+2
* Define interface for request/response proccessing.Karsten Heimrich2015-10-131-0/+10
* Rename classes to match Mobus RTU serial communication.Karsten Heimrich2015-09-301-25/+23
* Rename files to indicate RTU implementation.Karsten Heimrich2015-09-301-0/+176