Problem: you need to manage a Cisco device via console, but the only box you have available is your non-macpro-mac, i.e. you don’t have a console port available. Solution: manage it via USB.
It should look something like this. You can get them most anywhere.
Here is the project, and here is the download link.
ls /dev/tty.
One will have a name starting with PL. That’s your guy.
Now you just connect to it (think of this step as using Hyperterminal in Windows)–the only difference is here you’re using screen, giving it the terminal to connect to, and the speed (9600).
screen /dev/tty.PLXXXX-XXXXXXX 9600
Boom, you’re in. ::