Arduino Serial port greyed out?

  • Thread starter Thread starter phynoldus
  • Start date Start date
  • Tags Tags
    Arduino Serial
AI Thread Summary
The issue of the Arduino "Serial port" being greyed out typically indicates that the computer is not detecting the device, often due to driver installation problems. Users are advised to check the Device Manager in Windows to see which COM port has been assigned to the Arduino, as it may not be COM1 but rather COM4 or COM5. Proper driver installation is crucial for the Arduino to be recognized by the system. If the Arduino does not appear in Device Manager, it may indicate a connection issue or missing drivers. Ensuring that the correct COM port is selected in the Arduino software is essential for successful communication.
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.
 
Hey guys. I have a question related to electricity and alternating current. Say an alien fictional society developed electricity, and settled on a standard like 73V AC current at 46 Hz. How would appliances be designed, and what impact would the lower frequency and voltage have on transformers, wiring, TVs, computers, LEDs, motors, and heating, assuming the laws of physics and technology are the same as on Earth?
While I was rolling out a shielded cable, a though came to my mind - what happens to the current flow in the cable if there came a short between the wire and the shield in both ends of the cable? For simplicity, lets assume a 1-wire copper wire wrapped in an aluminum shield. The wire and the shield has the same cross section area. There are insulating material between them, and in both ends there is a short between them. My first thought, the total resistance of the cable would be reduced...
I used to be an HVAC technician. One time I had a service call in which there was no power to the thermostat. The thermostat did not have power because the fuse in the air handler was blown. The fuse in the air handler was blown because there was a low voltage short. The rubber coating on one of the thermostat wires was chewed off by a rodent. The exposed metal in the thermostat wire was touching the metal cabinet of the air handler. This was a low voltage short. This low voltage...

Similar threads

Back
Top