Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA
Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!godot!harvard!seismo!brl-tgr!gwyn
From: gwyn@brl-tgr.ARPA (Doug Gwyn )
Newsgroups: net.micro.apple,net.info-terms
Subject: Re: Wanted --- Apple ][e termcap
Message-ID: <5570@brl-tgr.ARPA>
Date: Thu, 1-Nov-84 23:43:41 EST
Article-I.D.: brl-tgr.5570
Posted: Thu Nov  1 23:43:41 1984
Date-Received: Sat, 3-Nov-84 08:03:24 EST
References: <253@ssc-bee.UUCP>
Distribution: net
Organization: Ballistic Research Lab
Lines: 28
Xref: godot net.micro.apple:1038 net.info-terms:131

> 	Does anyone have a termcap entry for an Apple ][e running
> 	the extended memory, 80-col card?

#
# Apple //e with 80-column card
# The modem interface is permitted to discard LF (maybe DC1), otherwise
# passing characters to the 80-column firmware via COUT (PR#3 assumed).
# Auto-wrap does not work right due to newline scrolling delay, which also
# requires that you set "stty cr2".
# Note: Cursor addressing is only available via the Pascal V1.1 entry,
# not via the BASIC PR#3 hook.  All this nonsense can be avoided only by
# using a terminal emulation program instead of the built-in firmware.
ab|apple2e|Apple //e:\
	:bl=^G:bw:cd=4*^K:ce=4^]:cl=100^L:co#80:ho=^Y:is=^R^N:kd=^J:kl=^H:\
	:kr=^U:ku=^K:li#24:me=^N:mr=^O:ms:nw=100\r:rs=^R^N:se=^N:sf=^W:so=^O:\
	:sr=^V:up=^_:\
	:bs:nc:
ap|apple2e-p|Apple //e via Pascal:\
	:cm=^^%r%+ %+ :tc=apple2e:

> 	Also, someone complained in private mail that the above card
> 	is too slow for effective 1200 baud use.  Does anyone else
> 	have any experience with this card at 1200 baud?

Yes, interrupts are locked out for too long and characters can be lost
during scrolling.  This is a bug in the firmware and can only be
avoided by using your own 80-column code that is more careful about
the duration of "critical regions".