Choose Your Computer's OS
Skip to the section below that matches your operating system.
Windows
Identify the Port
Locate entry labeled "Ports (COM & LPT)". Expand the entry by clicking on the small arrow to the left of the text. Take note of the items that currently there.
Now, plug in your device. You should see a new item appear. Followed by "(COMX)", where "X" is a integer. This "COMX" is the name of your port.
Linux
Open a terminal. In the terminal enter ls /dev/tty*
.
Now plug in your device and again enter ls /dev/tty*
. The full path to the new item that appears is the port of your device. For example, if "ttyUSB0" appears, then the port of the device is "/dev/ttyUSB0".
MacOSX
Driver Installation
If this is your first time connecting an ESP8266 to your computer, you will need to install the SiLabs USB to UART driver in order for your computer to detect the device. Go to this link and scroll down to the "Macintosh OSX" section. Click on the "Download VCP" liink to download the driver.
Identify the Port
Using spotlight search enter "terminal" and open the terminal application. In the terminal enter ls /dev/tty*
and observe the output. Now plug your ESP8266 NodeMCU into your computer and enter ls /dev/tty*
again. You should notice a new item is output called "/dev/tty.SLAB_USBtoUART". This is the port of your device.
Comments (0)
Page 1 of 0
You need to be logged in to comment