Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • i ran sudo chmod 777 /dev/cu.usbmodem1411. Still same problem. Commented Sep 8, 2016 at 19:01
  • Are you sure? You are using correct port name?Try dmesg | grep tty to list all Serial Device Converter Commented Sep 8, 2016 at 19:09
  • Try to run your Arduino IDE with super user privileges, because the compilation log shows most of the errors are related to inadequate rights of writing/executing on files. Commented Sep 8, 2016 at 19:22
  • I ran sudo /Users/madsankernielsen/Downloads/Arduino.app/Contents/MacOS/Arduino and now it won't even compile it. Am i doing it right? Commented Sep 8, 2016 at 19:32