home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / mskermit / msvhpx.txt < prev    next >
Text File  |  2020-01-01  |  4KB  |  86 lines

  1. File MSVHPX.HLP                            2 March 1991
  2.  
  3. System-dependent source for MS-DOS Kermit 3.10 for HP 110 and HP
  4. Portable Plus in MSUHPX.ASM, MSGHPX.ASM, and MSXHPX.ASM.  MSVHPX.LNK
  5. is the link input file.  Output is MSBHPX.EXE.
  6.  
  7.       Features of Kermit 3.10 for the HP 110 and Portable Plus.
  8.  
  9. When this version of Kermit starts, one of the first things it does is
  10. to decide whether it is running on an HP 110 or a Portable Plus. There
  11. are differences between the 110 and the Plus which the program takes
  12. account of.  Thus the program runs on both the HP 110 and the HP
  13. Portable Plus.
  14.  
  15. The binary is nearly 95K.  You'll need to set the memory in PAM to at
  16. least 132K to run Kermit on the HP 110 and 136K to run it on the Plus.
  17. Add about 20K more if you want to use the PUSH to DOS command.
  18.  
  19. Use the SET PORT command to set the communication port.  The allowable
  20. options are SET PORT SERIAL, SET PORT MODEM, and SET PORT 82164A. (I
  21. wasn't able to test the 82164A device.)  The default port is SERIAL
  22. and the default baud rate is 1200, except for the internal modem on
  23. the 110 which has a default baud rate of 300.
  24.  
  25. Tektronix emulation is now supported. As with the IBM version, the Tek
  26. emulator is automatically entered with ESC ^L or ESC [?38h. Automatic
  27. exit is with ESC [?38l or ^X. "SET TERM DISABLETEK" will disable
  28. automatic entry/exit.  Tektronix emulation is functionally very
  29. similar to that done for IBM. One difference is that characters from
  30. the bottom of the screen are rolled around to the top for the HP
  31. whereas for the IBM version, the user is required to press a key in
  32. response to a "More" message when the bottom of the screen is reached.
  33. Sixel graphics are not supported in the HP Tektronix emulator.
  34.  
  35. The arrow keys are used to move the graphics cursor. Extend arrow is
  36. for faster cursor movement.
  37.  
  38. User System will toggle between Tektronix and built-in ansi terminal
  39. emulation in connect mode. Menu clears the screen in connect mode.  In
  40. addition, EXTEND CHAR - and EXTEND CHAR = will also toggle terminal
  41. type and clear the screen, respectively on the Plus. EXTEND CHAR x
  42. will exit connect mode.  Also, EXTEND CHAR h will hangup the phone in
  43. connect mode. These keys are mapped through verbs so they
  44. can be changed with the SET KEY command.
  45.  
  46. Graphics and alpha screens are saved and restored on both the Plus and
  47. the HP 110.
  48.  
  49. Pressing EXTEND f1 in connect mode will give a help screen with
  50. information specific to the HP 110 and HP Plus versions of Kermit 3.0.
  51.  
  52. On the Plus, characters are now written to the screen through the BIOS
  53. rather than through MSDOS. The keyboard is read once each eight reads
  54. of the serial port. These changes were made in order to increase speed
  55. in connect mode.  On a 9600 baud line, the effective baud rate is
  56. about 4900 on the Plus and about 3300 on the 110.  The built in
  57. terminal programs on the Plus and 110 were measured to have effective
  58. baud rates of 4400 and 2600, respectively, under the same measurement
  59. conditions.  The display speed is higher in Tektronix graphics mode
  60. since the characters are written directly to display memory. In
  61. Tektronix mode, effective baud rates of 9600 and 7500 were measured
  62. for text on the Plus and 110, respectively.
  63.  
  64. The internal modem is now supported on the 110. Use Extend d in
  65. connect mode to initiate a dial sequence. (The modem port must be
  66. selected with the SET PORT command.)
  67.  
  68. When kermit starts, it turns on the alternate keyboard. The alternate
  69. keyboard returns IBM compatable scancodes and thus key translation is
  70. more straightforward.  I have mapped the arrow keys and many of the
  71. function keys to return the standard HP keyboard escape sequences.  If
  72. the alternate keyboard poses problems, the HP keyboard can be turned
  73. on with "SET TERM HPKEYBOARD".  The alternate keyboard is turned back
  74. on with "SET TERM ALTKEYBOARD".  Note that the commands described
  75. above for connect mode work only on the alternate keyboard. If you
  76. want to use the HP keyboard and dial a number on the HP 110, it it
  77. necessary, for instance, to map the verb "dial-number" to another key,
  78. since Extend D will now return a different scan code.
  79.  
  80.  
  81. John Nyenhuis     nyenhuis@ecn.purdue.edu
  82. Purdue University
  83. School of Electrical Engineering
  84. West Lafayette, IN 47907
  85. (317) 494-3524
  86.