-
Notifications
You must be signed in to change notification settings - Fork 16
Home
damian0 edited this page Jun 24, 2013
·
3 revisions
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