Skip to content

Commit fcf85bf

Browse files
Update article about "no upload port provided" error in IDE 2 (#127)
* Updated and improved for IDE 2.0.0 * Remove unused images * Update content/Software Support/Upload/Failed-uploading-no-upload-port-provided.md Co-authored-by: Renat0Ribeir0 <[email protected]> * Update content/Software Support/Upload/Failed-uploading-no-upload-port-provided.md Co-authored-by: Renat0Ribeir0 <[email protected]> Co-authored-by: Renat0Ribeir0 <[email protected]>
1 parent bd555fe commit fcf85bf

8 files changed

+36
-38
lines changed

content/Software Support/Upload/Error-2-UNKNOWN-uploading-error-no-upload-port-provided.md

Lines changed: 0 additions & 38 deletions
This file was deleted.
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: "Failed uploading: no upload port provided"
3+
id: 360020831120
4+
---
5+
6+
When uploading, you may see this error:
7+
8+
```
9+
Failed uploading: no upload port provided
10+
```
11+
12+
The error will occur if no **port** has been selected.
13+
14+
Use one of these methods to select a port:
15+
16+
* In the top menu bar: Open _Tools > Port_ and click to select a port.
17+
18+
![The Tools > Port menu.](img/tools-port-uno.png)
19+
20+
* With the board selector menu (IDE 2): Click to open, then select one of the options to configure board and port selection.
21+
22+
![The board selector in IDE 2.](img/select-port.png)
23+
24+
When a board and port has been selected, this icon will be displayed:
25+
26+
![The board selector menu with a connected Arduino UNO.](img/board-selector-uno-connected.png)
27+
28+
It's useful to understand the difference between board and port selections:
29+
30+
* The **board** selection tells Arduino IDE how to compile the sketch and what protocols to use when uploading the sketch. In some cases, it will be automatically set, but it can be overridden with the _Tools > Board_ menu or in the "Select other board and port..." dialog.
31+
* The **port** selection refers to an actual board (or other device) that's connected to your computer. Many boards are automatically recognized by Arduino IDE—these boards will have their name displayed next to their port in the _Tools > Port_ menu and will have their port associated with the identified board in the board selector menu.
32+
33+
## Further reading
34+
35+
* [Select board and port in Arduino IDE](https://support.arduino.cc/hc/en-us/articles/4406856349970-Select-board-and-port-in-Arduino-IDE)
36+
* [If your board does not appear in the port menu](https://support.arduino.cc/hc/en-us/articles/4412955149586-If-your-board-does-not-appear-in-the-port-menu)
-24.7 KB
Binary file not shown.
-26.1 KB
Binary file not shown.
-28.3 KB
Binary file not shown.
9.42 KB
Loading
37.6 KB
Loading
162 KB
Loading

0 commit comments

Comments
 (0)