Introduction
Short description of settings to apply to Ubuntu to get the app working.
Serial port config (Very important)
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