Linux
Arch
<p>To allow access to the serial port device for arduino, etc., add the user to the uucp group via:</p>
<pre><code>sudo usermod -a -G uucp <somerandomuser>
</code></pre>
<p>From: https: //bbs.archlinux.org/viewtopic.php?id=122180</p>