home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / ccpm86 / cn8xic.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  71 lines

  1.                          ICL PC Kermit.
  2.                          -------------
  3.  
  4. This version of Kermit is based on the CN8 version from Lancaster. It has some
  5. known deficiencies such as the inability to change the file name in GET or SEND
  6. and the TAKE command not being available.   The I/O has been modified to use
  7. the XIOS to drive the AUX port on the ICL PC.  Please note the following:
  8.  
  9. 1)  Communication is via the port assigned as the AUX: port.
  10.  
  11. 2)  The Kermit commands which configure ports are not operational.  You
  12.     cannot use the SET command to set BAUD rates etc.
  13.  
  14. 3)  The AUX port must be configured to match the machine you are communicating
  15.     with using the CONFIG (and TTYSET on PC2) commands. (Speed, parity,
  16.     word size, stop bits, protocols etc). SET PARITY in Kermit to match.
  17.  
  18. 4)  Break signals cannot be sent.
  19.  
  20. 5)  On PC2 we have experienced problems (ie an excessive number of retries )
  21.     at speeds greater than 4800 baud.
  22.  
  23.  
  24. Installing Kermit on your PC.
  25. =============================
  26.  
  27. The easiest way to do this is to transfer the CN8XIC.H86 file to your PC
  28. and enter:
  29.             GENCMD CN8XIC
  30. then:
  31.             REN KERMIT.CMD=CN8XIC.CMD
  32.  
  33.  
  34. If you wish to make any modifications to the source you will need to pick up
  35. the relevant source files. This version of Kermit uses most of the
  36. system-independent files with no changes, but has special versions of two of
  37. them. Thus you will need to rename two files as shown below.
  38.  
  39.     CN8ICM.A86 - rename to CN8CMD.A86
  40.     CN8FIL.A86
  41.     CN8KER.A86
  42.     CN8IPR.A86 - rename to CN8IPR.A86
  43.     CN8UTL.A86
  44.     CN8XIC.A86
  45.  
  46. To assemble the files, type
  47.  
  48.             ASM86 CN8KER
  49. followed by:
  50.             GENCMD CN8KER
  51. then:
  52.             REN KERMIT.CMD=CN8KER.CMD
  53.  
  54. Use with ICL VME Kermit.
  55. ========================
  56.  
  57. The default start of packet character (01, ctrl-A) cannot be used with VME
  58. Kermit.  The command SET VME ON must be issued on the PC Kermit to change
  59. the start character.  This version uses 07 (bell) (as it can also be send
  60. through PAD's).  The start of packet character on VME kermit must be changed
  61. to match.
  62.  
  63. If you wish to choose a different start character change the value assigned
  64. to the symbol sohvme in the file CN8ICM.A86
  65.  
  66. Chris Lock. (LOCK @ UK.AC.NOTT.VAXA)
  67. Cripps Computing Centre
  68. University of Nottingham
  69. Nottingham  NG7 2RD
  70. ENGLAND
  71.