When connecting a new Nano (Product Description: AITRIP... for Arduino Mini Nano V3.0 ATmega328P 5V 16M Micro Controller Board Module...) to IDE on a Windows 10 PC, I cannot upload to the board. The upload fails, unable to find a COM port. The "Port" menu pad under "Sketch" is grayed out and won't open.
Board, as received, seems to be running Blinky OK.
Plugging in a UNO (same physical USB port on the same PC) everything works correctly.
You should only really be using the selection for the one you have.
Many clone NANO's may also need additional drivers.
The following links which you BYPASSED on the way in contain help for clones too.
Could you take a few moments to Learn How To Use The Forum
It will help you get the best out of the forum in the future.
Your OS and version can be valuable information, please include it along with extra security you are using.
Always list the version of the IDE you are using and the board version if applicable.
Use quote or add error messages as an attachment NOT a picture.
COM ports can be different for different boards. COM3 was probably the port assigned to the Uno and the Nano can be different.
If no other COM port shows under Tools -> Ports with the board connected, check what Windows device manager has to say about your board when you connect the board; any yellow triangles? You might have a clone that requires a different driver. Very common is the CH340 and the driver can be downloaded from the Chinese website; you can try to decipher the text on the chip at the bottom of the board to figure it out.
Thank you, gentlemen. Problem is solved and I was able to upload a sketch.
Board is in fact a NANO, not a MINI.
Going back to the vendor's data, it does say the board uses a CH340 chip but did not mention needing a different driver. I was too dumb to know that without being told.
I found, downloaded and installed the CH340 driver after which the Port menu pad became available and worked. The next upload failed with a different error (avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xe3).
I found help for that problem elsewhere on this site and it turned out I needed to select "ATMega328P (Old Bootloader)" under Tools -> Processor. After that, everything works as it should.