6.144mhz, that's a blast from the past!!! I bought a real Intel SDK-85 kit and that is the frequency they run the 8085 at. I think that frequency divides down perfectly for hardware UART clock generation but the SDK-85 monitor program used the SID and SOD pins as a software UART. I did successfully get my software UART timing loops to work perfectly at 4800-8-N-1 to decode NMEA strings and transmit test strings. 4800 was the limit however for the ability to do a soft UART. At 9600 you just can't get the timing close enough to be reliable. 2 no-ops is too long, 1 no-op is too short, etc.! I also re-wrote the monitor program to run the 8251 hardware UARTs. That makes for a much better system!! Those SDK-85 and SDK-86 units bring a fortune on Ebay. I have built at least 5 cloned units and even wrote my own tiny monitor from scratch!! Probably around 600 bytes!!!