Skip to main content
Home Forums 68kMLA Access a G3 via an Apple II terminal — #5
Post #5 by Dog Cow
Source Forum68kMLA
CategoryPeripherals
Post DateFri, 13 Mar 2009 - 17:30
Original URLhttps://68kmla.org/bb/threads/access-a-g3-via-an-apple-ii-terminal.16859/
Post
Status report:

Made some changes to the G3's config file in regards to the modem port. In the GS, I used the monitor to do a 2 (Control-K) Return. Also tried PR#2. Both seem to get the GS listening in on the modem port OK.

On the G3, I used terminal to echo some strings to the modem port like this:

Code:
echo "hello" > /dev/tty.modem
It made mostly just gibberish appear on the screen of the GS, like xx|~~ and so on. So the link is working, just not all the way. The biggest breakthrough was when I typed "does anyone understand?" on the G3 terminal, and on the GS, I got the following: "does a" It was clipped-off, but still is highly unlikely that that was random characters coming on-screen. I think just some of my message made it, and the rest disappeared somewhere.

So, maybe my cabling is not so good. I researched my Super Serial Card manual this morning (didn't have a lot of time, so it was quick) and I read that having mis-matched baud will create gibberish. But I was pretty sure to set the GS to 9600, and G3 too. I shall verify that to be doubly sure.

The cable I am using is an Apple StyleWriter cable. Does anyone know if that will suffice as null-modem? I haven't actually used any terminal software on the GS yet, just the methods I described.

david_schmidt on AppleFritter says:

A "printer" cable is in fact wired like a null modem, so that's the one you'd need once you get the MacADT server running. Plug it into the modem port of both machines and you should be ready to go.
mp.ls