>I'm attempting to connect to a new (to me at least) SparcStation 1 over
>serial. But about half way through the boot process, the text becomes
>garbled.
what makes your characters appear garbled. Your terminal is
interpreting the top bit as part of the character (most likely ISO
Latin 1 or something like that), whereas it's just 7-bit ASCII with the
top bit being even parity.
Can you tell your terminal emulator to ignore the parity bit? That's
perhaps the simplest fix.
I no longer have any SunOS 4.1.x machines to play with, but if memory
serves you can also tell SunOS to not generate parity during boot,
though this requires a kernel rebuild. Also, if you can't rebuild the
kernel you can tell the login program to disable parity generation, but
this fixes the problem only starting with the login: prompt, and
messages before that will still be garbled. (Or you could upgrade to
Solaris 7. :-)