Arduino Serial port greyed out?

  • Thread starter Thread starter phynoldus
  • Start date Start date
  • Tags Tags
    Arduino Serial
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 21K views
phynoldus
Messages
18
Reaction score
0
Arduino "Serial port" greyed out?

Hi,
I am going to make this electronic door lock using an arduino but when i am going to upload the sketch it says"COM1 not found Did you select the right one form the Tools>Serial port?"
So i went to my tools and the serial port is greyed out does anyone know a fix?

FYI i have a Funduino Uno with a usb
 
Engineering news on Phys.org
Have you installed the driver for it?`
Also, COM1 is usually (but not always) a real port on your computer, the virtual serial port installed by the Arduino driver tends to end up being named COM4 or COM5 (at least on my systems)
 
Arduino "Serial port" greyed out?

You should go to Device Manager on your computer (assuming you have windows) with the Arduino plugged in and see what port your computer assigned it. Then use that COM port in the Arduino software to communicate with it.

That's assuming you installed the drivers like the poster above me asked. Device manager is available from Control Panel -> System -> Device Manager if I remember correctly.
 
hah! I myself encounter this problem b4 when i started using arduino leonardo (which i bought it regretfully). So 1st you'll need to check if you installed you're driver correctly, because it is greyed out when it cannot detect your arduino. Would you mind telling what windows are you using?
 
adlfurball said:
hah! I myself encounter this problem b4 when i started using arduino leonardo (which i bought it regretfully). So 1st you'll need to check if you installed you're driver correctly, because it is greyed out when it cannot detect your arduino. Would you mind telling what windows are you using?
Windows 7
 
mtb856 almost lead u there..

Control Panel -> System -> Device Manager , find your arduino device in there, if its not there, check under ports and com... put on some screenshot when you are done.