Robot-Will / Stino

A Sublime Text Plugin for Arduino
Other
1.58k stars 250 forks source link

Stino access denied to serial port device file is incorrect. #355

Closed ethan476 closed 8 years ago

ethan476 commented 8 years ago

When Stino fails to open a serial interface device file it says:

Serial port /dev/ttyACM0 already in use. Try quitting any programs that may be using it.

Even if the true error is an error of permissions and the user doesn't have access to the device file.

ethan476 commented 8 years ago

357 Should fix this.

gepd commented 8 years ago

Please read this: https://github.com/Robot-Will/Stino/issues/331