#xon/xoff
This message turned up in search, but its forum couldn’t be identified from the original transcript, so it may not be linked into its thread.
there is no such thing as "screen read." try this:
while (serial has char)
put serial char in buffer
if (keyboard has char)
send keyboard char
endwhile
put serial input buffer to screen
repeat
–Scotty