home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / mskermit / msvhp1.bwr < prev    next >
Text File  |  2020-01-01  |  3KB  |  72 lines

  1. HP-150 Kermit 2.31 Notes, July 1988...
  2.  
  3. MS-DOS Kermit 2.31 was tested successfully on an old HP-150 with DOS 2.01.  It
  4. works at least as well as earlier versions did, i.e. it barely keeps up at 4800
  5. baud.  Recommended terminal settings (via the HP-150's built-in setup mode --
  6. push User/System, then push F8 "config keys", then F3 "port1 config"):
  7.  
  8. Baud Rate: 4800 or lower.  9600 will hang the machine.
  9. Parity: none (let Kermit handle parity in software, use SET PARITY command)
  10. Data bits: 8
  11. Clock: INT
  12. Asterisk: Off
  13. Stop bits: 1
  14. EnqAck: No
  15. Check Parity: No
  16. Flow control: Xon/Xoff if the remote system supports it.
  17.               None otherwise, but use a lower speed, like 2400 or 1200.
  18.               You must also use None when using EMACS.
  19.  
  20. Others: No, or experiment.
  21.  
  22. ------------------------------
  23.  
  24. Date: 17 March 89, 09:09:10 CET
  25. From: ODAE@ds0rus1i
  26. Subject: MS-DOS Kermit for HP150 and IBM PC(clones)
  27.  
  28. We received the new Kermit implementation for IBM-PC compatibles and
  29. for the HP150 on March 14th 1989  as files MSVIBM.BOO and MSVHP1.BOO
  30. - thank you!
  31. With the version for the HP150 we have one problem: normally our
  32. line to the host computer HP3000 is working with enquire/acknowledge
  33. handshake - but I found no choice in the Kermit help to handle this
  34. protocol. Kermit automatically overwrites the port configuration
  35. with xon/xoff handshake and does not reset it on leave. Even more
  36. confusing: The port configuration menu shows still 'enq/ack' -
  37. handshake, which is no longer valid. It can only be reset
  38. to 'enq/ack' by pressing the 'save configuration' soft key.
  39.  
  40. In the actually distributed version for IBM PC (-clones) MSVIBM.BOO
  41. the 'script' commands like 'output', 'input' etc. seem not to be
  42. implemented.
  43.  
  44. Best wishes
  45. Klaus Thonke
  46.  
  47. ------------------------------
  48.  
  49. Date: Fri, 17 Mar 89 17:20 MDT
  50. From: Joe Doupnik <JRD@cc.usu.edu>
  51. Subject: HP150's
  52.  
  53.     First, the serial port for the 150 is touched at startup as are
  54. all the variants except the IBM PC. I had to do a fancy dance in the IBM
  55. version to keep the port pristine til needed and time did not allow doing
  56. a similar one for the variants. I'll look at the HP150 stuff regarding
  57. stx/etx.
  58.     Script commands are missing comment. Klaus must have an old old
  59. version of Kermit. They are present and the task won't build without them.
  60.     Checked the HP150 code. There is no such flow control as stx/etx or
  61. enq/ack in the code; never was to my knowledge. The only flow control choices
  62. are none and xon/xoff and those are maintained in the system independent parts
  63. of things.  What's more, MS Kermit/HP150 does not even use the serial port
  64. hardware of the machine; it's basically Generic Kermit with pure DOS calls.
  65.  
  66.     Regards,
  67.     Joe D.
  68.  
  69. ------------------------------
  70.  
  71. [End of MSVHP1.BWR]
  72.