Ubuntu – Arduino serial port not found

13.10arduinodriversserial portxubuntu

I'm on Xububtu 13.10 64 bit. I installed Arduino IDE from the software. I have Arduino uno board. when I try to execute any code, I get this error

enter image description here

Is there a driver missing?

Best Answer

This is an error returned when you haven't specified the serial port to use.

First, make sure your Uno is plugged into the laptop through the USB port. Then, in the Arduino IDE, make sure you select the serial port under the Tools>Serial Port menu. Also, make sure you've selected the correct board under the Toold>Board menu. After this, if you try compiling and uploading, it should work correctly.