Skip to content

Instantly share code, notes, and snippets.

@EteimZ
Created May 2, 2024 06:38
Show Gist options
  • Select an option

  • Save EteimZ/979aed32db36f5e50e0c5e825985f60f to your computer and use it in GitHub Desktop.

Select an option

Save EteimZ/979aed32db36f5e50e0c5e825985f60f to your computer and use it in GitHub Desktop.
Make serial port work on linux by adding user to dailout group

Serial Port Setup

When you install arduino IDE the serial port is usually not visible. This command helps with setting it up.

sudo adduser <username> dialout
sudo chmod a+rw /dev/ttyUSB0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment