home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / intelmdsb / mdskerdoc.txt < prev    next >
Text File  |  2020-01-01  |  2KB  |  148 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                              Kermit for Intel ISIS
  8.  
  9.  
  10.  
  11.      The ISIS Kermit program was received from Columbia University.  Since there
  12.  
  13. was  no  documentation,  this User's Guide is provided by the DSSO department of
  14.  
  15. Intel (1).
  16.  
  17.  
  18.  
  19.      The ISIS Kermit provides dumb terminal  emulation  and  file  transfer  for
  20.  
  21. Intel  Series  II, Series III and Series IV computers running the ISIS operation
  22.  
  23. system.  It has the basic Kermit features.
  24.  
  25.  
  26.  
  27.      Kermit is invoked as follows:-
  28.  
  29.  
  30.  
  31.                            KERMIT [baud rate] [port]
  32.  
  33.  
  34.  
  35. The default baud rate is 2400 and the default port is 1.  The allowable  choices
  36.  
  37. are:-
  38.  
  39.  
  40.  
  41.       .  Baud rate:  300 1200 2400 4800 9600
  42.  
  43.  
  44.  
  45.       .  Port:  1 2
  46.  
  47.  
  48.  
  49. On some systems the highest reliable baud rate may only be 1200,  however,  2400
  50.  
  51. baud  has  proved  to  be  reliable  enough  when  the host machine was either a
  52.  
  53. DECSystem-20 (running TOPS-20) or a VAX-11/785 (running VMS).
  54.  
  55.  
  56.  
  57.      The command set is listed below.  All commands may be abbreviated with  the
  58.  
  59. first  letter,  however,  commands  are  only  accepted  if  they  are  typed in
  60.  
  61. lower-case.
  62.  
  63.  
  64.  
  65.       o  connect
  66.  
  67.  
  68.  
  69.               Connects as a dumb terminal to remote systems.
  70.  
  71.  
  72.  
  73.               To get back to ISIS-Kermit level from  connect  mode,  the  escape
  74.  
  75.          sequence is just the single character:  Control-D.
  76.  
  77.  
  78.  
  79.               To avoid characters being lost whilst in dumb  terminal  mode  and
  80.  
  81.          operating  at  a  baud rate of 2400 (or greater) it is recommended that
  82.  
  83.          you set some appropriate terminal characteristics.  For example:-
  84.  
  85.  
  86.  
  87.          1.  For TOPS-20 use:-
  88.  
  89.  
  90.  
  91.                         TERMINAL SYSTEM-DEFAULT
  92.  
  93.                         TERMINAL WIDTH 80
  94.  
  95.                         TERMINAL NO RAISE
  96.  
  97.  
  98.  
  99.          2.  For VMS use:-
  100.  
  101.  
  102.  
  103.                         SET TERMINAL/CRFILL:8/LFFILL:8
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113. (1) Corrections/additions by Paul  Hare,  Open  University,  Academic  Computing
  114.  
  115. Service.
  116.  
  117.  
  118.  
  119.                                                                         Page 2
  120. 00
  121. 00
  122. 00
  123.     o  send [filename] [filename] [filename] ...
  124. 00
  125. 00
  126.             Sends files to remote Kermit.
  127. 00
  128. 00
  129.     o  receive
  130. 00
  131. 00
  132.             Receive files from remote Kermit.
  133. 00
  134. 00
  135.     o  exit
  136. 00
  137. 00
  138.             Exit from ISIS Kermit.
  139. 00
  140. 00
  141.     o  debug
  142. 00
  143. 00
  144.             Turns on debug mode.
  145. 00
  146. 00
  147. ^^
  148.