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.
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...

Similar threads

Back
Top