Find the tty device you want to use in /dev. Here are the devices I can use:
Code:
$ls /dev/tty\.*
tty.modem
tty.usbserial
edit /etc/ttys to include the usb serial device:
Code:
tty.usbserial "/usr/libexec/getty local.9600" vt100 on
Code:
sudo killall -HUP launchd
If you have a newer old Mac with MacTCP and MacPPP installed, but no ethernet card, configure pppd (see "man pppd") on Mac OS X and just run pppd when you login. That will start a full TCP/IP session over the serial port. No ethernet adapters, routers or bridges required.
So, what's the proper serial cable?
With a Mac Plus or newer with mini Din 8 serial port, you can use a apple DB9 modem cable, or just make it and include the null modem loop-backs:
This : http://www.jneuhaus.com/applserl.html or this: http://ccadams.webatu.com/se/serial.html should do the trick.
I made a mini DIN8 to DB9 rs422 to RS232 adapter, and then a null modem and a straight through DB9 cable.
If you are using a pre-Mac Plus you have to convert from the DB9 RS422 to DB9 RS232. I made an adapter as posted here:
http://support.apple.com/kb/TA27966?viewlocale=en_US.
But you need to find a female mini Din 8 and male DB9. This way I can use the same cable on either computer and just use an extra adapter. You can make the connection directly using 2 DB9 connectors, but you will need to figure the pinout out yourself using the two links from above. A straight through DB9 cable or RS232 null modem WILL NOT WORK.
Good luck!