<< Previous Message Main Index Next Message >>
<< Previous Message in Thread This Month Next Message in Thread >>
Date   : Mon, 06 May 1985 16:43:31 GMT
From   : Hugh Redelmeier <hugh%hcrvx1.uucp@BRL.ARPA>
Subject: Re: Kaypro connected to LAN at 9600 baud

>I have had the same problem with both a Kaypro 2 and a Kaypro 4 when they
>are connected to a Sytek LAN here at NOSC.  It skips part of a line at
>any speed greater than 1200 baud.  I have used Kaypro's TERM program,
>MODEM7, KERMIT, and the NOSC TRANSFER terminal programs on the Kaypros
>with the same result.

The Kaypro does scrolling by moving all the characters in the video
RAM up one line (using a Z80 block move instruction).  This takes a
long time.  The solution is to use a program that can accept input
from the host while the scrolling is being done.  This is not
trivial because it requires an interrupt handler that bypasses the
BIOS.  It might be necessary to have XON/XOFF handshaking too.  I wrote
such a program and use it regularly on my Kaypro II (talking at
9600 Baud to my UNIX machine).  Micro Cornucopia also has one on
a public-domain disk (and much other stuff of interest to Kaypro
hacks).
<< Previous Message Main Index Next Message >>
<< Previous Message in Thread This Month Next Message in Thread >>