home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / c / pqkerm.bwr < prev    next >
Text File  |  2020-01-01  |  2KB  |  45 lines

  1.  9-Jul-85 10:07:53-EDT,2007;000000000001
  2. Return-Path: <SYSKERMIT%vax1.central.lancaster.ac.uk@ucl-cs.ARPA>
  3. Received: from ucl-cs by CU20B.ARPA with TCP; 9 Jul 85 10:07:19 EDT
  4. Received: from vax1.central.lancaster.ac.uk by 44d.Cs.Ucl.AC.UK 
  5.            via Janet with NIFTP  id a001544; 9 Jul 85 12:29 BST
  6. Date:         9-JUL-1985 12:22:20
  7. From:        SYSKERMIT%vax1.central.lancaster.ac.uk@ucl-cs.arpa
  8. To:        "SY.FDC" <SY.FDC%cu20b.arpa%cs.ucl.ac.uk@ucl-cs.arpa>
  9. Subject : PERQ KERMIT bugs
  10.  
  11. Dear Frank,
  12.  
  13.    I'm catching up here on a year of saved up messages for you! Below are
  14. some changes and bug notes on the PERQ KERMIT (PQ) sent by Ian Clifton
  15. of Daresbury Laboratories.
  16.  
  17.              Alan Phillips
  18.                Lancaster University
  19.  
  20. ---------------------------------------------------------------------------
  21.  
  22. 1) In KermitGlobals.Pas, a couple of identifiers, "EscapeChr" and
  23. "DstryCmdFile" needed to be changed to "EscapeChar" & "DstryCmdFiles" to match
  24. the rest of the program. 
  25.  
  26. 2) There is a module "Sleep" which I guess is part of some versions of
  27. Perq Operating System. PQ-Kermit seems to work with all references
  28. to this module ( & also "Nap" which is presumably part of it) commented out.
  29.  
  30. 3) There were a couple of bugs in the way PQ-Kermit handles the setting-up
  31. of the control character quote (See Section 7, "Initial Connection" of the
  32. Protocol manual.
  33.  i) PQ-Kermit compares the QCTL slot [of the data field of the ACK to
  34. a Send-Init] to 0 when it should compare with ASCII(blank).
  35.  ii) PQ-Kermit also applies control-chatacter prefix decoding [to the ACK of a
  36. Send-Init] when it shouldn't. So when a remote Kermit sends a "#" in the QCTL
  37. slot of it`s ACK to PQ-Kermit`s Send-Init, this character & the one following
  38. are decoded as a single control char! I added al extra Boolean global variable
  39. to PQ-Kermit so that the relevant parts of the program can switch prefix
  40. decoding off temporarily. 
  41.  
  42. -------------------------------------------------------------------------------
  43. *** end of mail ***
  44.  
  45.