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

  1. 22-Oct-86 19:00:15-EDT,1256;000000000011
  2. Return-Path: <rochester!cci632!djh@seismo.CSS.GOV>
  3. Received: from seismo.CSS.GOV by CU20B.COLUMBIA.EDU with TCP; Wed 22 Oct 86 19:00:04-EDT
  4. Received: from rochester.UUCP by seismo.CSS.GOV (5.54/1.14)
  5.     id AA11614; Wed, 22 Oct 86 18:37:16 EDT
  6. Received: by ur-seneca.arpa id AA14564 (4.12x); Wed, 22 Oct 86 17:35:15 edt
  7. Received: by cci632.UUCP (4.22/4.7)
  8.     id AA08023; Wed, 22 Oct 86 17:03:31 EDT
  9. Date: Wed, 22 Oct 86 17:03:31 EDT
  10. From: rochester!cci632!djh@seismo.CSS.GOV (Daniel J. Hazekamp)
  11. Message-Id: <8610222103.AA08023@cci632.UUCP>
  12. To: SY.CHRISTINE@cu20b.columbia.edu, SY.FDC@cu20b.columbia.edu
  13. Subject: Re: [seismo!rochester!cci632!djh@columbia.edu (Daniel J. Hazekamp): Bug in C-Kermit 4D(61)]
  14.  
  15. Frank,
  16.     I didn't have a copy of the protocol manual when I made the changes.
  17. The issue of control prefixes is a minor one. The problem I'm experiencing is
  18. due to the prefixing of octal 243 with a #. When RT-11 Kermit (2.2C) recieves
  19. this, it converts it to octal 343. Is the prefixing of octal 243 correct?? If
  20. so, then RT-11 Kermit must be acting improperly. I would like to be able to
  21. upgrade to Kermit-11, but alas we are stuck with RT-11 V3 which makes it near
  22. impossible to do.
  23.  
  24.                         Thanks for the quick response,
  25.                         Dan
  26. 23-Oct-86 08:37:26-EDT,646;000000000001
  27. Mail-From: SY.FDC created at 23-Oct-86 08:37:25
  28. Date: Thu 23 Oct 86 08:37:25-EDT
  29. From: Frank da Cruz <SY.FDC@CU20B.COLUMBIA.EDU>
  30. Subject: Re: [seismo!rochester!cci632!djh@columbia.edu (Daniel J. Hazekamp): Bug in C-Kermit 4D(61)]
  31. To: rochester!cci632!djh@SEISMO.CSS.GOV, SY.CHRISTINE@CU20B.COLUMBIA.EDU
  32. In-Reply-To: <8610222103.AA08023@cci632.UUCP>
  33. Message-ID: <12249078426.15.SY.FDC@CU20B.COLUMBIA.EDU>
  34.  
  35. It's RT-11 Kermit that's doing it wrong.  It should only do the "xor 100"
  36. business if the prefixed character is in the range 77-137 (octal), otherwise
  37. the # prefix means "take the following character literally".  - Frank
  38. -------
  39.