Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/z4yx/osx-ch341-serial
CH340/CH341 based USB to Serial Port Adapter driver for Mac OSX
https://github.com/z4yx/osx-ch341-serial
cdc driver osx serialport
Last synced: 2 months ago
JSON representation
CH340/CH341 based USB to Serial Port Adapter driver for Mac OSX
- Host: GitHub
- URL: https://github.com/z4yx/osx-ch341-serial
- Owner: z4yx
- License: gpl-2.0
- Created: 2016-02-10T04:04:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-10T04:12:10.000Z (almost 9 years ago)
- Last Synced: 2024-08-02T01:25:32.988Z (5 months ago)
- Topics: cdc, driver, osx, serialport
- Language: C++
- Size: 167 KB
- Stars: 18
- Watchers: 4
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: COPYING
Awesome Lists containing this project
README
# osx-ch341-serial
CH340/CH341 based USB to Serial Port Adapter driver for Mac OSX.Currently tested on OSX 10.10.5 Yosemite.
This is an unofficial open source driver, use at your own risk.
# Features
- Unix device node /dev/cu.CH341-*
- Standard baudrate (300~230400)
- Databits (5, 6, 7, 8)
- Stopbits (1, 2)
- Parity check (none, odd, even)
- Manual RTS/DTR signal control# Acknowledgements
Driver is inspired by the following projects:- [osx-pl2303](https://github.com/mpepping/osx-pl2303)
- Linux kernel ch341.c