Port says permission denied on Ubuntu.

(deleted)

I had this problem as well, here is how I solved it...

First of all you will need to open terminal and type in:
$ git copy GitHub - sergiomafra/iniarduino: Helps upload code to arduino without receiving errors for not being recognized on Ubuntu 18.04.

Once this is done, change directory, and run these commands:
$ cd iniarduino/
$ chmod 0755 install.sh
$ sudo ./install.sh

When this is done you will have you simply run the command and you are done! This is the command
$ iniarduino

Let me know if this works! And please do give me some karma if this works :slight_smile: Feel free to ask questions too!

(deleted)

kaimereksavage:
I fixed it, I just needed to restart.

hmm thats good

kaimereksavage:
I fixed it, I just needed to restart.

Strange, logout/login should have been sufficient. Maybe you ran a terminal and the gui, changed it in the terminal and did not logout/login from the gui? Just a possible explanation :wink:

Thanks for the feedback; added a karma point for that.

(deleted)