PL2303 USB to Serial Driver for Mac OS X 10.9 Mavericks. It supports devices of ATEN, IOData, Elcom, Itegno, Ma620, Ratoc, Tripp, Radioshack, Dcu10, SiteCom, Alcatel, Samsung, Siemens, Syntech, Nokia, MS3303H.
Release download at https://www.mac-usb-serial.com:
Features
- Unix file-descriptor access (/dev/cu.Repleo-PL2303-xxx, /dev/tty.Repleo-PL2303-xxx)
- Baudrates 300, 600, 1200, 4800, 9600, 19200, 115200, 230400
- Databytes 5, 6, 7, 8
- Stopbits (1, 2)
- Parity check (none, odd, even)
- Manual handshake signal control (RTS, DTR, CTS, DSR, CD, RI)
- Hardware handshake
- Sending break signal (for Cisco routers)
- USB
- Serial
Categories
Hardware DriversLicense
GNU General Public License version 2.0 (GPLv2)Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
I am not able to see the video of these tutorials. If I could it is really a good job
-
Thank you, thank you a million times. You can't imagine how critical continued support of this project is to my software and my livelihood. Keep up the good work, and kudos.
-
great software with big set of manufacturers
-
Here's a project that builds out-of-the-box on 10.7: https://github.com/hugovincent/osx-pl2303 (Adapt the load script if your output isn't in build/Release. Right click on the target .kext to "show in Finder", to see where it ended up.)
-
This project seems to be rather dormant but with the advice in the review of Felix J. Ogris I was able to get the code compiled and load the kernel extension (with kextutil, the installation instructions are outdated). There are 2 more things which needs to be fixed - LLVM complains about the goto Fail statement in nl_bjaelectronics_driver_PL2303::start so the OSNumber * release definition must be moved to the start of the function and the function prototypes initialPowerStateForDomainState(), setPowerStat() have to be commented out in the header file otherwise the kext will not load. In the end it works with the ATEN adapter. Anyhow, it would be good if the maintainer could wake up and fix the code for OS X 10.7.x or someone forked the project (it's GPL after all) and do the fixing.