home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / sinclairqlb.zip / ql2ker.ann < prev    next >
Internet Message Format  |  1988-08-16  |  3KB

  1. Date: 1-MAY-1987 14:50:11
  2. From: SYSKERMIT%vax1.central.lancaster.ac.uk@Cs.Ucl.AC.UK
  3. Subject: Another New Kermit for Sinclair QL
  4. Keywords: Sinclair QL Kermit
  5.  
  6.  Author : David Harper, Dept. of Applied Maths, Liverpool University
  7.           (SX36 @ UK.AC.LIV.IBM)
  8.  Date   : 6 April 1987
  9.  
  10.  This version of Kermit for QDOS is written in BCPL and is based upon
  11.  C.G.Selwyn's Tripos implementation.
  12.  
  13.  The main features of QL-Kermit are :
  14.  
  15.  (1) It is executed as a QDOS job and so it can run in parallel with other
  16.      jobs, including SuperBasic. This means that all the facilities of the
  17.      QL are available, even when file-transfer is in progress.
  18.  
  19.  
  20.  (2) It can operate in both local and server mode - the latter is ideal for
  21.      transfer between the QL and another micro, which can view the QL as a
  22.      remote 'mainframe'.
  23.  
  24.  (3) A simple teletype terminal-emulator is provided for use when the QL is
  25.      required to communicate with a mainframe.
  26.  
  27.  (4) Software support is provided to allow QL-Kermit to be used with the
  28.      Tandata QConnect communications device. This is recommended when
  29.      the remote mainframe uses XON/XOFF handshaking, since the QL hardware
  30.      can only do CTS/RTS handshaking.
  31.  
  32.  (5) The TAKE command is provided to allow the user to put often-used
  33.      sequences of Kermit commands into a file.
  34.  
  35.  (6) A HELP command is provided to remind the user of the commands which
  36.      can be issued. In addition, HELP SET displays all the SETtable
  37.      options.
  38.  
  39.  
  40.  Copies of QL-Kermit can be obtained by sending a formatted microdrive or
  41.  3.5 inch disk with a padded SAE to
  42.                       ------
  43.  
  44.  *********************************************************************
  45.  *  David Harper                                                     *
  46.  *  Dept of Applied Maths and Theoretical Physics                    *
  47.  *  The University                                                   *
  48.  *  P.O. Box 147                                                     *
  49.  *  Liverpool   L69 3BX                                              *
  50.  *                                                                   *
  51.  *                                                                   *
  52.  *   Please note : this address is only valid until September 1987   *
  53.  *                                                                   *
  54.  *********************************************************************
  55.  
  56.  At present, the source code files and the EXECable code just fit onto
  57.  a single microdrive. They occupy about 207 blocks. In view of probable
  58.  future extensions, it might be advisable to send two microdrives or
  59.  a disk if you want both source code and EXEC code files.
  60.  
  61.  The BCPL source code should  be compiled using Metacomco's BCPL Development
  62.  Kit (Vn. 2.0 or after).
  63.  
  64. ------------------------------
  65.  
  66.