home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / ccpm86 / cn8xms.msg < prev   
Text File  |  2020-01-01  |  3KB  |  76 lines

  1.         KERMIT FOR THE HONEYWELL MICROSYSTEM EXECUTIVE
  2.  
  3.               RUNNING CONCURRENT CP/M
  4.  
  5.  
  6.  
  7. This short document describes the facilities offered by the
  8. Honeywell MicroSystem eXecutive implementation of Kermit-86.
  9.  
  10. CN8XMS.A86 contains the machine dependent code for the MSE.  It
  11. assumes that the MSE will be running Concurrent CP/M V3.1c.
  12.  
  13. File CN8UTL.A86 is based on the CP/M-86 file C86UTL.A86.
  14. Various modifications, all compatible with CP/M-86 (famous last words!),
  15. have been necessary to it in order that TAKE files work properly.
  16. These have been grouped under edit [35].
  17.  
  18. This implementation has not been tested with CP/M-86, and some
  19. modifications will be necessary if it is intended to be used with
  20. that system since some Concurrent CP/M system calls have been used.
  21.  
  22. In use, MSE Kermit should behave as NEC APC Kermit whose documentation
  23. should be consulted in file C86XAP.DOC.  Differences are:
  24.  
  25. 1) Terminal emulation uses firmware ANSI mode.  This is a little shakey
  26.    in places, but is adequate for most purposes.
  27.  
  28. 2) Tabs are not expanded by the terminal emulator.  This is because there
  29.    are several ways of determining the preset cursor position which vary
  30.    according to the availability of PCDOS emulation mode &c.  This may be
  31.    implemented more sensibly when V4.1 of concurrent DOS becomes the
  32.    standard system on the MSE.
  33.  
  34. 3) Baud rate may be set between 50 and 19200 baud.
  35.  
  36. 4) The SET PORT command has been implemented.  It is possible to select
  37.    between the TELEX and V24 ports.  It is not possible to select the
  38.    PRINTER port - the reasons are technical and are documented in the
  39.    CN8XMS.A86 comments.
  40.  
  41.    SET PORT moves the present baud rate to the selected port, and at
  42.    start up, defaults to the TELEX port.
  43.  
  44.    The V.24 port is wired to full V.24 standard.  This means that the
  45.    baud rate clock appears on pin 16 for transmit.  This must be looped
  46.    back to pins 15 and 17 if the baud rate is to be set locally, or
  47.    cross coupled to the remote machine if separate rates are to be used.
  48.    refer to the MSE documentation, or a V.24 specification to determine
  49.    the proper way of doing this.
  50.  
  51.                     Mark J. Hewitt
  52.                     University of Birmingham
  53.                     England
  54.                   
  55.                                         MJHewitt @ LUT.MULTICS for mail
  56.  
  57. ---------------------------------------------------------------------------
  58.  
  59. 7 OCTOBER
  60.  
  61.  The manufacturers of the Honeywell MSE have produced a list of machines that
  62. are identical to it, and will support this version of KERMIT-86. They are:
  63.  
  64.   Supplier                                      Machine
  65.   --------                                      -------
  66. Office & Electronic Machines PLC            Orion PCi
  67. Ferranti Micro Systems, Wythenshawe         Argos Pro Personal Computer
  68. Daisy Systems Verhoop, Holland              Daisy PCi
  69. Fallon Systems, Maidenhead                  Fallon 2000
  70. Future Technology Systems                   FTS PCi
  71. Honeywell UK                                MSE
  72.  
  73.         Mark J. Hewitt
  74.  
  75. ----------------------------------------------------------------------------
  76.