old-www/HOWTO/Mac-Terminal-2.html

75 lines
3.7 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
<TITLE> The MacTerminal MINI-HOWTO: Setting up a serial link.</TITLE>
<LINK HREF="Mac-Terminal-3.html" REL=next>
<LINK HREF="Mac-Terminal-1.html" REL=previous>
<LINK HREF="Mac-Terminal.html#toc2" REL=contents>
</HEAD>
<BODY>
<A HREF="Mac-Terminal-3.html">Next</A>
<A HREF="Mac-Terminal-1.html">Previous</A>
<A HREF="Mac-Terminal.html#toc2">Contents</A>
<HR>
<H2><A NAME="s2">2. Setting up a serial link.</A></H2>
<P>To set up a serial link between a Mac and a Linux machine, you will
need, on the Linux side, either a DB9 Female-to-DB25 Male serial cable
or a DB25 Female-to-DB25 Male serial cable, depending on your serial
port. On the Macintosh side, you will need a DIN9-to-DB25 Male
high-speed modem cable.
<P>Make sure that the cable is labeled a "high speed" cable, because some
older Macintosh cables are configured with their handshaking lines
tied high, which makes them useless for high-speed serial connections.
<P>You will also need a null modem adapter, available at Comp USA, Radio
Shack, and similar outlets, and a DB25 Female-to-DB25 Female serial gender
changer to connect the two serial cables.
<P>I have heard that Mac printer cables are really null modem cables in
disguise, but I can't confirm this. Some of them are DIN9-to-DIN9
anyway, and wiring one into a serial link would be more trouble than
it's worth.
<P>If this sounds like Greek to you, read the Serial-HOWTO for details of
RS-232 cable configurations and data transmission protocols.
<P>Before connecting the Mac and the Linux machines, you should determine
that you have a working serial port on both machines, either by
connecting a modem and dialing out to another computer with <CODE>minicom</CODE>
(Linux), ZTerm (Mac), <CODE>kermit</CODE> (either), or the communications
program of your choice.
<P>The latest version of minicom is available from
<A HREF="ftp://sunsite.unc.edu/pub/Linux/apps/serialcomm/dialout">sunsite.unc.edu/pub/Linux/apps/serialcomm/dialout</A> and mirror
sites.
<P>ZTerm is a complete, easy to use comm program. Unfortunately, it's
shareware. A current version is available from
<A HREF="ftp://mac.archive.umich.edu">mac.archive.umich.edu</A> and
outlets like it.
<P>The <CODE>kermit</CODE> program has been ported to every computer and
operating system in existence. The archives are located at
<A HREF="ftp://ftp.columbia.edu/kermit">ftp.columbia.edu/kermit</A>.
<P>You should strongly consider using <CODE>kermit</CODE> on both machines at
this stage at least, because 1) it's free (although it's not covered
by the Free Software Foundation's General Public License); and 2) it's
a lot less confusing to have <CODE>kermit</CODE> on both machines than two
completely different communications programs.
<P>If you have another way to determine that the serial ports of the two
machines are operational, feel free to use that. The point is to ensure
that both machines have working serial ports.
<P>Making the actual serial connection should be easy, given the
directions above. In case it isn't, the connection looks like this:
<PRE>
Linux PC DB9- or DB25- Null Gender DIN9-to- MacBox
--------- to-DB25 male Modem Changer DB25 Mac --------
| | serial cable. | | | | Serial Cable | |
| |-----------------| |--| |-----------------| |
| | | | | | | |
--------- Adapter --------
</PRE>
<P>
<HR>
<A HREF="Mac-Terminal-3.html">Next</A>
<A HREF="Mac-Terminal-1.html">Previous</A>
<A HREF="Mac-Terminal.html#toc2">Contents</A>
</BODY>
</HTML>