Adding user to dialout on Linux

Posted ESP32,IoT,开源硬件 - 小羊实验室

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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.

以上是关于Adding user to dialout on Linux的主要内容,如果未能解决你的问题,请参考以下文章