Adding user to dialout on Linux

Adding user to dialout on Linux

The currently logged user should have read and write access the serial port over USB. On most Linux distributions, this is done by adding the user to dialout group with the following command:

sudo usermod -a -G dialout $USER

Make sure you re-login to enable read and write permissions for the serial port.

Related Posts

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注