RS232 to real TTY #257
Replies: 2 comments 1 reply
-
|
Follow up: just rediscovered external serial buffers/spoolers existed in the way back. Going to try that in lieu of the flow control working, directly. It will certainly be a thing for the external device to use the hardware flow control and that will solve my limited buffer in the serial to CL box. I can queue up miles of ascii before this taps out... Could nearly spit, that means I can bring my baud up in the rest of the shack and let the device do its job for the Teletype only. |
Beta Was this translation helpful? Give feedback.
-
|
That’s interesting. I had a couple of ASR33 Teletypes back in the day. They ran natively in 7 bit ASCII, rather than Baudot (upper case only). The rate was 110 baud with one start and two stop bits with even parity. It used a 20mA current loop I had cobbled together with a few Darlington transistors. It worked well on a Commodore 64, as it had a software UART that could run at 110 baud with the plug-in RS-232 interface cart. I was able to use the IMSAI 8080 replica second serial port to work in XY Basic using XON/XOFF handshaking and a 9600 baud serial voice synthesizer, but did not find a way to address the CTS/RTS pins through the Z-80 software ports. I think it is possible, but poorly documented, if at all. Don |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all!
I have a real teletype I would like to demo for the IMSAI and the teletype; interactive is awesome.
Naturally it requires a serial to CL which is all in working order. Known because it communicates fine with my HAM shack, a radio,TNCs, etc...
I have it running 1200 baud, yeah slow but older things in my collection are what they are and kinda set the standard - also still faster than 45.5 baudot...
I have the patch jumpers all correct, I also installed the jumpers for CTS/RTS (top 4 jumpers). That signal is how my setup manages to throttle 1200 bps down to 45.5 with a very limited buffer memory.
So I am getting intelligible output (baud settings, check! And short text like the cp/m banner and prompt, check!) But, if I run something like a DIR.... I get the beginning and end characters and a lot missing in the middle. Checked with the web TTY versus what printed.. I believe it acts like it plows through the output without halting on the pause from the terminal hardware pulsing out the baudot. So, flow control, hmmm...
Am I missing something? I see a jumper on the boot jumper panel that looks promising but I can't find documentation on that or to validate installing the patch jumpers would be the only step I needed.
Beta Was this translation helpful? Give feedback.
All reactions