Path: utzoo!attcan!uunet!ogicse!littlei!intelisc!shannon From: shannon@isc.intel.com (Shannon Nelson) Newsgroups: comp.os.cpm Subject: Re: terminal emulation for kaypro Message-ID: <931@intelisc.isc.intel.com> Date: 25 Sep 90 06:31:17 GMT References: <9009171731.AA11738@composite.ce.Virginia.EDU> Organization: Intel Scientific Computers, Beaverton, OR Lines: 54 In article <9009171731.AA11738@composite.ce.Virginia.EDU> rr2g@RHONDA.CE.VIRGINIA.EDU (Rhonda Gaines) writes: >I have a Kaypro 2X ... > ... and she wants to connect to various computers. The Kaypro screen uses a superset of the adm3a terminal commands. In other words, Mex, Kermit and other modem programs will (should) work fine if you tell your host that you have an adm3a. Unfortunately, that is a rather slow and limited set of commands. The following termcap and terminfo entries have worked well for me over the last few years. They make use of the Kaypro's extra features, such as insert line, delete line, clear-to-eol, etc. To use the termcap entry, save it to a file such as /home/me/kaypro.tc. Now tell everyone about it by typing setenv TERM kaypro; setenv TERMCAP /home/me/kaypro.tc if you use C-shell. In Bourne or Korn shell, type TERM=kaypro ; TERMCAP=/home/me/kaypro.tc ; export TERM TERMCAP To use the terminfo entry, save it to a file such as kaypro.ti. Now, set your terminfo database to your own directory by typing either setenv TERMINFO /home/me or TERMINFO=/home/me ; export TERMINFO and then compiling the terminfo file with the command "tic /home/me/kaypro.ti". No, I don't guarantee perfect results, but it usually works for me. --------------------------- termcap ------------------------------------- # # Shannon Nelson # 7/12/85 # # ky|kaypro:am:cr=^M:do=^J:nl=^J:bl=^G:\ :le=^H:bs:cm=\E=%+ %+ :cl=1^Z:co#80:ho=^^:li#24:ma=^K^P:nd=^L:up=^K:\ :dl=\ER:al=\EE:\ :kd=^J:ku=^K:kl=^H:kr=^L:\ :ce=^X:cd=^W:\ :dC=3:dT=3: --------------------------- terminfo ------------------------------------ kaypro, am, xon, cols#80, lines#24, bel=^G, clear=^Z$<1>, cr=\r, cub1=\b, cud1=\n, cuf1=\f, cup=\E=%p1%'\s'%+%c%p2%'\s'%+%c, cuu1=^K, dl1=\ER, ed=^W, el=^X, home=^^, il1=\EE, ind=\n, kcub1=\b, kcud1=\n, kcuf1=\f, kcuu1=^K, -- Shannon Nelson Portland Technology Development, Intel (503) 642-8149 shannon@isc.intel.com snelson@ptd.intel.com ...uunet!littlei!intelisc!shannon Intel disclaims all knowledge of my existence.