home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / hp3000 / hp3000.bwr < prev    next >
Text File  |  2020-01-01  |  4KB  |  94 lines

  1. HP3000.BWR            HP-3000 Kermit "Beware" File               October 1991
  2.  
  3. HP-3000 Kermit documentation reflects version 1.0 (circa 1985), but the
  4. program has been updated several times since then.  See the file HP3000.ANN
  5. (the program release announcements) for a list of new features.  Anyone who
  6. would like to update the documentation, please feel free!  The following
  7. comments apply to version 1.1 of the program, and may or may not be valid for
  8. the current version.
  9.  
  10. ------------------------------
  11.  
  12. Date: Mon 25 Mar 85 12:08:26-PST
  13. From: Ted Shapin <BEC.SHAPIN@USC-ECL.ARPA>
  14. Subject: KERMIT parity problems
  15. To: info-kermit-request@CU20B.ARPA
  16. Postal-address: Beckman Instruments, Inc.
  17. Postal-address: 2500 Harbor X-11, Fullerton, CA 92634
  18. Phone: (714)961-3393
  19.  
  20. Frank,
  21. I found the problem.  Your suggestion to set KERMIT-20 to log debugging
  22. to a file in 8-bit mode was the key.  I found out that both CP-6 and
  23. HP3000 Kermits were sending even parity so the ^A was sent as 201 octal
  24. and not recognized on the PC end.
  25.  
  26. At the end is a note for others on HP3000 Kermit.  Honeywell CP-6 is still being
  27. modified by its author, Lee Hallin at Los Angeles HW office (altho he is
  28. doing it on his own time and I believe will make it available to Columbia
  29. when done).
  30.  
  31. Also, it's interesting to note that when I go from the PC THRU KERMIT-20
  32. to the HP3000 or Honeywell, KERMIT-20 strips off the high order bit in
  33. terminal emulation mode so everything works.  This had me puzzled for a
  34. while!
  35.  
  36. Ted.
  37. = = =
  38. I had trouble communicating with HP3000 Kermit from MSKERMIT
  39. until I found the following:
  40.  
  41. Set parity even on the micro. When you first connect to the
  42. HP3000, it expects input from a terminal that uses the ACK/ENQ
  43. protocol.  Log on to the HP system by typing CR and control-F
  44. until you see a : which is the HP3000 prompt.  Then logon to
  45. the HP specifying your terminal type, e.g. HELLO ABC.DEF;TERM=9
  46. control-F.  You will then be able to terminate your lines with
  47. just the CR.
  48.  
  49. Ted Shapin
  50.  
  51. -------
  52.  
  53. Reportedly, HP-3000 Kermit does not set its packet number back to zero
  54. between sessions.  This means that you have to restart the program each
  55. time you want to use it.  (18 Mar 87)
  56.  
  57. ------------------------------
  58.  
  59. Date: Wed, 08 Aug 90 12:23:31 EDT
  60. From: Jeffrey R Kell <JEFF%UTCVM@cuvmb.cc.columbia.edu>
  61. Subject: HP-3000 Kermit usage note
  62.  
  63. After noting some particularly sluggish throughput using HP3000 Kermit,
  64. particularly on the newer systems running MPE/XL, I began experimenting
  65. with various configurations and options.  A few results were particularly
  66. noteworthy and constitute a "usage note" that should be included somewhere
  67. in the package (BWR?) and does not modify any code.
  68.  
  69. HP3000 Kermit runs with HANDSHAKE XON, and generally requires HANDSHAKE XON
  70. on the PC-side as well to eliminate overruns during uploads at high speeds.
  71. You will not notice this (or need it) at low speeds although there may be
  72. a number of retries if the system is not ready for the next block before it
  73. is sent.  Thus a local HANDSHAKE XON insures integrity, but slows down the
  74. transfer rate to a near-ridiculous level.
  75.  
  76. However, as of MPE/XL 1.2, typehead is available (a poor implementation IMHO
  77. but that's another issue).  Since Kermit turns off echo during transfers, the
  78. annoying typeahead echo is also turned off, and thus doesn't adversely affect
  79. transfers.  Simply turn typeahead on, and no local HANDSHAKE XON is needed!
  80. The system buffers any packets sent before it is "ready" for them up to the
  81. limit of the typeahead buffer.  If this buffer is filled, the system does a
  82. flow-control xoff/xon (apparently, at least I was not able to force it to lose
  83. data even at 19.2 Kbaud).  Throughput increases up to 4x have been observed
  84. using typeahead rather than local HANDSHAKE XON.
  85.  
  86. <Jeff>
  87.  
  88. | Jeffrey R Kell, Dir Tech Services |  UTC Postmaster/Listserv co-ord. |
  89. | Admin Computing, 117 Hunter Hall  |Bitnet:  JEFF@UTCVM.BITNET        |
  90. | Univ of Tennessee at Chattanooga  |JEFF%UTCVM.BITNET@CUNYVM.CUNY.EDU |
  91. | Chattanooga, TN  37403            |  Bell:  (615)-755-4551           |
  92.  
  93. ------------------------------
  94.