I have been doing some more work with the Taylor -Wilson adapter which has both serial and parallel printer outputs.
It was stone dead with serial output data when I tried it and the cause/s turned out to be somewhat interesting. Of course, there is no schematic available.
After a lot of testing I found that the 6402 UART was being held in a reset mode. After tracing out the circuit for the power on reset, it turned out they had used a 75154 IC as a reset generator. The ICwas powered from the +5V rail, but its input, which had a 10uF capacitor was charged via a 27k resistor from the +12V rail.
The capacitor was charging to just below 2V and not quite enough to reach the threshold of the input gate. At first I thought the 10uF capacitor might be leaky, but it wasn't.
A few calculations based on the input resistance and threshold voltage for this IC showed that it could have a threshold value above or below the level that the capacitor was charging to, depending on the IC specimen. The resistor they chose (27k) is really too high in value making it somewhat marginal.
But the unit was said by the previous owner to "work".
In the end made sense and it probably was working at its location in the UK, as I also had found that the regulated +12v rail was a little low, because running the unit here on 230V line voltage, the input to the +12V regulator was too low and the regulation had failed making the +12V rail sit at around +11V and that made the already borderline threshold voltage at the input of the 75154, just a tad too low. So an interesting combination of factors. Powering the unit by 240V to 245V line voltage from a Variac caused the 75154's threshold voltage to be reached, and that just allowed the release of the reset on the UART.
In any case I have changed the charging resistor in the power on reset circuit to 10k and for this unit, I will actually have to change the small power transformer in it, to one of the same voltage outputs, but a slightly larger core (with thicker wire) with better voltage regulation. The one in it sags down significantly even with the 180mA load of the large number of TTL IC's on the board and running on 230V is just not getting the voltage required prior to the +12V regulator. All the rectifiers, filter capacitors etc are normal and the current drain is about right for the number of IC's. So I have ordered a suitable transformer from Mouser.
One other thing, a little odd unless anyone has an explanation for it, they had connected the +5V output directly from the 7805 regulator to pin 6 of the 25 pin serial output connector with no current limiting (aside from the 7805 shut down protections). I did not think this was very smart as also +5V is not strictly a standard RS-232 high level, but it is high enough to be interpreted as high. Though its better with +/- 12V. Maybe somebody wanted the +5v to power some sort of peripheral device on the connector. Pin 6 is the DSR (data set ready connection) that is not used at least on the Apple serial printer I have. Can anybody think of a reason why they would have tied that pin to +5V ? Should that be tied high, say to +12V via a resistor instead?
RTS and CTS are not used.
They also applied -12V to pin 18 (that pin is not normally used) and +12V to pin 24 which is often not connected either. , but could be connected in some systems to the DTE transmitter clock.
The only other pin used on the connector is the DTR terminal on pin 20 which connects into some 75154 gate inputs on the board and some DIP switch options.
So in summary on this particular RS232 serial connector, aside from the usual signal ground on pin 7, there is just the one output Tx is used on pin 3 and only the one input DTR. And no RTS-CTS style handshaking.
I'm inclined to disconnect the +12v,-12v and +5V connections from the 25 pin serial connector in case they cause trouble one day.
The Taylor Wilson unit had very awkward soldered on wired to its psu board. So I replaced that with 1mm dia pcb pins and individual sockets for each wirte, so I could unplug the whole psu board for servicing the logic board.
Also, both this unit and the ADA1200 work fine to send serial data to Tera Term, for example a plot from the PLOT program, not so good on my PET's screen as the column wrap around fouls it up, but great on a modern VDU or the printer.