Arduino serial port not found

6,426

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.

Share:
6,426
Lynob
Author by

Lynob

Updated on September 18, 2022

Comments

  • Lynob
    Lynob over 1 year

    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?