[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Apple // networking?
"Paul Bramscher" <brams006@tc.umn.edu> wrote in message
3B27B645.4B39E7AF@tc.umn.edu">news:3B27B645.4B39E7AF@tc.umn.edu...
> I've got a full Apple //c system and a small home LAN (including Win98
> box, Linux server, and a networked Mac iici).
>
> Just for amusement, I'm curious whether it's possible to network the
> Apple //c somehow into my environment. As I understand it, it's
> possible to run a TCP/IP stack on a //gs (that won't help me here). But
> I'm wondering if it's possible to network my //c via the Mac iici
> (serial connection, apple talk?). Anyone ever do this sort of thing
> before?
Not really. The TCP/IP stack is written for the 65C816 and won't work on
the 65C02 of the IIc. Apple seems to have, at one ponit, wanted to add
AppleTalk to the IIc, but never followed through. The serial ports on the
IIc can't generate the proper signals for AT.
The only option is to roll your own TCP/IP stack for the 65C02, but I don't
know what it will buy you.
cfs