Friday, February 22, 2013

Arduino software on Ubuntu, with error of "No device found on COM1"

Just bought a Arduino Due Board R3, downloaded and installed Arduino 1.5 BETA on Ubuntu Linux to try it... happen the error of "No device found on COM1"! and cannot access the Serial Port option.

No device found on COM1
No device found on COM1

It's because you have no right to access USB port. The easiest and laziest solution is run android software with sudo.

$sudo ./arduino




Updated: HERE is another solution to run Arduino as normal user.


No comments:

Post a Comment