On Fri, 2005-03-04 at 12:39 -0800, Tom Jennings wrote:
The kermit source text is on my "terminal"
linux laptop. I'm using
minicom. I need to do
XFER/A $TTI KERMIT.FR
on RDOS to input the text, but minicom blasts the text out too
fast.
At least on my linux setup here, minicom uses /usr/bin/ascii-xfr to do
ASCII transfers (which I assume is what you want in order to initially
transfer kermit source to the Nova). Look under minicom setup (^A O) and
then "File transfer portocols"
Look at the man page for ascii-xfr - the '-c' flag allows you to
specify the pause after sending each character, which sounds like what
you want. Or the -l flag allows a delay after each line.
Not quite the cleverness that you mention, but it should work.
cheers
Jules