Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 5/3/83; site arizona.UUCP Path: utzoo!linus!cca!decvax!harpo!seismo!hao!kpno!arizona!robert From: robert@arizona.UUCP Newsgroups: net.info-terms Subject: Super 19 Message-ID: <2328@arizona.UUCP> Date: Sun, 5-Jun-83 16:33:06 EDT Article-I.D.: arizona.2328 Posted: Sun Jun 5 16:33:06 1983 Date-Received: Tue, 7-Jun-83 03:01:45 EDT Organization: CS Dept, U of Arizona, Tucson Lines: 76 I installed an Accusonics Super-19 ROM chip into my H19 this weekend, and at the end of this article is the TERMCAP that takes advantage of most of the new features. This chip makes the H19 act very much like the VT100, plus it adds a feature or two. It is available at the Heathkit dealers, but it's not shown any their catalogs. My impressions are that it is worth the $50 if you wished that you had bought a different terminal but don't want to go out and buy a new one too soon. The point which would really make it worth while is the availability of the alternate character-generator chips which produce APL characters and 160 x 100 pixel graphics. For those of us who occasionally need to work with VMS, it makes EDT a bit more pleasant. But there is no address for Accusonics in the package from Heath, and the sales staff has no inkling of how to get the address, other than writing Heath, and I would like to not wait for their reply. So if anyone has any comments about this chip, the character generator, and especially how to get in contact with Accusonics, or a place selling these other chips, I would greatly appreciate hearing from you. Rob Drabek Univ. of Ariz. # Use the following for an H19 with the Accusonics Super-19 chip # set up to emulate the VT100 (switch 402, bit 5 ON). # # A line-by-line explanation: # disables key click, sets block cursor. # auto margins, backspace = ^H, can move in insert mode, hardware tabs. # 24 x 80 display. # clear screen, clear to-end-of-line, and clear to-end-of-display. # to move cursor. # insert/delete lines, characters. # start/end standout (underscore). # start/end graphics mode. # start/end alternate keypad mode. # vi gets a flashing cursor. # start/end keypad mode. # up-, down-, right-, and left-arrow, and home keys. # function keys. k2|Super19|Heathkit Super19-VT100:\ :is=\E[>2h\E[7k:\ :am:bs:mi:pt:\ :co#80:li#24:\ :cl=50\E[;H\E[2J:ce=30\E[K:cd=50\E[J:\ :cm=5\E[%i%2;%2H:nd=2\E[C:bt=3\E[E:ho=\E[H:\ :up=2\E[A:dn=2\E[B:sr=5\EM:\ :al=\E[1L:dl=\E[1M:im=\E[4h:ei=\E[4l:dc=\E[1P:\ :so=2\E[7m:se=2\E[m:us=2\E[7m:ue=2\E[m:\ :as=\E[10m:ae=\E[11m:\ :vs=\E[3k:ve=\E[7k:\ :ks=\E[?1h\E[>7h:ke=\E[?1l\E[>7l:\ :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kh=\E[H:\ :kn#8:\ :k1=\EOS:k2=\EOT:k3=\EOU:k4=\EOV:k5=\EOW:\ :l6=BLUE:l7=RED:l8=WHITE:k6=\EOP:k7=\EOQ:k8=\EOR: # # Use the following for an H19 with the Accusonics Super-19 chip if # you have it set up like a VT-52. # The first escape sequence (\E[?2h) assumes the switch is set for ANSI mode; # eliminate this if the switch is set for Heath mode (sw 402, bit 5 OFF). k3|s19|Heathkit Super19-VT52:\ :is=\E[?2h\Ex2\EcH:\ :am:bs:mi:pt:\ :co#80:li#24:\ :al=\EL:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :dc=\EN:dl=\EM:\ :dn=\EB:ei=\EO:ho=\EH:im=\E@:nd=\EC:as=\EF:ae=\EG:\ :se=\Eq:so=\Ep:up=\EA:vs=\EcD:ve=\EcH:\ :ks=\Et:ke=\Eu:\ :kb=^h:ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\EH:kn#8:\ :k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:\ :l6=BLUE:l7=RED:l8=WHITE:k6=\EP:k7=\EQ:k8=\ER: