home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / pub / tiexplorer / explrehlp.txt < prev    next >
Text File  |  2020-01-01  |  4KB  |  85 lines

  1.                          Explorer Kermit
  2.  
  3.  
  4. This is Release 1.0 of Explorer Kermit.  This implementation was developed
  5. as a joint effort between Sperry Corporation and Texas Instruments 
  6. Incorporated.  You should be using Sperry Release 2.1.1 or TI Release 2.1
  7. of Explorer software.  When Release 3.0 is available, this software will
  8. probably no longer work, and an updated version will be distributed by 
  9. Sperry and TI.  This implementation has been successfully tested in
  10. conjunction with Kermit implementations for Sperry 1100, DEC Vax, DEC 2060,
  11. and Sperry and IBM PCs (KERMIT-MS).
  12.  
  13. To install Kermit:
  14.  
  15.   Restore the files on tape to the directory KERMIT;
  16.  
  17.   Use the following table to rename the delivered files to their
  18.   Explorer format, if necessary:
  19.  
  20.   Delivered     Explorer          RENAMED IN KER:
  21.   ----------    -----------          --------------
  22.   README.TXT    -READ-ME-.TXT          EXPLRE.HLP
  23.   DEFSYS.LSP    DEFSYSTEM.LISP            EXPLRE.LSP
  24.   KERMIT.LSP    KERMIT.LISP               EXPLRE.LSP
  25.   KEXPLR.DOC    KUSER-EXPLORER.DOC        EXPLRE.DOC
  26.   MKERMT.LSP    MAKE-KERMIT.LISP          EXPLRE.LSP
  27.   PATCHD.DIR    PATCH.DIRECTORY           EXPLRE.DIR
  28.   PATCH1.DIR    PATCH-1.DIRECTORY         EXPLRE.DIR
  29.   PTCH11.LSP    PATCH-1-1.LISP            EXPLRE.LSP
  30.   SCLOSE.LSP    SERIAL-CLOSE-FIX.LISP     EXPLRE.LSP
  31.   STLNET.LSP    SERIAL-TELNET.LISP        EXPLRE.LSP
  32.   VTCURS.LSP    VT100-CURSOR-FIX.LISP     EXPLRE.LSP
  33.   VTCKEY.LSP    VT100-CURSOR-KEY-FIX.LISP EXPLRE.LSP
  34.  
  35.   Load the file KERMIT;MAKE-KERMIT.LISP 
  36.  
  37. To execute Kermit:
  38.  
  39.   Instantiate a new VT100 Emulator with a <SYSTEM> <CTRL>-V key sequence.
  40.  
  41.   After the prompt "VT100.  Connect to host:", type PORT <RETURN>.
  42.  
  43.   Configure the Explorer's serial port by selecting the proper parameters from
  44.   the menu.  Select DO IT with the mouse.
  45.  
  46.   Either select AUTODIAL with the mouse from the menu beneath the VT100 window,
  47.   and fill in your autodial modem's prefix and the destination host's phone
  48.   number, or dial-up your host manually.
  49.  
  50.   Once a carrier is established, a <RETURN> generally gets the attention of
  51.   the host.  Login to the host as you normally would.
  52.  
  53.   Once you have established a session with the host, the easiest way to use 
  54.   Kermit is to put the other host in server mode, and control all file transfer
  55.   from the Explorer end by selecting KERMIT from the menu beneath the VT100
  56.   window.  A menu will pop up containing the various Kermit commands.  Each
  57.   entry is documented at the bottom of the screen when the mouse is over it.
  58.   Select the appropriate one with the mouse and supply the additional 
  59.   information reqwested.  A status window will be exposed over the VT100 window
  60.   so that the progress of your request can be monitored.  To abort your request,
  61.   select either ABORT or ABORT-SAVE with the mouse.  When your request is
  62.   complete, a message so indicating will display in the window.  To return
  63.   to terminal emulation, press any key and take then the destination host
  64.   out of server mode, by selecting FINISH or BYE from the KERMIT menu.
  65.  
  66.   The commands are documented in the mouse documentation line and in the Kermit
  67.   User's Manual, supplied with this product.
  68.  
  69. Known Deficiencies:
  70.  
  71.   With Sperry Release 2.0.1 or TI Release 2.0, Baud rates in excess of 1200,
  72.   input and output buffer sizes in excess of 180 characters and XON-XOFF
  73.   flow control are unstable.  There are no known problems of this type with
  74.   the current software.
  75.  
  76.   The RUN-SCRIPT function will evolve into a more full-featured facility in
  77.   subsequent releases.
  78.  
  79.   Support for some of the advanced commands for servers is not yet complete.
  80.  
  81.   If you are losing characters in VT100 emulator, as evidenced by things like
  82.   [23;01H showing up on the screen, you probably have a flakey line.  Simply
  83.   logout from the remote host and redial.
  84.  
  85.