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:
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:
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
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: