The SIO was
expensive in comparison to the other commodity UARTs.
Even when you add the cost of the additional suppport, such as a BRG?
The Z80-SIO (and Z80-DART which seems to be a SIO with the synchronous
stuff removed, amybe that's where defective SIOs ended up :-)) didn't
have an intenral baud rate generator. It was common to use a Z80-CTC for
this
I must admit that I prefer working on machines where the serial chip
either had a seprate buard rate genrator, or at least has the buad clock
on a pin Clippign a frequrecy counter o nthe appropriate signal will elt
me know waht baud rate to set on the terminal...
The 6402 was more expensive than NMOS UARTs. I would have thought that the
only reason to use it would have been if single supply operation (not
available on the early NMOS parts) or low power dissipation were needed,
and neither was an issue for the Quay.
You maty fidnm the -12V rail is connected to the UART footprint on the
PCB.
Quite often the UART that was actually fitted was the oen that was
cheapest at the time of producation of that run of boards. After all,
they all work the same way.
Thos dumb UARTs ahve one advantage over things liek the Z80-SIO for
console terminal ports and that is that all the parameters can be
triivally set by lings/swithes wired to pins on the UART. That's one less
thing for the monitor ROM to o. It also means you can configure the prot
as you want it and know itreally is set that way.
-tony