home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / e / v18.3 < prev    next >
Text File  |  2020-01-01  |  11KB  |  237 lines

  1. Info-Kermit Digest         Thu, 23 Sep 1993        Volume 18 : Number 3
  2.  
  3. Today's Topics:
  4.  
  5.          Announcing PDP-11 RT-11/TSX+ Kermit V03.62-8
  6.               MS-DOS Kermit 3.13 Patches
  7.             New Dialing Scripts for MS-DOS Kermit
  8.            Occasional problem with the STOP command
  9.  
  10.  
  11. Digest submissions may be sent to Info-Kermit@columbia.edu or
  12. KERMIT@CUVMA.BITNET.  Requests for addition to or deletion from the
  13. Info-Kermit subscriber list should be sent to LISTSERV@CUVMA.BITNET or
  14. LISTSERV@CUVMA.CC.COLUMBIA.EDU.  These messages must be of the form:
  15.  
  16.   SUBSCRIBE I$KERMIT <your-personal-name>    (To start a subscription)
  17.   UNSUBSCRIBE I$KERMIT                       (To cancel a subscription)
  18.   REGISTER I$KERMIT <your-personal-name>     (To correct your name)
  19.  
  20. Kermit files may be obtained over networks and by mail order.  On the
  21. Internetwork, use FTP to log in to host KERMIT.COLUMBIA.EDU, a Sun SPARCserver
  22. running UNIX (SunOS 4.1), IP host number 128.59.39.2.  Login as user anonymous
  23. (lower case), supply your email ID as the password, and GET or MGET (MULTIPLE
  24. GET) the desired files.  The file kermit/read.me is a general guide to where
  25. things are.  The Kermit files are in directories kermit/a, kermit/b, kermit/c,
  26. kermit/d, and kermit/e.  Test versions are in kermit/test.  All files in these
  27. directories should be transferred in text (ASCII) mode.  Binaries are in
  28. kermit/bin (use ftp in binary mode).  All files (with the exceptions of some
  29. of the READ.ME files) have lowercase names, and case is significant.
  30.  
  31. You can also get Kermit files over the BITNET/EARN network; to get started
  32. send a message with text HELP to KERMSRV, the Kermit file server, at host
  33. CUVMA.  For detailed instructions, read the file kermit/a/aanetw.hlp
  34. (AANETW.HLP on KERMSRV).  To order by mail, request a complete list of Kermit
  35. versions and an order form from Kermit Distribution, Columbia University
  36. Academic Information Systems, 612 West 115th Street, New York, NY 10025 USA.
  37.  
  38. ----------------------------------------------------------------------
  39.  
  40.  
  41. Date: Mon, 20 Sep 1993 00:34:16 -0400 (EDT)
  42. From: Billy Youdelman <billy@mix.com>
  43. Organization: Digital Equipment Computer Users Society
  44. Subject: Announcing PDP-11 RT-11/TSX+ Kermit V03.62-8
  45. Keywords: PDP-11 Kermit, RT-11 Kermit, TSX-Plus Kermit, Pro/RT Kermit
  46.  
  47. An updated version of Kermit-11 (V03.62-8) for the Digital PDP-11 with the
  48. RT-11 or TSX-Plus operating system, and for Pro-350/380 systems with Pro/RT or
  49. TSX-Plus, is now available.  The new version does not run on the other PDP-11
  50. operating systems such as RSTS/E, RSX, or IAS.
  51.  
  52. Files for this updated version have been renamed KRT*.* to avoid any conflict
  53. with the K11*.* originals.  Some features described below were present in KRT
  54. V03.61 but are listed here as it was not as widely distributed.
  55.  
  56. At minimum, the following files are required:
  57.  
  58.   KRT.DOC     -  Installation and release notes
  59.   KRT.SAV     -  Unmapped executable for FB,SB,SJ,TSX, uses 39kb memory
  60.   KRTTSX.SAV  -  Mapped executable for XB,XM,ZB,ZM,TSX, uses 162kb
  61.   KRTHLP.HLP  -  The HELP text file
  62.   KRT.INI     -  A sample initialization file
  63.  
  64. This program runs under RT-11 from V4 and TSX from V5, although later versions
  65. are required for some conveniences such as mounting disks from within Kermit.
  66. Both .SAV images run under TSX.  On smaller XM systems VBGEXE or VRUN may be
  67. used.  Note these .SAV files are binary and must be transferred accordingly,
  68. or get their .HEX versions and the decoding program source file KRTHEX.MAC,
  69. which also contains instructions for its use.  See KRT.DOC or use HELP INSTALL
  70. FILES from the running program for a list of everything including sources.
  71.  
  72. Additionally, a special minimum version for floppy-disk-based systems named
  73. KRTMIN (V03.62-5) is included; get KRTMIN.DOC for a list of files required.
  74. This is especially handy on systems having no Line Time Clock, as the full-
  75. sized KRT definitely needs one.  KRTMIN was created for getting files from
  76. small systems often found in older image-processing equipment.
  77.  
  78. This release includes significant contributions from several people, has been
  79. extensively tested for several weeks, and is reasonably bug free.  It remains
  80. actively supported as well; use Kermit's BUG command should the need arise.
  81.  
  82. KRT's major additions and modifications include:
  83.  
  84.  o On-line HELP is quite detailed and extremely fast as Kermit now
  85.    contains an internal index to it.  Formatted output of anything
  86.    desired to a file or printer is easily available.
  87.  
  88.  o Program roots are now as small as possible, and plenty of memory
  89.    remains free even under the FB monitor (6kb more than T3.60).
  90.  
  91.  o The maximum packet length is now 1980 bytes.  As distributed the
  92.    unmapped KRT is still 600 bytes, though it may be rebuilt for 1980
  93.    at the expense of becomming a somewhat bigger program.
  94.  
  95.  o A special "KM" (Kermit Modem) communications handler is included
  96.    to support some TSX special functions (like "set speed") under RT-11.
  97.  
  98.  o Fallback to the connected speed is supported for modems that use it.
  99.    This requires use of the CL or KM handler.
  100.  
  101.  o Pre-defined modems now include Telebit T2500, T3000 and Hayes MNP.
  102.    The User_Defined option has been enhanced so it will now accommodate
  103.    virtually any modem.
  104.  
  105.  o A search list of ports and modem types and some related parameters
  106.    may be used under TSX-Plus to automatically select a dialout line
  107.    from a pool also handling incoming calls.
  108.  
  109.  o Dialing in to a call-back modem (that is, answering its return call)
  110.    is supported.
  111.  
  112.  o File creation date, time (TSX only), protection, and exact length in
  113.    bytes attributes are supported.  This now works with C-Kermit and
  114.    MS-DOS Kermit.
  115.  
  116.  o Various items which in the past could only be set from the OS, such
  117.    as TSX's CL handler parameters, device allocation, and such may now
  118.    be done from within Kermit, allowing complete control of the
  119.    operating configuration from within the running program.
  120.  
  121.  o Search paths are provided for the init, help text and take files.
  122.  
  123.  o Extensive work was done on the terminal emulator, which now runs
  124.    under any monitor having timer support, and provides adequate
  125.    performance at today's higher speeds.  Under TSX-Plus all keyboard
  126.    characters except ^S/^Q are passed to the remote, including ^O and
  127.    even line-feed.  This includes the ability to ignore control chars
  128.    that can a problem during file transfers, improving line noise
  129.    immunity.  ^W (TSX window select prefix) and ^B (print window) may
  130.    be set to act locally if desired.
  131.  
  132.  o Under TSX-Plus, Kermit will not type out the lead-in character for
  133.    program controlled terminal options.  This prevents inadvertant
  134.    modification of some parameters which can cause Kermit to fail.
  135.  
  136.  o Arguments may now be passed to Kermit from the command line which
  137.    runs it.
  138.  
  139.  o The SL editor now provides most all the keypad functions of the
  140.    OS itself.  VT-200 (8-bit) support was added as well.
  141.  
  142.  o The 50Hz Line Time Clock rate is now fully supported.
  143.  
  144.  o KRT is linkable for separate I&D space under RT-11 V5.6, and command
  145.    files for that are supplied.
  146.  
  147. [Ed. - Many thanks, Billy -- the PDP-11 lives on!  The new files have been
  148. placed in the kermit/b area on kermit.columbia.edu as krt*.*, and in
  149. KERMSRV@CUVMA as KRT* *.  The binaries are in kermit/bin/krt*.* on
  150. kermit.columbia.edu only.]
  151.  
  152. ------------------------------
  153.  
  154. Date: Thu, 23 Aug 93 12:01:00 EDT
  155. From: Christine M Gianone <cmg@columbia.edu>
  156. Subject: New MS-DOS Kermit 3.13 Patches
  157. Keywords: MS-DOS Kermit 3.13, Patches
  158.  
  159. Many people have reported that MS-DOS Kermit 3.13 fails to enter 132-column
  160. mode under Windows even though version 3.12 and earlier did so correctly.  It
  161. seems that switching video modes while in Windows is a rather risky operation,
  162. particularly when unusual modes or adapters unknown to Windows are involved.
  163. And so this capability was removed for safety's sake.  But now there is a new
  164. patch to version 3.13 that lets you re-enable this capability if, indeed, it
  165. works OK for you -- it is Patch 9 in the new patch file.  To use this patch,
  166. you have to "uncomment" it in the patch file.
  167.  
  168. Patch 10 allows Kermit's TCP/IP implementation to recognize replies from
  169. domain name servers other than the ones that Kermit contacted explicitly.
  170.  
  171. Patch 11 corrects a problem that could sometimes prevent successful file
  172. transfer with HP48 calculators or other Kermit implementations that do not
  173. have long-packet capability.
  174.  
  175. And Patch 12 makes some minor corrections to Kermit's new DG terminal
  176. emulation.
  177.  
  178. Remember, these patches can only be applied to the IBM PC version of MS-DOS
  179. Kermit 3.13, and then only to the executable supplied by Columbia University.
  180.  
  181. The new patch file is available via anonymous ftp from kermit.columbia.edu
  182. as kermit/a/msr313.pch, and from KERMSRV@CUVMA as MSR313 PCH.
  183.  
  184. Thanks to Joe Doupnik for the patches and his continuing support of MS-DOS
  185. Kermit!
  186.  
  187. ------------------------------
  188.  
  189. Date: Thu, 23 Aug 93 12:01:00 EDT
  190. From: Christine M Gianone <cmg@columbia.edu>
  191. Subject: New Dialing Scripts for MS-DOS Kermit
  192. Keywords: MS-DOS Kermit 3.13 Dialing Scripts, Modems
  193. Keywords: AT&T Dataport Modem, Zoom Modem
  194.  
  195. Two new dialing scripts are available for use with MS-DOS Kermit: one for the
  196. AT&T (Paradyne) Dataport 14400 modem, and the other (adapted from our
  197. Practical Peripherals 14400 dialing script by Dr. Phillip M. Feldman at UCSB)
  198. for the Zoom Telephonics 14400 modem.  We encourage readers who have other
  199. types of modems not yet supported to follow Dr. Feldman's example and adapt
  200. one of the current scripts and send it in.  The new script files are:
  201.  
  202. Internet anonymous ftp     EARN/BITNET
  203. kermit.columbia.edu        KERMSRV@CUVMA    Description
  204.   kermit/a/msmdatap.scr     MSMDATAP SCR     For the AT&T Dataport
  205.   kermit/a/msmzoom.scr      MSMZOOM SCR      For the Zoom
  206.  
  207. When storing these files on your PC, you would normally remove the "msm"
  208. prefix from the file name, so you can (more easily) "define _modem zoom",
  209. etc.
  210.  
  211. ------------------------------
  212.  
  213. Date: Mon, 20 Sep 1993 15:23:00 EDT
  214. From: "John F. Chandler" <JCHBN%CUVMB.BITNET@CUVMB.CC.COLUMBIA.EDU>
  215. Subject: Occasional problem with the STOP command
  216.  
  217. Kermit-370 has a pseudo command STOP, which is used to exit gracefully
  218. from Kermit protocol mode when things aren't going right.  It is
  219. designed to work in all environments, even real 3270 terminals that
  220. have no business being used for Kermit, but it is rather strict in
  221. interpreting the command, lest the occurrence of the word "stop" in
  222. a data packet cause an untimely interruption of a transfer.
  223.  
  224. When issuing the STOP command to get out of Kermit protocol mode, it may
  225. be necessary to hit the CLEAR EOL (not the CLEAR) key so that Kermit-370
  226. will recognize the command.  In general, if the word "stop" is echoed to
  227. the screen as you type it, and if there is already stuff on that same
  228. line, that previous stuff will be sent to the host when you hit ENTER.
  229. To prevent that, you must clear it without causing an interrupt, i.e.,
  230. without using the CLEAR key.
  231.                                        John
  232.  
  233. ------------------------------
  234.  
  235. End of Info-Kermit Digest
  236. *************************
  237.