Page 1 of 1

Clone Cassette Adapter With 88-2SIOJP?

PostPosted: February 14th, 2019, 3:49 pm
by toml_12953
Does anyone know if the Clone Cassette adapter can work with Martin Eberhard's 88-2SIOJP serial port board? I know you can set either of the two ports on the board as TTL levels
but I don't know if that would work with the Cassette adapter. Also in a system with +8v and +/-16v, where would I get the 3.3v needed for the adapter?

If you know a way I can get it to work, PLEASE let me know with precise instructions! I'm not a hardware person (just look at my other posts to verify that!)
so I'd need "Connect the RX line to pin 4 of the serial port board, then connect the TX line to..." type of instructions.

Thanks for any help you could give!

Re: Clone Cassette Adapter With 88-2SIOJP?

PostPosted: February 14th, 2019, 11:00 pm
by AltairClone
The Altair Clone cassette interface can be run at 5v instead of 3.3v without any problem. If you had an original 88-SIO B board (the TTL level serial board which was piggy-backed with the original ACR modem board), it would work fine with the Altair Clone cassette board and you’d have a working S100 cassette interface.

However, neither the original 88-2SIO or Martin’s 2SIOJP can work as the serial interface for either the original ACR modem or the Altair Clone cassette board. First, the control/status register bit positions and polarity are different than the SIO used with the ACR, and second, the TTL interfaces on the 2SIO (and 2SIOJP) invert the data instead of simply buffering it straight through.

Mike

Re: Clone Cassette Adapter With 88-2SIOJP?

PostPosted: February 15th, 2019, 1:50 am
by TomXP411
Mike,

Can you use something like a Max232 to convert the RS-232 signals back to TTL? If someone hooked a Max232 up to the cassette board, would that work, or would the signal still be upside-down?

Re: Clone Cassette Adapter With 88-2SIOJP?

PostPosted: February 15th, 2019, 2:12 pm
by AltairClone
The PIC processor on the Clone cassette interface board sits in the middle and simply bit-bangs serial I/O back and forth, so the simplest solution to the polarity issue is a quick update to the firmware on the PIC.

However, this still leaves the problem that none of the existing cassette software will work since the UART on the 2SIO is different than that used on the original SIO-B used with MITS 88-ACR.

Mike
work a

Re: Clone Cassette Adapter With 88-2SIOJP?

PostPosted: February 15th, 2019, 2:15 pm
by TomXP411
Okay, so the problem isn't a physical one - you're saying that the registers on the chips are different, so the software won't know how to deal with it.

That makes sense, and I can see why that would cause an issue.