Почему ардуино не видит порт

от admin

If your board does not appear on a port in Arduino IDE

Learn what to do if your board is missing from the board selector or Tools > Port menu.

Before you begin

  • Ensure you’ve connected your board with a working data USB cable.
  • Check that your device is powered. One or more more LEDs should be lit.
  • In earlier versions of Arduino IDE 2, the Tools > Port menu option would only be displayed if at least one device was detected on a port. This was fixed in version 2.0.4 [1] .
  • Classic Nano boards and some clone boards with generic USB chips will show up as “Unknown” in the board selector. When selecting an “Unknown” port you will be prompted to select the board type manually. Alternatively, select your board in the Tools > Board menu.
  • If you’re using a classic Arduino Nano, you may need to manually install FTDI drivers.
  • If you’re using an Arduino-based “clone” board with a CH340 USB chip, you may need to manually install CH340 drivers.

In this article

If there are “Unknown” devices in the board selector and without a board name in the Tools > Port menu

Arduino IDE will list detected serial ports in the board selector and Tools > Port menu.

  • If Arduino IDE is able to identify a device as an Arduino board, it will the board name instead of “Unknown” in the board selector. In the Tools > Port menu, the board name will appear after the port name, enclosed by parentheses.
  • In some cases, the port information is not sufficient to determine the type of board that’s connected, or if the connected device is a compatible board at alL. In this case, it will appear as an “Unknown” device in the board selector and show only the port name in the Tools > Port menu.

This example shows the board selector and Tools > Port menu on Windows when an Arduino UNO board and one other unidentified device is connected:

The types of unidentified ports shown by Arduino IDE can be grouped in two categories:

Похожие публикации