From 04afb2e2c3f975823665802ebfc6d05e6c2ac1aa Mon Sep 17 00:00:00 2001 From: LuisAbrantes Date: Thu, 3 Jan 2019 22:51:58 -0200 Subject: [PATCH] Added port example for Mac Users. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 910cba07..84673e45 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ The following settings are as per sketch settings of the Arduino extension. You } ``` - `sketch` - The main sketch file name of Arduino. -- `port` - Name of the serial port connected to the device. Can be set by the `Arduino: Select Serial Port` command. +- `port` - Name of the serial port connected to the device. Can be set by the `Arduino: Select Serial Port` command. For Mac users could be "/dev/cu.wchusbserial1420". - `board` - Currently selected Arduino board alias. Can be set by the `Arduino: Change Board Type` command. Also, you can find the board list there. - `output` - Arduino build output path. If not set, Arduino will create a new temporary output folder each time, which means it cannot reuse the intermediate result of the previous build leading to long verify/upload time, so it is recommended to set the field. Arduino requires that the output path should not be the workspace itself or in a subfolder of the workspace, otherwise, it may not work correctly. By default, this option is not set. - `debugger` - The short name of the debugger that will be used when the board itself does not have a debugger and there is more than one debugger available. You can find the list of debuggers [here](https://github.com/Microsoft/vscode-arduino/blob/master/misc/debuggerUsbMapping.json). By default, this option is not set.