home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / rt11pascal.zip / rted.txt < prev    next >
Text File  |  1984-05-22  |  776b  |  29 lines

  1.  
  2. KERMIT in PASCAL for RT-11
  3.  
  4. Author :   Philip Murton 
  5.  
  6. Site:    University of Toronto Computing Services
  7.     Communication & Technical Support,
  8.     10 King's College Rd., SF4306,
  9.     Toronto
  10.  
  11.     (416) 978-5271
  12.  
  13.  
  14. Abstract:    This program implements the KERMIT protocol under RT-11.
  15.         KERMIT is an acronym for the expression "KL-10 Error-Free 
  16.         Reciprocol Microcomputer Interchange over TTY-Lines".  
  17.         For more information on Kermit please refer to the 
  18.         'README' file included with this distribution.
  19.              This version of KERMIT includes virtual terminal 
  20.         support.
  21.              Support for binary file transfers is supported in 
  22.         two ways selectable by user:
  23.              1) full binary (using the 'Parity' Bit)
  24.              2) eight bit quoting (see Protocol anual)
  25. }
  26.  
  27.  
  28.