summaryrefslogtreecommitdiffstats
path: root/src/serialbus/qmodbustcpclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* Unify the \since base line version for qdocAlex Blasche2016-11-161-1/+1
* Implement number of retries before a request fails.Karsten Heimrich2015-12-181-5/+0
* Follow RTU master, always call close() from destructor.Karsten Heimrich2015-12-181-1/+4
* Remove superfluous includes.Karsten Heimrich2015-12-181-1/+0
* Add identifier to be able to better distinguish debug output.Karsten Heimrich2015-12-181-1/+2
* Implement Modbus device connection parameters.Karsten Heimrich2015-12-181-1/+3
* Set error message in case the user passed an invalid URL.Karsten Heimrich2015-12-161-1/+3
* Merge the TCP and RTU read/write implementations.Karsten Heimrich2015-11-191-62/+0
* Implements receiving of TCP Modbus responses on client sideAlex Blasche2015-11-181-0/+5
* Implement the three data read/write calls for QModbusTcpClientKarsten Heimrich2015-11-161-13/+37
* TCP connection management implemented for Modbus TCP clientKarsten Heimrich2015-11-161-2/+24
* Update and fix documentation. Add TODO's.Karsten Heimrich2015-11-061-2/+32
* Whitespace changes, no functional change.Karsten Heimrich2015-10-301-1/+1
* Replace implementation of QModbusReply with QModbusReplyEx.Karsten Heimrich2015-10-281-4/+4
* Remove 3rdparty libmodbus and cleanup depending code usage.Karsten Heimrich2015-10-281-21/+0
* Rename slaveId to slaveAddressRalf Nolden2015-10-261-6/+6
* Employ a more specialized read/write request API.Karsten Heimrich2015-10-201-2/+18
* Rename last occurrences ModBus -> ModbusKarsten Heimrich2015-10-141-1/+1
* Define interface for request/response proccessing.Karsten Heimrich2015-10-131-0/+10
* Rename classes, master -> client, slave -> serverKarsten Heimrich2015-09-281-2/+2
* Rename QModBus into QModbus.Karsten Heimrich2015-09-281-12/+12
* Initial implementation of a TCP based modbus API.Karsten Heimrich2015-09-181-0/+96