Add serial port access to a user for arduino on arch

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 &lt;somerandomuser&gt; </code></pre> <p>From: https: //bbs.archlinux.org/viewtopic.php?id=122180</p>

© 2026 Code0x378