0

I am having problems uploading my program. I have been using the verify button aka the "checkmark" to upload my programs. I assumed that this was the correct button but now I am having problems uploading. When I attempt to use the "upload" button I get the error "can not open device". What am I doing wrong? How can I fix this error code?

Ricardo
3,3802 gold badges25 silver badges55 bronze badges
asked Mar 12, 2015 at 3:21
4
  • install the device drivers for your Arduino! steps to follow are mention in arduino website! Commented Mar 12, 2015 at 6:48
  • 1
    It's possible the port or the board got changed, check the tools menu. Commented Mar 12, 2015 at 14:28
  • Check Tools->Board, Tools->Port, and Tools->Programmer Commented Mar 12, 2015 at 16:41
  • The "problem uploading to board" error message includes this link to arduino.cc troubleshooting guide: arduino.cc/en/Guide/Troubleshooting Commented May 12, 2015 at 8:11

1 Answer 1

2

The checkmark button is used to compile your program (which "verifies" your code), but does not upload it to the board. The "arrow" button is used to compile and upload your program.

If you cannot connect to the device, make sure the correct COM port is selected on the Tools->Ports menu, and make sure you have the correct board selected on Tools->Board (usually an Arduino UNO).

If you have not installed the drivers yet, you will not have a port present for your Arduino. If that is the case, here is a great tutorial that will help you get everything installed and set up correctly: https://learn.adafruit.com/lesson-0-getting-started

answered Mar 12, 2015 at 15:26

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.