gwyn@smoke.brl.mil (Doug Gwyn) (02/16/91)
In article <1991Feb13.211328.10613@skypod.uucp> marc@skypod.uucp (Marc Fournier) writes: > I'm presently using an AT&T 5620 terminal for remote logins, and I >must say that I love it. I like the advantages of the extra large screen >for debugging. The problem is that I can't hook up to a VAX computer, since >I can't find an emulation for it. I presume you mean a VAX/VMS operating system. (Many VAXes run some version of UNIX instead of VAX/VMS.) I'm not familiar with the current state of terminal support on VAX/VMS, but it may be helpful for you to know the following: There are only a few configurable options, mainly involving how CR and LF characters are handled, that could affect the behavior of the 5620 itself. The 5620 supports a subset of ANSI X3.64 control and escape sequences; DEC's terminals starting with the famous VT100 have supported slightly different (overlapping) subsets of X3.64. Depending on just what features of the terminal are being exploited, in some situations it is possible to get by by pretending that the 5620 is actually a VT100. However, since it does not emulate all VT100 features, and since it has a different number of characters in the display, in some cases pretending the 5620 is a VT100 doesn't work properly. >Is there something that I can get (PD) that I can give to the >system administrator to quickly install to emulate the 5620, ... I would think that this would be the best solution, but I don't know exactly what form that "somthing" would take. The 5620 user's manual should spell out the control codes and escape sequences that it does support, and that would serve as a guide to preparing a terminal description in whatever form it should take. For comparative purposes, here is the UNIX "termcap" description that we use at BRL: # Teletype 5620, firmware version 2.0 (8;7;5) or later # The following SET-UP modes are assumed for normal operation: # DUPLEX=FULL GEN_FLOW=ON NEWLINE=INDEX RETURN=CR # Other SET-UP modes may be set for operator convenience or communication # requirements. This termcap description is for the Resident Terminal Mode. No # delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control! TA|tty5620-2|tty5620|dmd|Teletype 5620 with new ROMs:\ :AL=\E[%dL:al=\E[L:am:bl=^G:cd=\E[J:ce=\E[K:cm=\E[%i%d;%dH:co#88:cr=^M:\ :DC=\E[%dP:dc=\E[P:DL=\E[%dM:dl=\E[M:do=^J:ho=\E[H:IC=\E[%d@:ic=\E[@:\ :it#8:kb=^H:kC=\E[2J:kd=\E[B:kH=\E[70;1H:kh=\E[H:kl=\E[D:kr=\E[C:\ :ku=\E[A:le=^H:li#70:me=\E[0m:mr=\E[7m:ms:nd=\E[C:rc=\E8:rs=\Ec:sc=\E7:\ :se=\E[0m:SF=\E[%dS:sf=^J:so=\E[7m:SR=\E[%dT:sr=\E[T:ta=^I:ue=\E[0m:\ :up=\E[A:us=\E[4m:vt#3:xo:\ :cl=\E[H\E[J:nw=^M^J:\ :bs:pt: #UNSAFE :ll=\E[70H: # # Teletype 5620, firmware version 1.1 (8;7;3) or earlier # The following SET-UP modes are assumed for normal operation: # CR_DEF=CR NL_DEF=INDEX DUPLEX=FULL # Other SET-UP modes may be set for operator convenience or communication # requirements. This termcap description is for the Resident Terminal Mode. No # delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control! TB|tty5620-1|tty5620|dmd|Teletype 5620 with old ROMs:\ :AL=\E[%dL:al=\E[L:am:bl=^G:cd=\E[J:ce=\E[K:cm=\E[%i%d;%dH:co#88:cr=^M:\ :DC=\E[%dP:dc=\E[P:DL=\E[%dM:dl=\E[M:do=^J:ho=\E[H:IC=\E[%d@:ic=\E[@:\ :it#8:kb=^H:kC=\E[2J:kd=\E[B:kH=\E[70;1H:kh=\E[H:kl=\E[D:kr=\E[C:\ :ku=\E[A:le=^H:li#70:nd=\E[C:rc=\E8:rs=\Ec:sc=\E7:SF=\E[%dS:sf=^J:\ :SR=\E[%dT:sr=\E[T:ta=^I:up=\E[A:vt#3:xo:\ :cl=\E[H\E[J:nw=^M^J:\ :bs:pt: #UNSAFE :ll=\E[70H: