home *** CD-ROM | disk | FTP | other *** search
/ Between Heaven & Hell 2 / BetweenHeavenHell.cdr / 500 / 435 / kermit23.arc / MSKERM.BWR < prev    next >
Text File  |  1988-01-15  |  11KB  |  217 lines

  1. MSKERM.BWR, MS-DOS KERMIT 2.30 "BEWARE FILE"                      -*- Text -*-
  2. --------------------------------------------
  3.  
  4. Last update: 10:12am  Monday, 11 January 1988
  5.  
  6. INCOMPATIBILITIES BETWEEN 2.29 AND 2.30 INCLUDE:
  7.  
  8.   SET KEY and SHOW KEY commands use different key identifications and syntax
  9.   (see manual for details).  Some key combinations are no longer supported,
  10.   e.g. arbitrary combinations of Shift, Ctrl, and Alt applied to non-Function
  11.   keys.  A new program, SCANCHEK, is supplied to help with keycodes.  This
  12.   program is distributed as MSUCHK, read MSUCHK.HLP for further information.
  13.  
  14.   LOCAL command prefix has been removed from 2.30.  Now, just use "DEL" rather
  15.   than "LOCAL DEL", etc.
  16.  
  17.   CLEAR now means clear serial port buffer rather than key and macro
  18.   definitions.  Key and macro definition string space is now garbage collected,
  19.   so a CLEAR command for them is no longer necessary.  SET KEY CLEAR removes
  20.   all key definitions, and macros may be undefined individually.
  21.  
  22.   The CLRINP command is gone (replaced by CLEAR).
  23.  
  24.   Numbers of the form \nnn now default to decimal rather than octal.  A radix
  25.   can also be specified: \Onnn (octal), \Xnnn (hex), \Dnnn (decimal).
  26.  
  27.   LOG <filespec> replaced by LOG SESSION <filespec> and LOG PACKET <filespec>.
  28.  
  29. Because of these incompatibilities, old MSKERMIT.INI and other MS-Kermit
  30. command files and macro definitions may not work under 2.30.  However, version
  31. 2.30 includes a new feature to allow a different name for the initialization
  32. file to be specified on the command line.  This will let you run your old and
  33. new Kermits on the same system without having to rename the init file each
  34. time.  Keep your old init file as MSKERMIT.INI, and name your new one
  35. something else, like MS230.INI.  Then when you run the new Kermit, invoke it
  36. like this: "kermit -f ms230.ini".  You can also run the new Kermit with no
  37. init file at all: "kermit -f nul".
  38.  
  39. In addition to the user interface differences, there are also some changes in
  40. the IBM PC's VT102 emulation.  For instance, previous releases did not home the
  41. cursor upon receipt of the DECOM sequence (ESC [ ? 6 h/l), as a real
  42. VT100/VT102 does.  The current release behaves correctly.  However, various
  43. software (such as Unix termcaps, sysline programs, etc) may depend on the old
  44. behavior.  This software should be changed.  The correct sequence for putting a
  45. message at a particular place on the screen and then restoring the cursor to
  46. its previous location is:
  47.  
  48. ESC 7                   (save current origin mode and cursor location)
  49. ESC [ 6 l               (set origin mode to absolute) Not required in v2.30.
  50. ESC [ 25 ; 1 H Hi there (write message on 25th line)
  51. ESC 8                   (restore cursor and origin mode)
  52.  
  53.  
  54. ** LIMITATIONS AND RESTRICTIONS OF VERSION 2.30:
  55.  
  56. The IBM PC implementation of VT102 emulation has several restrictions:
  57. no smooth scroll, no ENQ/Answerback, no alternate character ROMs, no confidence
  58. tests.  Double height/width characters are simulated.  132 column mode is
  59. available to users of EGA boards supporting that width, and Kermit is able to
  60. set several EGA boards to that width upon host command.
  61.  
  62. Interaction between MS-Kermit and various terminate-and-stay-resident (TSR)
  63. programs is necessarily unpredictable, depending upon how "well behaved" they
  64. are.  Certain console or graphics drivers might interfere with the file
  65. transfer display, etc.  Caution should be used when invoking certain TSR
  66. programs while PUSHed from Kermit (e.g. using the PRINT command for the first
  67. time), as not all of these programs observe proper etiquette for allocating and
  68. freeing memory, and more importantly the TSRs will be loaded above Kermit into
  69. the middle of memory where they may prevent large programs from loading later.
  70.  
  71. Because of the many new features in the version 2.30 (Tektronix emulation,
  72. input translation, transparent printing, and other display options),
  73. performance during terminal emulation is a few percent slower than in 2.29.
  74. For instance, on a PC/AT, version 2.29 could run VT102 emulation at 19200 baud
  75. without requiring Xon/Xoff flow control, whereas 2.30 may require flow control
  76. at that speed (but not at 9600 baud).  If the host computer does not support
  77. Xon/Xoff, then characters can be lost during terminal emulation at high
  78. speeds.  This is a particular problem when running the EMACS full-screen
  79. editor on the host, which disables Xon/Xoff because it uses Ctrl-S and Ctrl-Q
  80. as commands.  The PS/2 Models 25 and 30 may lose characters at 9600 baud in
  81. the absence of Xon/Xoff flow control.  This is most evident during long
  82. scrolling displays on half-duplex hosts (e.g. IBM mainframes).
  83.  
  84. In Tektronix emulation, the supression of GIN mode report echos seems to
  85. differ in construction for each emulator we've heard about.  Next time we can
  86. gather more "specs" and improve it.
  87.  
  88. When you type the escape character while in Tek mode, the screen goes back to
  89. text memory.  Then when you type the argument character, the screen goes back
  90. to Tek (unless the argument was C or P).  This causes your graphics screen
  91. image to be lost if your adapter doesn't have enough display memory.
  92.  
  93. Shift-Printscreen can cause the PC to hang if there is no attached printer.
  94. This is a BIOS feature, rather than a Kermit bug.  It occurs most frequently
  95. with a parallel printer interface that has nothing plugged into it.
  96.  
  97. When used in remote mode, e.g. as a server, MS-DOS Kermit can become stuck in
  98. the DOS critical error handler, which has issued its familiar "Abort, Ignore,
  99. Retry?" message on its screen, and is waiting for a response from its own
  100. keyboard.  This is a DOS feature.  Similarly, The MS-DOS Kermit server can
  101. become stuck if you give it the REMOTE SPACE command, because it simply runs
  102. CHKDSK and sends you its output.  Sometimes CHKDSK will notice something wrong
  103. with the disk and ask (at the real console) you if you want it to be fixed.
  104.  
  105. MS-Kermit does not attempt to monitor the communication line for carrier loss
  106. during terminal emulation or file transfer (but now you can SHOW MODEM to
  107. inquire about CD, DSR, and CTS).  The absence of carrier monitoring is actually
  108. a design decision.  Interactive users will notice when carrier drops, and
  109. timeouts will catch the situation during file transfer or script execution.
  110.  
  111. In VT102 emulation on the IBM family, receipt of the ESC[4m (turn on
  112. underscore) command results in reverse video rather than underscore on IBM CGA,
  113. EGA and PGA color monitors.  This is a feature of the hardware.
  114.  
  115. On early (original motherboard & BIOS) PCs, and on systems that mimic them
  116. (e.g. early Compaqs), the cursor may assume a strange shape upon return from
  117. CONNECT.  This is caused by a bug in the early BIOS, which stored cursor
  118. attributes incorrectly.
  119.  
  120. On the IBM PC family, NUL (ASCII 0) is mapped by default to Ctrl-2, rather
  121. than Ctrl-@.  This can be changed, of course, using SET KEY.
  122.  
  123. On systems that support a CONNECT mode line, there is no way to have Kermit
  124. start up without a mode line, yet still retain the ability to turn it on at a
  125. later time.
  126.  
  127. SET DEST DISK does not redirect output of REMOTE commands to disk -- they
  128. still come to the screen (there's currently no syntax for specifying a file
  129. name).
  130.  
  131.  
  132. ** KNOWN BUGS IN VERSION 2.30:
  133.  
  134. The "SHOW KEY ?" and SHOW MACROS displays cannot be cancelled.  They must play
  135. through to the end.
  136.  
  137. The SHOW KEY ? display pauses at the end of each screen, but the SHOW MACROS
  138. display does not.
  139.  
  140.  
  141. ** IDEAS FOR NEW FEATURES:
  142.  
  143. These are collected simply for future consideration, with no commitment
  144. implied...
  145.  
  146. A way to send files with their full path names.  Possibly also dynamic creation
  147. of directories when receiving.  Backing up a directory tree with a single SEND
  148. command is an example.
  149.  
  150. Breaking up the STATUS screen into several screens, e.g.  SHOW COMMUNICATIONS,
  151. SHOW TERMINAL, SHOW PROTOCOL, ...
  152.  
  153. A way to terminate server operation automatically at a certain time, or
  154. after a certain amount of inactivity, etc.
  155.  
  156. SET LOCAL-ECHO ON doesn't work very well between two micros when they are
  157. CONNECTed via Kermit to each other -- LF is not supplied by remote micro when
  158. it receives CR.  Kermit needs an option to supply LF on the local screen when
  159. CR is typed during local echo CONNECT. The VT102 emulator supplies this
  160. function as SET TERMINAL NEWLINE ON.
  161.  
  162. Substitutable parameters for TAKE and DO commands (but first we need a set of
  163. rules on the language; any such language should be very very simple to receive
  164. any attention at all).
  165.  
  166. An expanded script facility, with substitutable parameters, variables,
  167. conditional branching, etc, with accompanying language specification.
  168.  
  169. DIAL command, telephone directory, explicit support for various modems.
  170.  
  171. Transaction file logging.
  172.  
  173. A way to accept default values for omitted trailing fields in commands.
  174.  
  175. A better built-in help facility.
  176.  
  177. Sliding windows transport protocol.
  178.  
  179. File Attribute packets.
  180.  
  181. Pause at end of screen during local TYPE (but this can be accomplished
  182. using Ctrl-S and Ctrl-Q, or use the "RUN MORE < filename" command.
  183.  
  184. A simple way to make Alt = Meta, without many many SET KEY commands.
  185.  
  186. Redefinable keys at Kermit-MS> prompt level (but see below).
  187.  
  188. Piped operation a la UNIX (e.g. compress foo.bar | kermit send) (probably
  189. not possible, since MS-DOS does not support true interprocess communication).
  190.  
  191. A byte-stuffing mechanism during file transfer to get past devices that are not
  192. transparent to all printable ASCII characters.
  193.  
  194. A way to play session logs back through Kermit's terminal emulator directly
  195. from the disk log file.
  196.  
  197. A way of getting periodic file transfer status reports during QUIET display,
  198. like the way C-Kermit responds to Ctrl-A in local mode.
  199.  
  200. Regular file transfer display should show Kbytes per file and per batch.
  201.  
  202.  
  203. ** THE NEXT VERSION:
  204.  
  205. ...will probably have much of the system-independent code, particularly the
  206. Kermit protocol modules and the command parser, replaced by portable C-language
  207. code from C-Kermit, and from CCMD, a new, portable user interface package
  208. written in C, already working on MS-DOS (in conjunction with ANSI.SYS), and
  209. providing many more services than MS-Kermit's current command parser.  The
  210. system-dependent portions of the program (the interrupt-driven i/o, the
  211. keyboard translation, the terminal emulator, etc) will remain coded in
  212. assembler, and the major challenge in converting to C will be to provide an
  213. interface between the C and assembler portions, retaining the current level of
  214. performance.
  215.  
  216. [End of MSKERM.BWR]
  217.