summaryrefslogtreecommitdiffstats
path: root/src/plugins/canbus/tinycan/plugin.json
Commit message (Collapse)AuthorAgeFilesLines
* Implement the initial support for the TINY CAN adapterDenis Shienkov2015-08-251-0/+3
This commit implements the initial support for the CAN adapter from the MHS Elektronik: http://www.mhs-elektronik.de/ . The implementation has the following features: * The adapter is configured for the one default speed 500KBaud during opening. * The configuring of parameters is not implemented yet. * The error frame interpretation is not implemented yet. * Supports the buffered mode for the outgoing frames, but we still need the framesToWrite() method and the framesWritten() signal. Change-Id: I4d3e1861dcd4b92a56cb7b9e148ba261c3ee7cd7 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>