SyntaxFix
Write A Post
Hire A Developer
Questions
Close all instances of the arduino IDE open ~/.arduino/preferences.txt and look for the line:
serial.port=<not your port>
and change it to your port:
serial.port=/dev/ttyACM0
you may have to log out for it to take effect