百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
C

ch340g-ch34g-ch34x-mac-os-x-driver

> 编程语言
开源

CH340G CH34G CH34X Mac OS X 驱动程序

1.6K stars0 点赞2 次浏览
访问官网GitHub

工具介绍

CH340G CH34G CH34X Mac OS X 驱动程序

ch340g-ch34g-ch34x-mac-os-x-driver

Latest macOS Sierra/High Sierra-compatible driver for devices using the CH340G, CH34G or CH34X chipset. This chipset is used in several Arduino-compatible clones and serial-to-USB cables.

Do not install if you have the current macOS Mojave 10.14 or later. macOS Mojave 10.14 (released in October 2018) includes a CH34x driver by Apple. If both Apple's and the OEM driver are installed, they will create conflicting non-functional serial ports. Steps 1 to 3 below can be useful to remove the conflicting OEM drivers.

If you use Apple's driver and have problems with the serial communication, ensure the data rate is 460,800 bps or lower.

Introduction

Version 1.5 (2018-07-05) of the OEM driver for the CH34x chipset.

Version 1.4 (2017-01-11) of the OEM driver for the CH34x chipset.

Version 1.3 (2016-09-27) of the OEM driver causes a kernel panic (a.k.a. crash) when installed on macOS Sierra.

Installation

  1. Unplug any CH34* devices.
  2. Unload the old drivers if running:
    • sudo kextunload /Library/Extensions/usbserial.kext
    • sudo kextunload /System/Library/Extensions/usb.kext
  3. Remove the old driver by issuing one of the following commands (depending on your installation):
    • sudo rm -rf /System/Library/Extensions/usb.kext
    • sudo rm -rf /Library/Extensions/usbserial.kext
  4. Double-click on the CH34x_Install_V1.5.pkg file and install (no need to reboot)
  5. Instead of rebooting, you can force quit Installer after it completes.
  6. Load the new driver:
    • sudo kextload /Library/Extensions/usbserial.kext
  7. Plug in your device. It should now be listed under the /dev directory. Examples:
    • /dev/cu.wchusbserial1410
    • /dev/tty.wchusbserial14210 (driver version 1.5)

Installation with Homebrew-Cask

  • Install the driver by the following commands:
    • brew tap adrianmihalko/ch340g-ch34g-ch34x-mac-os-x-driver https://github.com/adrianmihalko/ch340g-ch34g-ch34x-mac-os-x-driver
    • brew install --cask wch-ch34x-usb-serial-driver

Troubleshooting

If the device doesn't show up under /dev, check the section "Security and Privacy" in System Preferences for any notices about blocked software.

Note: disabling System Integrity Protection is no longer necessary, as the current drivers are properly signed by the OEM. If you're having problems, they're almost certainly not related to SIP. The instructions below are left only for reference purposes. If you had previously disabled it (especially if you did so completely), you are strongly encouraged to fully re-enable SIP.

If, and only if, the device is not recognized after the installation (or you cannot install the driver), please disable System Integrity Protection:

  • Reboot your Mac into Recovery Mode by restarting your computer and holding down Command+R until the Apple logo appears on screen.
  • Open the Terminal (Applications > Utilities > Terminal).
  • In the Terminal window, type in csrutil enable --without kext (or to fully disable: csrutil disable) and press Enter.
  • Restart your Mac.

Please share this page!

Regards,
Adrian Mihalko
www.mihalko.eu

p.s: I LOVE coffee! Buy me a coffee at:

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

Ruby

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言