Hi, im using mac and trying to to do a project related to ESP8266. I installed the driver https://www.silabs.com/developer-tools/usb-to-uart-bridge-vcp-drivers?tab=downloads for MAC. but i cant find the COM Port. How to solve this?
I moved your topic to an appropriate forum category @ivykate01 .
In the future, please take some time to pick the forum category that best suits the subject of your topic. There is an "About the _____ category" topic at the top of each category that explains its purpose.
This is an important part of responsible forum usage, as explained in the "How to get the best out of this forum" guide. The guide contains a lot of other useful information. Please read it.
Thanks in advance for your cooperation.
Hi @ivykate01
Welcome to the forum!
Have you included the additional URL for the ESP8266 in Arduino IDE. Try this URL: https://espressif.github.io/arduino-esp32/package_esp32_index.json as the additional URL.
PS: Include the URL in preferences under the files tab
oh ok im gonna try
still not showing the port. i switch to windows and install all drivers for esp8266.
Hello @ivykate01. I'm going to ask you to provide the full verbose output from a compilation.
This procedure is not intended to solve the problem. The purpose is to gather more information.
Please do this:
- Select File > Preferences... (or Arduino IDE > Settings... for macOS users) from the Arduino IDE menus.
The "Preferences" dialog will open. - Check the box next to "Show verbose output during: ☐ compile" in the "Preferences" dialog.
- Click the "OK" button.
The "Preferences" dialog will close. - Select Sketch > Verify/Compile from the Arduino IDE menus.
- Wait for the compilation to fail.
- You will see a "Compilation error: ..." notification at the bottom right corner of the Arduino IDE window. Click the "COPY ERROR MESSAGES" button on that notification.
- Open a forum reply here by clicking the "Reply" button.
- Click the
<CODE/>
icon on the post composer toolbar.
This will add the forum's code block markup (```
) to your reply to make sure the error messages are correctly formatted.
- Press the Ctrl+V keyboard shortcut (Command+V for macOS users).
This will paste the compilation output into the code block. - Move the cursor outside of the code block markup before you add any additional text to your reply.
- Click the "Reply" button to post the output.
In case the output is longer than the forum software will allow to be added to a post, you can instead save it to a .txt
file and then attach that file to a reply here.
Click here for attachment instructions
- Open any text editor program.
- Paste the copied output into the text editor.
- Save the file in
.txt
format. - Open a forum reply here by clicking the "Reply" button.
- Click the "Upload" icon () on the post composer toolbar:
The "Open" dialog will open. - Select the
.txt
file you saved from the "Open" dialog. - Click the "Open" button.
The dialog will close. - Click the "Reply" button to publish the post.
Alternatively, instead of using the "Upload" icon on the post composer toolbar as described in steps (5) - (7) above, you can simply drag and drop the .txt
file onto the post composer field to attach it.
Sorry I switch back to MAC and still not showing the COM Port
I have deleted your other cross-post @ivykate01.
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.
yes thank you
Please help
Have you installed the right drivers for the mac. And you will also have to permit the driver to be used follow these steps:
- Install the driver in order to communicate UART through USB.
- Go to Preferences/Security & Privacy and allow the driver to run, and restart the Mac.
- Connect your Micro USB to your ESP32 Board.
- Run $ ls /dev/cu.* and you should now see /dev/cu.SLAB_USBtoUART.
alsogive the information asked by @ptillisch as it will help the arduino team in fixing the issue