Answers for "platformIO Permission denied: '/dev/ttyUSB0'"

0

platformIO Permission denied: '/dev/ttyUSB0'

# Recommended
curl -fsSL https://raw.githubusercontent.com/platformio/platformio-core/master/scripts/99-platformio-udev.rules | sudo tee /etc/udev/rules.d/99-platformio-udev.rules

# OR, manually download and copy this file to destination folder
sudo cp 99-platformio-udev.rules /etc/udev/rules.d/99-platformio-udev.rules
Posted by: Guest on April-03-2022

Code answers related to "platformIO Permission denied: '/dev/ttyUSB0'"

Browse Popular Code Answers by Language