summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Exclude gcc 4.6 and belowv5.6.0Alex Blasche2016-03-031-0/+10
* Disable compilation on non-C++11 compilersKai Koehne2016-03-031-0/+1
* Fix static builds of CAN bus pluginsv5.6.0-rc1Alex Blasche2016-02-184-4/+4
* Add .gitattributes and .tag filesIikka Eklund2016-02-162-0/+4
* Cleanup constructors and destructors.Karsten Heimrich2016-01-2912-29/+11
* Implement missing serial port error handling.Karsten Heimrich2016-01-291-0/+50
* Implement timeout handling more close to the specification.Karsten Heimrich2016-01-292-118/+148
* Make it possible to set data on a disconnected Modbus device.Karsten Heimrich2016-01-281-3/+3
* Clear existing buffered data when connecting to the serial port.Karsten Heimrich2016-01-282-6/+14
* Remove unused function declarations.Karsten Heimrich2016-01-271-4/+0
* Only stop the response timeout after receiving a valid ADU.Karsten Heimrich2016-01-251-2/+1
* Update timout settings.Karsten Heimrich2016-01-252-2/+2
* Implement support for server listen only and busy state.Karsten Heimrich2016-01-222-219/+271
* Update documentation.Karsten Heimrich2016-01-221-1/+3
* QtSerialbus: Use Q_NULLPTR instead of 0 in all public headers.Karsten Heimrich2016-01-209-9/+9
* Implement missing server device busy handling.Karsten Heimrich2016-01-192-7/+22
* Document Modbus logging categoriesAlex Blasche2016-01-151-0/+17
* Remove meta-type registration and add it where used.Karsten Heimrich2016-01-132-3/+3
* Fix warning about missing meta-type registration.Karsten Heimrich2016-01-131-0/+6
* Update .gitignore file.Karsten Heimrich2016-01-121-0/+1
* Resolve TODO, implement read/write multiple register.Karsten Heimrich2016-01-083-378/+359
* Remove use of Variable Length ArrayThiago Macieira2016-01-082-2/+5
* Make examples compile on LinuxAlex Blasche2016-01-082-4/+4
* Hide the raw filter option in can bus exampleAlex Blasche2016-01-081-0/+3
* Add doc reference from QCanBusDevice to QCanBusDevice::FilterAlex Blasche2016-01-081-1/+2
* Print more verbose type information in socketcan warningAlex Blasche2016-01-081-1/+1
* Provide default values for QCanbusDevice::Filter members.Alex Blasche2016-01-083-3/+22
* Make it more obvious in the example what Flexible Data rate meansAlex Blasche2016-01-081-1/+2
* Unwarn modbus on windows.Karsten Heimrich2016-01-082-14/+1
* Implement the ClearOverrunCounterAndFlag sub-function code.Karsten Heimrich2016-01-083-8/+18
* Adjust class members and update documentation. No functional change.Karsten Heimrich2016-01-082-80/+80
* Fix some qdoc warnings.Karsten Heimrich2016-01-083-5/+7
* Adjust header includes according to our coding conventions.Karsten Heimrich2016-01-0826-66/+56
* Android: Deploy canbus pluginsAlex Blasche2016-01-081-1/+1
* Remove TODO, it is implemented already.Karsten Heimrich2016-01-081-4/+0
* canbusutil: simplify and improve frame id verificationRolf Eike Beer2016-01-081-6/+3
* Merge duplicated code, simplify things a bit.Karsten Heimrich2016-01-082-146/+66
* Implement auto-test for private sendRequest function.Karsten Heimrich2016-01-081-7/+50
* Change doc to be a bit more vague on the 0 pointer return value.Karsten Heimrich2016-01-081-19/+16
* Resolve TODO's. Merge both error code enums, update code.Karsten Heimrich2016-01-0811-75/+55
* Improve documentation for CanBus RTR frame handlingAlex Blasche2016-01-072-3/+33
* canbusutil: Permit definition of RTR frame lengthAlex Blasche2016-01-071-16/+33
* Remove TODO, we handle all functions that support QModbusDataUnit.Karsten Heimrich2016-01-071-3/+0
* Rename function errorText() -> errorString()Karsten Heimrich2016-01-064-16/+16
* The number of retries must be greater than or equal to 0.Karsten Heimrich2016-01-062-3/+16
* canbusutil: Permit sending of CANFD framesAlex Blasche2016-01-062-4/+10
* End canbusutil with error code if writeFrame() failedAlex Blasche2016-01-061-2/+1
* Fix typos.Karsten Heimrich2016-01-061-2/+2
* Remove similar test-cases, add timeoutChanged() signal test.Karsten Heimrich2016-01-061-7/+4
* Implement not handled default function codes return early.Karsten Heimrich2016-01-061-0/+3