Native serial port

When looking for board info I get "Native serial port can't obtain info." Is there some setting on my computer that causes this. Message at bottom of window says "Arduino Nano on Com 1"
Specs: Windows 10, Arduino Nano from Arduino, New USB cable.
I have spent the last 7 days going around and around in Arduino Docs with no positive results.

Most computers have COM1 dedicated to the computer, making most Arduinos use COM2 and up.

Go to your "Device Manager" in Windows. There will a listing of all the COM ports connected.

image

I have deleted your other cross-post @Realoldmaker.

Cross-posting is against the Arduino forum rules. The reason is that duplicate posts can waste the time of the people trying to help. Someone might spend a lot of time investigating and writing a detailed answer on one topic, without knowing that someone else already did the same in the other topic.

Repeated cross-posting can result in a suspension from the forum.

In the future, please only create one topic for each distinct subject matter. This is basic forum etiquette, as explained in the "How to get the best out of this forum" guide. It contains a lot of other useful information. Please read it.

Thanks in advance for your cooperation.

No. Classic Nanos use a generic serial-to-usb converter; for the official Nano it is a FT232RL (manufacturer FTDI), for clones it's usually a CH340 (manufacturer WCH).

Those chips are generic and the IDE can not identify the board based on the information provided by the board.

So no, there is nothing wrong and there is no setting that will be able to change it.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.