Connecting to Serial Ports from OS X

October 20, 2012

As someone in IT it is common to have to connect to serial ports, whether it’s to manage Cisco gear, a security appliance, or whatever.

And if you’re on OS X the answer for the best way to do this may not be obvious. Here’s my method, which is the cleanest I know of:

  1. Get yourself a quality USB-to-serial connector. I bought a TU-S9 myself, and it’s worked flawlessly.

  2. Install its driver and reboot. You’ll now have a device called tty.usbserial under your /dev directory.

  3. Use your preferred terminal app to connect to the newly created interface using the built-in screen application, like so:

# Connecting to a Tipping Point Appliance

screen /dev/tty.usbserial 115200

That’s it. You should be at your prompt for your box.

::

supporting = loving

For 29.440 years I've been creating ad-free technical tutorials and essays here — 3,027 pieces and counting. It's a one-person effort that's also my life and livelihood. If it makes your day more livable in any way, please consider supporting the work with a monthly or one-time donation. Your support means a lot to me, and makes all the difference. 🫶🏼