Post Reply 
41CL and Mac Mojave - USB-to-serial device no longer in /dev
01-03-2019, 06:24 PM (This post was last modified: 01-03-2019 06:25 PM by Sylvain Cote.)
Post: #2
RE: 41CL and Mac Mojave - USB-to-serial device no longer in /dev
First you need to find what USB-to-serial chip that you have in your dongle.
  1. start a terminal session (aka command line or shell session)
  2. unplug your USB-to-serial dongle
  3. type: system_profiler SPUSBDataType [RETURN]
  4. plug your USB-to-serial dongle
  5. type: system_profiler SPUSBDataType [RETURN]
  6. comparing the two list should reveal the USB-to-serial chip that you have in your dongle

Chip information should look like this:
Code:
TTL232R-3V3:
Product ID: 0x6001
Vendor ID: 0x0403  (Future Technology Devices International Limited)
Version: 6.00
Serial Number: FTDO73M5
Speed: Up to 12 Mb/sec
Manufacturer: FTDI
Location ID: 0x14140000 / 10
Current Available (mA): 500
Current Required (mA): 90
Extra Operating Current (mA): 0

Excluding the Chinese clones, the two main USB-to-Serial chip manufacturers are FTDI and Prolific.

FTDI VCP drivers for macOS can be found HERE
Prolific drivers for macOS can be found HERE

Warning: the FTDI drivers for macOS are generally so bad that Apple decided to write one for themselves, so if you have a FTDI chip macOS should normally see it, if not then the procedure is more involved.

Sylvain
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: 41CL and Mac Mojave - USB-to-serial device no longer in /dev - Sylvain Cote - 01-03-2019 06:24 PM



User(s) browsing this thread: 1 Guest(s)