Last active
October 3, 2020 23:01
-
-
Save fullpipe/134f433b601a07c99e2c to your computer and use it in GitHub Desktop.
usb serial driver for arduino clone on mac osx yosemite
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. download and install http://www.wch.cn/download/CH341SER_MAC_ZIP.html | |
2. run `sudo nvram boot-args="kext-dev-mode=1"` | |
3. Reboot | |
4. Enjoy you port `/dev/cu.wchusbserial**` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
exists a version for mac high sierra ?