How to Install the Driver of CP2102 on MAC System

From Keyestudio Wiki
Revision as of 15:40, 18 November 2020 by Keyestudio (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Connect board we provide to your computer, and open Arduino IDE



====9.png

Click Tools to select Board:Arduino Uno and /dev/cu.usbserial-0001


====10.png

Tap Upload to upload code, if burn successfully, you will view Done uploading.


====11.png

Note: If burn unsuccessfully, you need to install driver of CP2102, please continue to follow the instructions as below:

Download the driver of CP2102:

https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers


1.Select Mac OSX edition


====12.png

2.Unzip the downloaded package


====13.png

3.Open folder and double-click SiLabsUSBDriverDisk.dmg file.


====14.png


4.You will view the following files as follows:


====15.png


5. Double-click Install CP210x VCP Driver, tick Don’t warn me and tap Open


====16.png

6. Tap Continue


====17.png

7. Tap Continue and Agree


====18.png

8.Click Continue and input your password


====19.png

====20.png

9.Select Open Security Preferences


====21.png

10.Click the lock to unlock security & privacy preference.


====22.png


====23.png

11.Then click Allow


====24.png

12.Back to installation page, and wait to install.


====25.png

13.Successfully installed


====26.png

14.Then enter ArduinoIDE, click Tools and select Board: Arduino Uno and /dev/cu.SLAB_USBtoUAPT


====27.png

15.Click0486-23.png to upload code and you will see “Done uploading”.


====28.png