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

  1. Date: Fri, 17 May 85 14:30:34 mdt
  2. From: dwf@LANL.ARPA (Dave Forslund)
  3. Message-Id: <8505172030.AA19898@b.ARPA>
  4. To: INFO-KERMIT-REQUEST@CU20B.ARPA
  5. Subject: HP110 Kermit
  6.  
  7. Attached is the file MSXHP110.ASM which is the system-specific source for
  8. MS-KERMIT running on the HP110 Portable.  It should be used in place of
  9. MSXGEN.ASM in making the executable.  We have used this code for about 2
  10. months.  The MSXGEN.ASM file from CU20B was modified by Chuck Aldrich here
  11. at Los Alamos and allows the changing of baud rates and the selection of the
  12. serial port or the internal modem.  However, we have not tested the internal
  13. modem code.  The default setting is the serial port (Port 1) and 9600 baud.
  14. If you would like we can also send the executable code in uuencoded form.
  15.  
  16. The HP110 does not have built in basic.  But it does have a built-in terminal
  17. program which can be used to capture a file.  The terminal program also has the
  18. XMODEM protocol built in.  This can be used to capture binary files.  The way
  19. we brought the source over was to download it with MS-KERMIT on an IBM-PC and
  20. move the file to the HP110 with the special IBM board that HP makes which
  21. allows the two machines to communicate directly to each other's disks.
  22.  
  23. As to features and documentation, the code is very close to the generic MS-DOS
  24. version.  It only emulates a dumb terminal.  We find the existing MS-Kermit
  25. documentation is just fine.  As I mentioned, we added the baud rates and the
  26. set port command can be used to choose between the serial port and the internal
  27. 300 baud modem(Port 2).  The only bug we have encountered involves running the
  28. HP110 in MS-DOS without going through the PAM. If one uses a CONFIG.SYS file to
  29. redefine the shell to bypass the PAM, then the communications port must first
  30. be initialized with the internal terminal program before running Kermit.  This
  31. has to be done only once after each reboot.  After that Kermit runs find and
  32. the baud rates can be switched at will.
  33.  
  34. David Forslund (dwf@LANL.ARPA)
  35.