tango4567 / solutions

Here I am adding lots of different stuff. This is the collection of problems with their solutions. Most important please share good vibes and correct me if you found anything wrong here. Thanks in advance.
Apache License 2.0
5 stars 0 forks source link

Permission denied on /dev/ttyACM0 #66

Closed tango4567 closed 6 months ago

tango4567 commented 6 months ago

While connecting to ardupilot Pixhawk 2.4.8 following error we are getting Permission denied on /dev/ttyACM0

tango4567 commented 6 months ago

Solution

sudo chmod a+rw /dev/ttyACM0

Then after I restarted the QGC and everything is working fine.