Difference between revisions of "Arduino Clone CH341 Drivers"
(Created page with " == Windows Installer and instructions: == http://www.microcontrols.org/arduino-uno-clone-ch340-ch341-chipset-usb-drivers/ Or browse to our file server: \\steamserver\softwar...") |
m |
||
Line 3: | Line 3: | ||
http://www.microcontrols.org/arduino-uno-clone-ch340-ch341-chipset-usb-drivers/ | http://www.microcontrols.org/arduino-uno-clone-ch340-ch341-chipset-usb-drivers/ | ||
+ | |||
Or browse to our file server: | Or browse to our file server: | ||
+ | |||
\\steamserver\software\Arduino\Uno clone\CH341SER_Windows\Setup.exe | \\steamserver\software\Arduino\Uno clone\CH341SER_Windows\Setup.exe | ||
Line 11: | Line 13: | ||
http://0xcf.com/2015/03/13/chinese-arduinos-with-ch340-ch341-serial-usb-chip-on-os-x-yosemite/ | http://0xcf.com/2015/03/13/chinese-arduinos-with-ch340-ch341-serial-usb-chip-on-os-x-yosemite/ | ||
− | Download Driver Files for your OS | + | # Download Driver Files for your OS |
− | Install software but don’t restart yet. | + | # Install software but don’t restart yet. |
− | Launch Terminal | + | # Launch Terminal and copy paste this: |
− | sudo nvram boot-args="kext-dev-mode=1" | + | #: sudo nvram boot-args="kext-dev-mode=1" |
− | '''Note: If you copy and paste that line from the linked website instead of here, it will fail due to bad quotes in the HTML.''' | + | #: '''Note: If you copy and paste that line from the linked website instead of here, it will fail due to bad quotes in the HTML.''' |
− | Restart your Mac | + | # Restart your Mac |
− | Launch Terminal | + | # Launch Terminal and copy paste this: |
− | sudo ln -s /dev/tty.wch\ ch341\ USB\=\>RS232\ 1410 /dev/tty.wch | + | #: sudo ln -s /dev/tty.wch\ ch341\ USB\=\>RS232\ 1410 /dev/tty.wch |
Revision as of 15:33, 2 June 2016
Windows Installer and instructions:
http://www.microcontrols.org/arduino-uno-clone-ch340-ch341-chipset-usb-drivers/
Or browse to our file server:
\\steamserver\software\Arduino\Uno clone\CH341SER_Windows\Setup.exe
Mac installer and instructions:
http://0xcf.com/2015/03/13/chinese-arduinos-with-ch340-ch341-serial-usb-chip-on-os-x-yosemite/
- Download Driver Files for your OS
- Install software but don’t restart yet.
- Launch Terminal and copy paste this:
- sudo nvram boot-args="kext-dev-mode=1"
- Note: If you copy and paste that line from the linked website instead of here, it will fail due to bad quotes in the HTML.
- Restart your Mac
- Launch Terminal and copy paste this:
- sudo ln -s /dev/tty.wch\ ch341\ USB\=\>RS232\ 1410 /dev/tty.wch