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.
 
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I have recently moved into a new (rather ancient) house and had a few trips of my Residual Current breaker. I dug out my old Socket tester which tell me the three pins are correct. But then the Red warning light tells me my socket(s) fail the loop test. I never had this before but my last house had an overhead supply with no Earth from the company. The tester said "get this checked" and the man said the (high but not ridiculous) earth resistance was acceptable. I stuck a new copper earth...
I am not an electrical engineering student, but a lowly apprentice electrician. I learn both on the job and also take classes for my apprenticeship. I recently wired my first transformer and I understand that the neutral and ground are bonded together in the transformer or in the service. What I don't understand is, if the neutral is a current carrying conductor, which is then bonded to the ground conductor, why does current only flow back to its source and not on the ground path...

Similar threads

Back
Top