How Arduino NANO must be connected?

Hello, I ordered an Arduino nano via aliexpress and just received it today. It looks fine, when I plug it in, the "POW" indicator turns on, and "L" below it is turning on / off.

Before that, I was using MEGA2560 and I decided to try the nano. Everything is just great with MEGA2560, it uses a COM9 port and my PC discovers it automatically. All sketches are being uploaded very smoothly and with no issues.

However when I plug in my new NANO - it provides me a COM6 port for whatever reason and when I try to upload the above-mentioned (perfectly working on MEGA2560) sketch - it gives me the following message:

avrdude: ser_open(): can't set com-state for "\\.\COM6"
Failed uploading: uploading error: exit status 1

Is it a problem with... processor? programmer?? COM port?

When I ask for Board Info it says:
2023-04-01_19-56-16

There are so many parameters so I have no idea what can be the problem.

Any help is appreciated. Thanks

Which USB-serial IC does it use? Can you provide a link to the vendor page? Or close up of the board?

what do you mean by IC? sorry

Integrated Circuit - "chip"

How about the other two requests?

How can I find this out? Here's the image of a nano:

It's the one on the back. Please re-shoot and make it bigger, so we can read the legend.

You said, "a" Nano. Is the one in the photo not the same one you posted about?

It is extremely unlikely that that is a genuine ATmega328P Nano. You may have instead a counterfeit based on the LGT8F328P MCU, which will not not work as expected unless you install extra software.

IDK, I bought some of those, but they're coming clean about it, even give links to the support files.

Unfortunately, there is NOTHING on it. It's empty

Does it show up in the list of serial devices in the Windows Device Manager?

Only one nano. These three pics are just 3 photos of the same one nano.

You might have a charge only cable. Have you tried a different cable? Don't forget to answer #10. Are you sure you have "Nano" selected in the boards menu?

If you see errors in the Device manager, you might have an IC that requires serial drivers to be installed.

Or maybe you are still set up for "Mega" in the Board selection.


yes indeed

Under COM6 port

CH340 may require driver installation

If you click on it so you can see driver details, then you can see any errors...

Just to be safe, is anything connected to the board when you try to upload?

can't see any error...

nothing at all. I just connect nano via USB and try to upload some very simple sketch.

I have also downloaded drivers from here
https://learn.sparkfun.com/tutorials/how-to-install-ch340-drivers/all#windows-710

but still the same problem...

If CH340 driver installation does not solve the problem, then I think it's a bad board.

Then how do explain the blink sketch running?