home *** CD-ROM | disk | FTP | other *** search
/ ftp.whtech.com / ftp.whtech.com.tar / ftp.whtech.com / club100 / tel / vtemul.do1 < prev    next >
Text File  |  2006-10-19  |  8KB  |  199 lines

  1.  
  2.  
  3.  
  4.  
  5.                          VTEMUL DOCUMENTATION AND NOTES
  6.  
  7.     These  instructions  represent  a subset  of  the complete documentation
  8.     for '100/100', the commerically available version of VTEMUL.100.  If you
  9.     want  the  omplete  documentation  (about  25  pages)   just   send   a
  10.     self-addressed stamped (39 cents) 8"x11" envelope to:
  11.  
  12.             Terry Luke
  13.             6770 So. Dixie Dr.
  14.             West Jordan, UT  84084
  15.  
  16.     RUNNING THE PROGRAM
  17.  
  18.     At the menu put the cursor over  VT100.CO  and press enter.  You are now
  19.     in TELCOM, but with a title line at the top to remind you that VTEMUL is
  20.     loaded and F6 and F7 are defined.   However,  you  are  really  only  in
  21.     regular  TELCOM.   From  here you can use autodial as you normally do or
  22.     manually dial and press F4 to enter terminal mode.   You  are  still  in
  23.     TELCOM.   After pressing F4 to enter terminal mode, you must press F6 to
  24.     enter VT100 mode.  Now you are in  VT100  mode.   The  label  line  will
  25.     disappear  and  the  cursor  will  go to the top left corner.  Now after
  26.     reaching column 40, characters will scroll horizontally.  Function  keys
  27.     1-7  will  move  you  around  the various parts of the 80 x 24 screen as
  28.     described in the  next  section.   If  there  is  no  natural  break  in
  29.     transmission  from the host, you should type CTRL S before moving around
  30.     the screen, and CTRL Q to resume transmission after pressing  the  PASTE
  31.     key.   See the next section for slightly more complete details on how to
  32.     use the function keys to move around  the  screen.   Pressing  F8  exits
  33.     VT100  mode  back  to  TELCOM.   F8  again  will exit TELCOM, or F6 will
  34.     reenter VT100 mode.
  35.  
  36.     Before getting online, you may want to experiment to make sure VTEMUL is
  37.     working.  To do this put the cursor over  VT100.CO  and run it.  You are
  38.     in  TELCOM.   Press  F3  to  get the STAT command.  Type in 37I1E or any
  39.     other valid parameter that doesn't begin with 'M'.  Now you can press F4
  40.     and get into terminal mode, then F6 and enter VT100 mode  without  being
  41.     connected to anything.
  42.  
  43.     At  this point, the screen should have cleared the TELCOM label line and
  44.     the cursor be in the top left corner.  Now press the LABEL key.  In  the
  45.     lower  left  corner you should now see 'r1 c1'.  Press F1 and the cursor
  46.     should go  to  the  lower  right  corner  and  the  column  row  display
  47.     disappear.   You  are  in  view  mode,  viewing 1/6 of the VT100 screen.
  48.     Press PASTE and the cursor should return to the top.  Press CODE x twice
  49.     and it should beep once.  Now press F8 and the TELCOM label line  should
  50.     appear  as  you exit VT100 mode back to TELCOM.  If all that worked, you
  51.     are ready to go.
  52.  
  53.     VT100.CO requires 2000 free bytes to run, it will automatically use 2000
  54.     bytes  wherever they happen to exist.  If there are less than 2000 bytes
  55.     free, when you press F6 to enter VT100 mode, the TELCOM label line  will
  56.     flicker  and  nothing  else  will happen.  You will not be able to enter
  57.     VT100 mode.
  58.  
  59.  
  60.  
  61.  
  62.                                     page -1-
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.                               100/100 DOCUMENTATION
  72.  
  73.  
  74.                                     SECTION I
  75.  
  76.     OVERVIEW
  77.  
  78.     100/100  is  a  machine language program for the Model 100 that emulates
  79.     the functions of the Digital VT100 terminal.  It allows the Model 100 to
  80.     be used to access VAX and other computers and  use  programs  which  are
  81.     screen  oriented  and  require VT100 compatibility.  It decodes the ANSI
  82.     escape  sequences  and  performs  the  proper  action.    Text   scrolls
  83.     horizontally to simulate an 80 column screen as the data is received and
  84.     the  program saves 80 columns by 24 lines of data to be displayed in six
  85.     windows by using the Model 100 function keys.
  86.  
  87.     Although not all of the VT100 functions can be  emulated  on  the  Model
  88.     100, many of the features have been, including:
  89.  
  90.     Tabs:  up  to  ten horizontal tabs can be set.  Tabs set after the tenth
  91.        are ignored. Tabs can also be cleared under program control.
  92.  
  93.     Cursor  keys:   the Model 100 cursor keys emulate the VT100 cursor keys,
  94.        both in cursor and application mode.
  95.  
  96.     Keypad:  the VT100 keypad is  also  emulated  using  the  graph  key  in
  97.        conjunction  with  the  keys labeled for use with the "NUM" key. (eg:
  98.        GRAPH m = 0 on the VT100 keypad).
  99.  
  100.     Reverse Scrolling:  The screen will scroll down  when  a  reverse  index
  101.        command is received and the cursor is at the top margin.
  102.  
  103.     Direct  Cursor  addressing:   The  program  will  move the cursor to the
  104.        proper location (HVP and CUP commands, etc.)
  105.  
  106.     What are you?:  100/100 will respond properly  when  asked  to  identify
  107.        itself,  allowing  use of programs which normally abort automatically
  108.        if your are not using a VT100.
  109.  
  110.     Erasing:  supports all the VT100 erase functions, cursor to end of line,
  111.        end of screen, clear screen, etc.
  112.  
  113.     Editing:  supports both replace and insert character  mode  as  well  as
  114.        insert line and delete line commands.
  115.  
  116.     Newline Mode: both new line and no new line on linefeed  are  supported.
  117.  
  118.     Line  Drawing  Character  Set:   100/100  will  emulate the line drawing
  119.        characters of the VT100 character set only.  Other special characters
  120.        are not translated.
  121.  
  122.     Device status or cursor positioning reports.
  123.  
  124.     Save and Restore Cursor
  125.  
  126.  
  127.  
  128.                                     page -2-
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.     100/100 Documentation
  138.  
  139.  
  140.     TELCOM COMPATIBILITY
  141.  
  142.     100/100  works in conjunction with TELCOM, so Autodial, Echo to printer,
  143.     Uploading and Downloading are all available.  It works equally well with
  144.     either the built-in modem or the RS232 port.  During an online  session,
  145.     a  user can  switch back and forth between the VTEMUL and TELCOM at will
  146.     using the F6 key.  This is particularly useful, not only to be  able  to
  147.     use  UPLOAD and DOWNLOAD in TELCOM, but because text files are sometimes
  148.     easier to read in 40 column wrap mode than 80 column  horizontal  scroll
  149.     mode.
  150.  
  151.     MODEL 100 FUNCTION KEYS WITHIN TELCOM
  152.  
  153.     The  function  keys  remain the same in  TELCOM with the exception of F6
  154.     and F7 being defined:
  155.  
  156.     F6 will enter VT100 mode.
  157.     F7 will lists files and free memory.
  158.  
  159.     To prevent jumping to non-existent code after removing this program run
  160.     run this small BASIC program:
  161.  
  162.     10 POKE 64268,243:POKE 64269,127
  163.     20 POKE 64270,243:POKE 64271,127
  164.  
  165.     Deactivating F6 and F7 after removing VT100.CO
  166.  
  167.  
  168.                          |-----F6------|
  169.                |-------F5-------|------F7-------|
  170.               c1        c21    c41    c61        80
  171.                ____________________________________
  172.                |         |      |      |        | |
  173.                |                |               | F4
  174.                |      F1 |      |      |        |--
  175.                |   (Section 1)  |  (Section 4)  |||    PASTE
  176.                |         |      |      |        |||
  177.                --------------Line 8--------------
  178.                |         |      |      |        | 4
  179.                |                |               |        to
  180.                |      F2 |      |      |        | r
  181.                |   (Section 2)  |  (Section 5)  | o    Resume
  182.                |         |      |      |        | w
  183.                --------------Line 16------------- s
  184.                |         |      |      |        |
  185.                |                |               | d
  186.                |      F3 |      |      |        | o
  187.                |   (Section 3)  |  (Section 6)  | w
  188.                |         |      |      |        | n
  189.                --------------Line 24-------------
  190.  
  191.  
  192.  
  193.  
  194.                                     page -3-
  195.  
  196.  
  197.  
  198.  
  199.