home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / comm / zcme1761.zip / ZCOMM.NEW < prev   
Text File  |  1990-10-11  |  9KB  |  197 lines

  1. Arrow Electronics at 800-932-7769 (516-467-1000) sells National NS16550AN
  2. chips mail order (credit card) in small quantities.  Ask for NS16550AN.
  3. It's important to get the "AN" part, earlier versions won't do.  The
  4. Western Digital chip has problems, so insist on the National chip for now.
  5. Another source is Jameco Electronics at 415-592-8097.
  6.  
  7. In Chapter 25 of the manual, the example on the fFILE connand should read:
  8.     if fspy.kgb if !? echo "Zero Length File"
  9.  
  10. 17.66  Skipped files (sz -n, etc.) are now logged with a ">" code.
  11. This logging is suppressed with the dafault "pv0" (or any negative value).
  12.  
  13. The action of the Backspace key on Online Command Recall has been changed.
  14. The backspace key now erases characters in the recall memory.  This
  15. change allows Backspace to work as expected (delete last character) even
  16. when the actual transmitted character has been changed.  For VAX/VMS users,
  17. this means that "set bs \177" does not cause strange things to happen to
  18. the online Recall.
  19.  
  20. 17.65 Adds the sz -i option.  This option is understood by VMS rz version
  21. 4.05 and later to write a file in "Stream_LF" record format instead of the
  22. default "FIXED 512".  VMS rz writes ASCII files sent with the -a option in
  23. VMS variable length CR carriage control records.  VMS rzsz Version 4 is
  24. available on Compuserve VAXFORUM and the TeleGodzilla upgrade/vms
  25. subdirectory as rzsz.tlb.
  26.  
  27.  
  28. 17.64 Corrects a problem with recurring DISK FULL messages
  29. when multiple files are open. 
  30.  
  31. 17.63 Corrects a problem with the "replace/append/quit" message.
  32.  
  33. 17.61 A new command "tcs" has been added to allow the YAM display to
  34. map ASCII characters to local alternates.  The syntax is: "tcs M N"
  35. where M is the incoming character in the range 1 to 127 and N is the
  36. desired character to display in the range 1 to 255.  Multiple sets
  37. of arguments may be used and multiple tcs commands may be used to
  38. effect the required translations. "tcs 0" resets the translation(s).
  39. "tcs" disables the translations, which can be re enabled with a "tcs M N"
  40. command.
  41.  
  42.  
  43. 17.60 When in host operation, a timeout waiting for flow control
  44. with no carrier detected will now cause YAM to disable flow control.
  45.  
  46. 17.59 The spurious (but harmless) "requesting 7-bit transfer"
  47. message triggered by old ZMODEM versions has been eliminated.
  48.  
  49. 17.58 Subtle enhancements to Compuserve-B+ and ANSI SGR 8 support.
  50.  
  51. 17.57 Multitasking under DESQview has been improved.  Dasher emulation
  52. and certain ANSI SGR colors have been improved.
  53.  
  54. The "@", "*", "r", and "u" numeric parameters will override the
  55. default colors obtained with the corresponding ANSI SGR 1,3,4,6 and 7
  56. escapes if 1024 is added.  By default, these ANSI SGR sequences
  57. operate by swapping foreground/background colors or by modifying
  58. intensity bits.
  59.  
  60. Review "w" and "W" commands no longer close the capture file opened with
  61. the "t file" or "create" commands.  The "dirpx" string parameter and
  62. DIRPX environment variable can be used to control the directory for
  63. cut/paste operations with the "w" and "W" commands.
  64.  
  65. The "initmm" script has been changed to support MobyTurbo on Unix systems.
  66.  
  67. 17.56 The "plog" entries now show the "effective speed" instead of the
  68. interface speed.  (The effective speed defaults to the transmission speed
  69. but may be changed with the "estimate" command.) This allows a more
  70. accurate report when the modem's interface speed is greater than the
  71. DCE/DCE speed.
  72.  
  73. YAM now sends the CANCEL sequence when the "disk full" error is
  74. encountered during a ZMODEM download.
  75.  
  76. The "mm224" script now supports the HST "dual standard" modem when
  77. the MODEM variable is set to HST.  See read.me for details.
  78.  
  79. 17.55 ANSI VT102 "delete character" displays properly under DESQview
  80. (the screen is now updated promptly).  SGR 10/11/12 codes used by
  81. SCO are now recognized.
  82.  
  83. ALT-Q no longer zeros the K numeric parameter (disabled F11/F12).  The
  84. Crash Recovery at -512 bytes problem has been corrected.
  85.  
  86. A bug in the implementation of the rz/sz -rr option has been corrected.
  87. When using the -rr option, both sending and receiving programs should be a
  88. March 8 1990 or later version, otherwise files will be needlessly sent.
  89.  
  90. YAM now defaults to "handshake both" if the clear to send signal is high
  91. when YAM selects the comm port.
  92.  
  93. In the "review w" function, a blank file name now implies the modem.
  94.  
  95. The "aulopts" string parameter has been added as a convenience.  The
  96. "sz" command processes options in "aulopts" before processing command
  97. line options.
  98.  
  99. Arrow Electronics at 800-932-7769 (516-467-1000) sells National NS16550AN
  100. chips mail order (credit card) in small quantities.  Ask for NS16550AN.
  101. It's important to get the "AN" part, earlier versions won't do.  The
  102. Western Digital chip has problems, so insist on the National chip for now.
  103. Another source is Jameco Electronics at 415-592-8097.
  104.  
  105. In Chapter 25 of the manual, the example on the fFILE connand should read:
  106.     if fspy.kgb if !? echo "Zero Length File"
  107.  
  108. 17.66  Skipped files (sz -n, etc.) are now logged with a ">" code.
  109. This logging is suppressed with the dafault "pv0" (or any negative value).
  110.  
  111. The action of the Backspace key on Online Command Recall has been changed.
  112. The backspace key now erases characters in the recall memory.  This
  113. change allows Backspace to work as expected (delete last character) even
  114. when the actual transmitted character has been changed.  For VAX/VMS users,
  115. this means that "set bs \177" does not cause strange things to happen to
  116. the online Recall.
  117.  
  118. 17.65 Adds the sz -i option.  This option is understood by VMS rz version
  119. 4.05 and later to write a file in "Stream_LF" record format instead of the
  120. default "FIXED 512".  VMS rz writes ASCII files sent with the -a option in
  121. VMS variable length CR carriage control records.  VMS rzsz Version 4 is
  122. available on Compuserve VAXFORUM and the TeleGodzilla upgrade/vms
  123. subdirectory as rzsz.tlb.
  124.  
  125.  
  126. 17.64 Corrects a problem with recurring DISK FULL messages
  127. when multiple files are open. 
  128.  
  129. 17.63 Corrects a problem with the "replace/append/quit" message.
  130.  
  131. 17.61 A new command "tcs" has been added to allow the YAM display to
  132. map ASCII characters to local alternates.  The syntax is: "tcs M N"
  133. where M is the incoming character in the range 1 to 127 and N is the
  134. desired character to display in the range 1 to 255.  Multiple sets
  135. of arguments may be used and multiple tcs commands may be used to
  136. effect the required translations. "tcs 0" resets the translation(s).
  137. "tcs" disables the translations, which can be re enabled with a "tcs M N"
  138. command.
  139.  
  140.  
  141. 17.60 When in host operation, a timeout waiting for flow control
  142. with no carrier detected will now cause YAM to disable flow control.
  143.  
  144. 17.59 The spurious (but harmless) "requesting 7-bit transfer"
  145. message triggered by old ZMODEM versions has been eliminated.
  146.  
  147. 17.58 Subtle enhancements to Compuserve-B+ and ANSI SGR 8 support.
  148.  
  149. 17.57 Multitasking under DESQview has been improved.  Dasher emulation
  150. and certain ANSI SGR colors have been improved.
  151.  
  152. The "@", "*", "r", and "u" numeric parameters will override the
  153. default colors obtained with the corresponding ANSI SGR 1,3,4,6 and 7
  154. escapes if 1024 is added.  By default, these ANSI SGR sequences
  155. operate by swapping foreground/background colors or by modifying
  156. intensity bits.
  157.  
  158. Review "w" and "W" commands no longer close the capture file opened with
  159. the "t file" or "create" commands.  The "dirpx" string parameter and
  160. DIRPX environment variable can be used to control the directory for
  161. cut/paste operations with the "w" and "W" commands.
  162.  
  163. The "initmm" script has been changed to support MobyTurbo on Unix systems.
  164.  
  165. 17.56 The "plog" entries now show the "effective speed" instead of the
  166. interface speed.  (The effective speed defaults to the transmission speed
  167. but may be changed with the "estimate" command.) This allows a more
  168. accurate report when the modem's interface speed is greater than the
  169. DCE/DCE speed.
  170.  
  171. YAM now sends the CANCEL sequence when the "disk full" error is
  172. encountered during a ZMODEM download.
  173.  
  174. The "mm224" script now supports the HST "dual standard" modem when
  175. the MODEM variable is set to HST.  See read.me for details.
  176.  
  177. 17.55 ANSI VT102 "delete character" displays properly under DESQview
  178. (the screen is now updated promptly).  SGR 10/11/12 codes used by
  179. SCO are now recognized.
  180.  
  181. ALT-Q no longer zeros the K numeric parameter (disabled F11/F12).  The
  182. Crash Recovery at -512 bytes problem has been corrected.
  183.  
  184. A bug in the implementation of the rz/sz -rr option has been corrected.
  185. When using the -rr option, both sending and receiving programs should be a
  186. March 8 1990 or later version, otherwise files will be needlessly sent.
  187.  
  188. YAM now defaults to "handshake both" if the clear to send signal is high
  189. when YAM selects the comm port.
  190.  
  191. In the "review w" function, a blank file name now implies the modem.
  192.  
  193. The "aulopts" string parameter has been added as a convenience.  The
  194. "sz" command processes options in "aulopts" before processing command
  195. line options.
  196.  
  197.