Remember: this card is absolutely dumb, it essentially
only has shift
registers and a clock generator
Ah, the clock might be important. I was thinking of a terminal that could
be written without the async card, and using maybe 3 pins on those set of
external DB25 connectors. This is possible using the 4-pin connector
"serial IO" connector on the 1980 Color Computer (but it struggles to do
1200 baud). And yes part of the work would be receiving ASCII and
translating those results to "display character codes." I don't think the
5110 has a clock on its own, so you'd have to carefully time things? (like
doing audio on an original Apple 2 with no RTC module).
But back to your questions: I personally have never
heard of these
products. I only know that there was a third-party hard disk option.
I got a response from Hal Prewitt a couple months ago (apparently the
creator of these products), who stated he did still have a copy of PC-51,
but said "none of the hardware" was still available for CoreNET. I asked
if PC-51 could be made available basically into the public domain, but
hadn't heard a response (then later I learned of the Sony connection, which
maybe is the reason).
-Steve
On Wed, Nov 9, 2022 at 4:22 AM Christian Corti via cctalk <
cctalk(a)classiccmp.org> wrote:
> On Wed, 9 Nov 2022, Steve Lewis wrote:
> > always imagined it would be possible to "bit bang" across these
external
> IO
> > pins with some PALM-assembly -- the machine should be fast enough to
> encode
> > 7-bit ASCII at 300 baud across those pins, maybe 1200. I'm not sure if
>
> The PALM and thus the 51[012]0 is much much faster than that (I guess
> about 0.7 MIPS).
> I do bit-banging on the Asynchronous Serial I/O card with twice the baud
> rate (to sample the center of a bit) and am able to do *full-duplex*
> communications *with* terminal emulation *and* character set conversion at
> 4800 baud.
> Using the byte mode of the I/O adapter I can go up to 38400 baud (used for
> file transfers).
> Remember: this card is absolutely dumb, it essentially only has shift
> registers and a clock generator. The benefits come from the zero-overhead
> interrupt context switches and the great number of fast processor
> registers.
>
>
But back to your questions: I personally have never
heard of these
products. I only know that there was a third-party hard disk option.
>
> Christian
>