home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / perkinelmeridris / pe7ker.ann < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Date: Mon 8 Dec 86 11:32:34-EST
  2. From: Guy Talbot <OC.PEDHEM@CU20B.COLUMBIA.EDU>
  3. Subject: PERKIN-ELMER 7000 Series Kermit
  4.  
  5. I've gotten a Kermit for the Perkin-Elmer 7000 Series computers which are
  6. IDRIS based.  It's loosely based on the old C-Kermit from the old Protocol
  7. manual. It has Binary file (8-bit and &-quoting), Repeat quoting and server
  8. mode (GET,SEND,and FINISH).  It currently has just one bug I can find which
  9. I'm fixing (it repeat quotes 'F' packets in remote GET and local SEND
  10. requests).  It has no connect mode, as the 7000 series comes with the cu(1)
  11. command which does the same thing.
  12.  
  13. The distribution file names have the prefix PE7:
  14.  
  15.     PE7AAA.HLP    The readme for the whole thing
  16.     PE7BCT.BAS    PE7000 Series version of MSBPCT.BAS 
  17.             (.BOO decoder in Basic)
  18.     PE7BCT.C    PE7000 Series version of MSBPCT.BAS
  19.             (.BOO decoder in Whitesmith's 'C')
  20.     PE7MIT.BOO    An encoded version of the binary
  21.             which is built with MS-DOS Kermit's
  22.             procedure to make '.BOO' files.
  23.     PE7MIT.EXE    A Binary version of the PE7 Kermit executable
  24.     PE7MIT.DOC    Manual pages and bootstrap procedures
  25.     PE7MIT.C    IDRIS Kermit
  26.     PE7MIT.H    IDRIS Kermit header file
  27.     PE7PHO.C    Dialer program to work with Kermit/cu(1)
  28.     PE7PHO.H    Dialer program header file
  29.  
  30. I didn't create this version (Dan Eisner of Perkin-Elmer did), but I did
  31. create a bootstrap document. I translated the bootstrap programs so that I'm
  32. using an existing format for encoding the binary files.  For its size it's
  33. one of the most solid Kermit's I've seen so far.
  34.  
  35. Chris Lent
  36. "phri!cooper!chris"@NYU.ARPA
  37. OC.PEDHEM@CU20B.COLUMBIA.EDU
  38.  
  39.