[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Data Conversion Question - Apple II ---> Centris 650
- Subject: Re: Data Conversion Question - Apple II ---> Centris 650
- From: valthoff@magnus.acs.ohio-state.edu (Victoria M Althoff)
- Date: 25 Jan 1994 03:26:05 GMT
- Newsgroups: comp.sys.mac.misc, comp.sys.mac.hardware, comp.sys.apple2
- Organization: The Ohio State University
- References: <2hs0io$a4v@panix2.panix.com> <2ht31e$mtg@mojo.eng.umd.edu> <CK5F3C
- Xref: gmd.de comp.sys.mac.misc:35845 comp.sys.mac.hardware:63357 comp.sys.apple2:38759
A null modem cable is just a serial cable connected between the serial ports on
two computers. Each serial port has several important lines. These are
defined by the RS-232 standard as follows for a DB-25 connector, such as you
find on an Apple ][ Super Serial Card:
Pin Signal
1 Protective Ground
2 Transmitted Data
3 Received Data
7 Signal Ground
In addition, there are less-critical handshaking lines:
4 Request to Send
5 Clear to Send
The terminal jumper on the SSC swaps the positions of certain lines, notably
the transmit and receive lines. All a null modem cable does is connect the
transmit data of one computer to the receive data of the other, and vice-versa.
The ground (signal) is wired straight through, and the handshaking lines can
usually be tied together (i.e. jumper pins 4 and 5 on the SSC) since they are
not used by most data protocols.
In terms of software, you need a basic terminal program running on both
machines. Ideally, both should offer a good high-speed data transfer protocol,
say, ZMODEM. Set the baud rates of both machines as high as you dare (9600
baud should do it), and use the terminal program to transfer the data. If
you're using a smart program like ProTERM, you may have to work with it a bit
to get it to force terminal mode without a modem. Other than that, it's really
quite simple. If you have a ][e equipped with an Imagewriter II, just connect
the printer end of your printer cable to the serial port on your Macintosh.
Then try running your terminal program. If you can't type between the
computers, power down and reverse the jumper block on the ][e's SSC, changing
the setting from 'PRINTER' to "MODEM". As noted, that will swap the data lines
for you. Obviously, you should tell your ][e terminal program to use the
printer slot as your modem.
Good luck!
--Dave Althoff, Jr.