Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

avrdude: ser_open(): can't open device "\\.\COM3": Access is denied

Tags:

arduino

I get this error message when i try to upload code to my arduino. Does anyone know what is going on?

I have installed the proper drivers and it works fine. My port appears on the menu and it is the corresponent to the device.

bless

like image 518
nano_dorado Avatar asked Oct 17 '22 22:10

nano_dorado


1 Answers

Common error, here is the solution:

1 - Unplug the Arduino

2 - Upload code with no Arduino connected to PC

3 - Reconnect Arduino

4 - Upload code to the Arduino

Good luck!

like image 93
Dat Ha Avatar answered Oct 21 '22 04:10

Dat Ha