home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / terminal / 990 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  6.7 KB

  1. Path: sparky!uunet!darwin.sura.net!utkcs2!shuford
  2. From: shuford@cs.utk.edu (Richard Shuford)
  3. Newsgroups: comp.terminals
  4. Subject: Answers to Frequently Asked Questions
  5. Followup-To: comp.terminals
  6. Date: 30 Jul 92 01:22:15 GMT
  7. Organization: University of Tennessee, Knoxville--Dept. of Computer Science
  8. Lines: 176
  9. Sender: shuford@cs.utk.edu
  10. Distribution: world
  11. Expires: 15 Sep 1992 23:50:50 GMT
  12. Message-ID: <l7eh27INNfql@utkcs2.cs.utk.edu>
  13. NNTP-Posting-Host: duncan.cs.utk.edu
  14. Summary: FAQ
  15. Keywords: terminals, video display, FAQ
  16.  
  17.  
  18. This information was collated by Peter D. Smith (pdsmith@bbn.com).
  19.  
  20.  
  21. In article <1992May2.103106.2707@usenet.ins.cwru.edu>
  22. >   aa710@cleveland.Freenet.Edu (Greg Johns) writes:
  23. > I need docs for a 1980 VT100 terminal (Digital Equipment Corporation).
  24. > Especially for the DIP switch settings.
  25.  
  26. What DIP switches?  Do you mean the SETUP switches?  Here goes!
  27.  
  28. comp.terminals unofficial FAQ
  29. ==============================
  30. 19-DEC-1991 Modifed Q. 2 (Interesting DEC escape sequences)
  31.         Added d) (printer on/off)
  32. 22-NOV-1991 Added Q. 7 (Concept 108 baud rate)
  33. 20-NOV-1991 Added Q. 6 (VT125 setups) and changed Q.1 to point to Q.6
  34.  1-NOV-1991 Added Q. 5 (cursor on and off)
  35.  
  36. 1) How do I save my VT100 setups? -- see question 6
  37.  
  38. 2) What are interesting DEC escape sequences?
  39. a) ESC [ ? 5 h   :(white on black) or ESC [ ? 5 l (black on white).
  40. b) ESC [ ? 6 7 l :to make <=] send DEL; ESC[?67h to make it send BackSpace.
  41. c) ESC [ ? 2 5 h :Cursor visible; ESC [ ? 2 5 l   --- Cursor Invisible
  42. d) ESC [ <nnn> i :Printer control, possible <nnn> values are
  43.           0=print screen 5=turn on printer controller 4=turn off..
  44.           ?0=print graphics screen ?5=turn on auto-print ?4=turn off..
  45.  
  46. 3) What are the DIP switches for an H19 (or Z19)?
  47.     Switch S402
  48.         0 cursor is 0=underscore 1=block
  49.         1 keys 0=will 1=wont click
  50.         2 lines 0=wont 1=will wrap
  51.         3 Auto LF on CR is 0=off 1=on
  52.         4 Auto CR on LF is 0=off 1=on
  53.         5 Terminal mode is 0=Heath/Zenith 1=Ansi
  54.         6 keypad 0=normal 1=shifted
  55.         7 refresh 0=60Hz 1=50Hz
  56.     Switch S401
  57.         0..3 = Baud rate, on of N/A 110 150 300 600 1200 1800 2000
  58.            2400 3600 4800 7200 9600 N/A N/A N/A such that if all
  59.                    switches are ZERO except switch 0, terminal is 300 baud
  60.         4 Parity is 0=off 1=on
  61.         5 Parity is 0=even 1=odd
  62.         6 Parity is 0=normal 1=stick
  63.         7 Duplex is 0=half 1=full
  64.  
  65. From: Joseph Gil <yogi@cs.ubc.ca>
  66. Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
  67.  
  68. Q: How can an application set the Backarrow (the key at the north east
  69. side of the keyboard which is supposed to erase the previous char.
  70. The icon on it is something like <=] partkey of vt320 to send backspace? DEL?
  71.  
  72. A: Send ESC[?67l to make <=] send DEL
  73.    Send ESC[?67h to make it send BackSpace.
  74.  
  75. The following CSH script in unix may turn useful for switching
  76. between the two modes.
  77.  
  78.     if ($?DEL) then
  79.         stty erase "^?"    
  80.         echo "?67l"
  81.     else
  82.         stty erase ""
  83.         echo "?67h"
  84.     endif
  85.  
  86. 5) How do I turn my cursor on and off?
  87.     ESC [ ? 2 5 h   --- Cursor visible
  88.     ESC [ ? 2 5 l   --- Cursor Invisible
  89.     Many "ANSI" terminal implement this, including all DEC VT100 and
  90.     higher, the Kermit terminal emulator, etc, but not all.
  91.  
  92. 6) What are the VT1xx setup items?
  93.     Storing SETUP -- go into SETUP-A mode and press 'S'
  94.     Recalling SETUP -- go into SETUP-A mode and press 'R'
  95.     Resetting to factory default -- go into SETUP-A mode and press 'reset'
  96.     Screen brightness -- go into SETUP-A mode and use up/down arrow keys.
  97.  
  98.     SETUP B
  99.     Bank 1
  100.     Scroll is 0=jump 1 =smooth
  101.     Auto repeat 0=off 1=on
  102.     Screen background is 0=dark 1=light
  103.     Cursor is 0=underline 1=block
  104.  
  105.     Bank 2
  106.     Margin Bell is 0=off 1=on
  107.     Key click is 0=off 1=on
  108.     Terminal is a 0=vt52 1=ansi (vt100)
  109.     Auto XON is 0=off 1=on
  110.  
  111.     Bank 3
  112.     Character set is 0=us 1=uk
  113.     Auto wrap is 0=off 1=on
  114.     Line feed/new line is 0=off 1=on
  115.     Interlace is 0=off 1=on
  116.  
  117.     Bank 4
  118.     Parity sense is 0=odd 1=even
  119.     Parity is 0=off 1=on
  120.     There are 0=7 1=8 bits/char
  121.     Power supply is 0=60 1=50 hz
  122.  
  123.     Bank 5
  124.     Reserved = 0
  125.     Aux. Port has 0=7 1=8 bits/char
  126.     Aux port speed is 00=300 01=1200 10=2400 11=9600
  127.     Aux port speed second bit
  128.  
  129. 7. How do I change the baud rate of my Concept 108 terminal??
  130.    
  131.     According to the manual...
  132.       3.Display the status line by typing the STAT key.   If the
  133.     termina is not in Remote mode (Field g), select Remote mode
  134.     by typing the two keys MULT CODE 9.  If the terminal is not in
  135.     Programmer mode (Field h), select Programmer mode by typing
  136.     the two keys MULT CODE U (note - upper case U)
  137.       4.Select the appropriate duplex setting (Field c).  The factory
  138.     default is Half Duplex.  If this setting is correct proceed to
  139.     step 5.  Change the duplex by one of following [sic] two key
  140.     sequences:
  141.         MULT CODE 8 (Full Duplex)
  142.         MULT CODE * (Half Duplex)
  143.     Hint the following manufacturers are usually Half Duplex ....
  144.     [list of bankrupt manufacturers follows]
  145.       5.Select the appropriate parity setting (Field e).  The factory
  146.     default is noe (not parity bit is sent).  If this is
  147.     correct proceed to step 6.  To change the parity type one of
  148.     the following three key sequences:
  149.         MULT CODE P Space (none)
  150.         MULT CODE P !     (Even)
  151.         MULT CODE P "     (Odd)
  152.         MULT CODE P #     (Mark)
  153.         MULT CODE P $     (Space)
  154.       6.Select the appropriate Baud Rate setting (field b).  The
  155.     factory default setting is 300 baud [!]  If this setting is
  156.     correct proceed to step 7.  To change the Baud Rante type one
  157.     of the following three key sequences:
  158.         MULT CODE O Space       50
  159.         MULT CODE O !           75
  160.         MULT CODE O "           110
  161.         MULT CODE O #           135
  162.         MULT CODE O $           150
  163.         MULT CODE O %           300
  164.         MULT CODE O &           600
  165.         MULT CODE O '           1200
  166.         MULT CODE O (           1800
  167.         MULT CODE O )           2000
  168.         MULT CODE O *           2400
  169.         MULT CODE O +           3600
  170.         MULT CODE O ,           4800
  171.         MULT CODE O -           7200
  172.         MULT CODE O .           9600
  173.       7.Select the appropriate stop bit setting (Field d).  The factory
  174.     default setting is two stop bits.  If this is correct proceed
  175.     to step 8.  To change the number of stop bits type one of the
  176.         following four key sequences:
  177.         MULT CODE Space < !     (One stop bit)
  178.         MULT CODE Space < "     (Two stop bits)
  179.     Stop bits are usually set to two for baud rate of 300 or
  180.     below and otherwise are set to one.
  181.       8.Once you have achieved communications you can store these
  182.     setting permanently in the terminal by typing the three
  183.     character sequence MULT CODE Space C
  184.  
  185.  
  186. (More information on various video-display terminals may be obtained by
  187. anonymous FTP from site CS.UTK.EDU in the directory /pub/shuford).
  188.  
  189. -- 
  190.  ....Richard S. Shuford  | "If a man loudly blesses his neighbor early
  191.  ....shuford@cs.utk.edu  |  in the morning, it will be taken as a curse."
  192.  ....BIX: richard        |  Proverbs 27:14  NIV
  193.