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

  1. File MSVHP1.HLP                            2 March 1991
  2.  
  3. System-dependent source for MS-DOS Kermit 3.10 for HP 150 in
  4. MSUHP1.ASM and MSXHP1.ASM.  MSVHP1.LNK is the link input file.  Output
  5. is MSVHP1.EXE.
  6.  
  7.                 Features of Kermit 3.10 for the HP 150
  8.  
  9.  
  10. The application softkeys have been programmed to common commands in
  11. connect mode. These are as follows.
  12.  
  13. 1. f1 toggles between the firmware Tektronix emulator and and HP 2622
  14. ascii mode.  (As with the IBM version, the Tek emulator is
  15. automatically entered with ESC ^L or ESC [?38h. Automatic exit is with
  16. ESC [?38l or ^X. "SET TERM DISABLETEK" will disable automatic
  17. entry/exit.)
  18. 2. f2 clears the screen.
  19. 3. f3 enters the firmware terminal for DOS version greater than 2.01.
  20. The firmware terminal emulator is capable of much higher speed than is
  21. kermit. Press SHIFT-STOP when you wish to return to kermit.
  22. 4. f4 pushes to DOS. Type "exit" to return to kermit.
  23. 5. f5 hangs up the phone if you are connected to a modem.
  24. 6. f6 is only active during session logging.  This key allows you to
  25. turn session logging on and off. When the key is labeled "Start
  26. Logging", the session log file is open but logging is not taking
  27. place. Pressing f6 will now start logging and the key label will
  28. change to "Stop Logging".  Press "Stop Logging" if you want to quit
  29. logging.  If you want to close the session log, type "close session"
  30. at the MS-Kermit> prompt.
  31. 7. f7 is unused.
  32. 8. f8 exits connect mode. You can also exit connect mode with EXTEND
  33. CHAR -x and the standard two key sequence ^]C.
  34.  
  35. Note that the application softkeys are not active if user or system
  36. softkeys are displayed. The application softkeys are automatically
  37. selected when kermit enters connect mode.  They can also be selected
  38. with Shift-User/System.
  39.  
  40. The default is to have datacomm in 8 bit mode with transparency
  41. enabled and the port in raw mode. If these settings are not
  42. satisfactory they can be changed with the following:
  43.  
  44. set term raw    ; raw mode  (default)
  45. set term cooked ; cooked
  46. set term 7bit   ; 7 bit  (default)
  47. set term 8bit   ; 8 bit  (default for DOS >2.01)
  48. set term OnTransparency   ; dc transparency on (default)
  49. set term OffTransparency  ; dc transparency off 
  50.  
  51. With the port in 8 bit mode, the firmware flow control
  52. will not be enabled, even if it is selected in the port
  53. configuration menu. (Port configuration menus are accessed 
  54. by pressing USER/SYSTEM twice, f8, and the either f3 (port 1)
  55. or f4 (port 2)). If you are running at a baud rate of 4800 or 
  56. more, you will want to enable firmware flow control by 
  57. setting the receive and transmit paces in the port configuration
  58. menu to XON/XOFF and setting datacomm to 7 bits with 
  59. "set term 7bit". Be careful to have the correct parity and bits
  60. setting in the port configuration menu when datacomm is in 7 bit 
  61. mode. My experience is that 8 data bits and no parity works best.
  62.  
  63. Expect a maximum baud rate without flow control of about 3600.
  64. Note that the "SET FLOW" command in kermit is just recognized 
  65. when logging the session. (I tried to set the flow control from
  66. with the program by using code from the HP 150 programmers 
  67. library from compuserve, but I was not successful. It was 
  68. possible to change the baud rate, but changing the port configuration
  69. with firmware calls always resulted in a disabling of firmware
  70. flow control. Help in this matter will be appreciated!)
  71.  
  72. Let me know if you have any questions, comments, or encounter problems.
  73.  
  74. John Nyenhuis     nyenhuis@ecn.purdue.edu
  75. Purdue University
  76. School of Electrical Engineering
  77. West Lafayette, IN 47907 USA
  78. (317) 494-3524   FAX: (317) 494-6440
  79.