home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / tiexplorer.zip / explre.ins < prev    next >
Text File  |  1986-09-22  |  4KB  |  88 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.   *NOTE:  All the source files have been combined into 1 file called
  18.           KER:EXPLRE.LSP and are separated by ;***FILENAME.LSP***
  19.  
  20.   Use the following table to rename the delivered files to their
  21.   Explorer format, if necessary:
  22.  
  23.   Delivered     Explorer
  24.   ----------    -----------
  25.   README.TXT    -READ-ME-.TXT
  26.   DEFSYS.LSP    DEFSYSTEM.LISP
  27.   KERMIT.LSP    KERMIT.LISP
  28.   KEXPLR.DOC    KUSER-EXPLORER.DOC
  29.   MKERMT.LSP    MAKE-KERMIT.LISP
  30.   PATCHD.DIR    PATCH.DIRECTORY
  31.   PATCH1.DIR    PATCH-1.DIRECTORY
  32.   PTCH11.LSP    PATCH-1-1.LISP
  33.   SCLOSE.LSP    SERIAL-CLOSE-FIX.LISP
  34.   STLNET.LSP    SERIAL-TELNET.LISP
  35.   VTCURS.LSP    VT100-CURSOR-FIX.LISP
  36.   VTCKEY.LSP    VT100-CURSOR-KEY-FIX.LISP
  37.  
  38.   Load the file KERMIT;MAKE-KERMIT.LISP 
  39.  
  40. To execute Kermit:
  41.  
  42.   Instantiate a new VT100 Emulator with a <SYSTEM> <CTRL>-V key sequence.
  43.  
  44.   After the prompt "VT100.  Connect to host:", type PORT <RETURN>.
  45.  
  46.   Configure the Explorer's serial port by selecting the proper parameters from
  47.   the menu.  Select DO IT with the mouse.
  48.  
  49.   Either select AUTODIAL with the mouse from the menu beneath the VT100 window,
  50.   and fill in your autodial modem's prefix and the destination host's phone
  51.   number, or dial-up your host manually.
  52.  
  53.   Once a carrier is established, a <RETURN> generally gets the attention of
  54.   the host.  Login to the host as you normally would.
  55.  
  56.   Once you have established a session with the host, the easiest way to use 
  57.   Kermit is to put the other host in server mode, and control all file transfer
  58.   from the Explorer end by selecting KERMIT from the menu beneath the VT100
  59.   window.  A menu will pop up containing the various Kermit commands.  Each
  60.   entry is documented at the bottom of the screen when the mouse is over it.
  61.   Select the appropriate one with the mouse and supply the additional 
  62.   information reqwested.  A status window will be exposed over the VT100 window
  63.   so that the progress of your request can be monitored.  To abort your request,
  64.   select either ABORT or ABORT-SAVE with the mouse.  When your request is
  65.   complete, a message so indicating will display in the window.  To return
  66.   to terminal emulation, press any key and take then the destination host
  67.   out of server mode, by selecting FINISH or BYE from the KERMIT menu.
  68.  
  69.   The commands are documented in the mouse documentation line and in the Kermit
  70.   User's Manual, supplied with this product.
  71.  
  72. Known Deficiencies:
  73.  
  74.   With Sperry Release 2.0.1 or TI Release 2.0, Baud rates in excess of 1200,
  75.   input and output buffer sizes in excess of 180 characters and XON-XOFF
  76.   flow control are unstable.  There are no known problems of this type with
  77.   the current software.
  78.  
  79.   The RUN-SCRIPT function will evolve into a more full-featured facility in
  80.   subsequent releases.
  81.  
  82.   Support for some of the advanced commands for servers is not yet complete.
  83.  
  84.   If you are losing characters in VT100 emulator, as evidenced by things like
  85.   [23;01H showing up on the screen, you probably have a flakey line.  Simply
  86.   logout from the remote host and redial.
  87.  
  88.