Skip to content
damian0 edited this page Jun 24, 2013 · 3 revisions

Use and run QOBD2 on Ubuntu/Debian

First you need to compile and install QtSerialPort module as explained on qt-project.org.

Then to be able to read/write to serial ports on Ubuntu you need to add the user launching the app to the "dialout" group: sudo adduser <username> dialout

Clone this wiki locally