home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / msr313src.zip / msvz10.hlp < prev    next >
Text File  |  1991-03-18  |  3KB  |  62 lines

  1.           KERMIT VERSION 2.26 FOR Z-DOS
  2.  
  3.             September 20, 1984
  4.  
  5. This guide is meant to be a supplement to the MSKERMIT.HLP file.  It
  6. describes the differences between the Z-100 version of Kermit and
  7. the IBM-PC version.  This version has not been tested with Z-DOS
  8. version 2.0.  LOCAL command execution may or may not work.
  9.  
  10. * Program Operation
  11.  
  12. The Z-100 version of Kermit uses a slightly different concept for
  13. Heath emulation.  The Z-100 normally uses the same escape sequences
  14. as the Heathkit H-19 terminal, although a slightly different key
  15. arrangement is used.  With Heath emulation mode turned on, the normal
  16. Z-100/H19 escape sequences will be sent by the function keys and keypad.
  17. However, key redefinition will not be available.  Printer control is 
  18. also not available in Heath emulation mode.  When Heath emulation
  19. is turned off (the default), the function keys and keypad emulate the
  20. Heath sequence as best as possible (no checks are made for alternate
  21. or shifted keypad modes), but key redefinition is allowed.  If a problem
  22. is encountered running a program that uses the keypad keys or function
  23. keys, swicth to Heath emulation and see if that helps.  Heath
  24. emulation only affects what characters are sent for keys typed at the
  25. keyboard.  It does not change the affect of incoming characters or
  26. escape sequences.
  27.  
  28. The Z-100 version of Kermit-MS does not support multiple communication
  29. ports.  The modem is assumed to be connected to the AUX port.  This
  30. port must be configured as no parity, no handshake, 1 stop bit, 8 data
  31. bits, no pad.
  32.  
  33. * Terminal Emulation
  34.  
  35. The Z-DOS version of Kermit-MS uses the following capabilities:
  36.  
  37.     Escape Char:    ^]
  38.     Modeline
  39.     Printer control
  40.     Key redefinition (with Heath emulation off)
  41.  
  42. Screen scroll is not currently supported.
  43.  
  44. . Printer Control
  45.  
  46. The contents of a screen may be printed at any time if a printscreen
  47. driver has been installed prior to running Kermit.  This is usually
  48. done by running the PSC command which comes with your ZDOS 1.25
  49. disks.  After this, the screen contents may be printed using
  50. Shift-F12.
  51.  
  52. If you wish to log a terminal session on the printer and you are not
  53. using Heath emulation mode, the F12 function key will start or stop
  54. the spooling of incoming characters to the printer.  This may also
  55. be simulated by the Kermit-MS LOG PRN and CLOSE commands.
  56.  
  57. . Key Redefinition
  58.  
  59. Key redefinitions are accomplished in the same way as with the IBM-PC
  60. version.  However, key redefintion may only be used when Heath
  61. emulation is turned off.
  62.