home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / e / mail.89a < prev    next >
Text File  |  2020-01-01  |  208KB  |  4,453 lines

  1.  6-Jan-89 17:35:54-GMT,25375;000000000001
  2. Received: by cunixc.cc.columbia.edu (5.54/5.10) id AA01146; Fri, 6 Jan 89 12:16:38 EST
  3. Date: Fri, 6 Jan 1989 12:16:37 EST
  4. From: Christine M Gianone <cmg@cunixc.cc.columbia.edu>
  5. To: Info-Kermit
  6. Subject: Info-Kermit Digest V9 #1
  7. Reply-To: Info-Kermit@cunixc.cc.columbia.edu
  8. Queries-To: Info-Kermit-Request@CUNIXC.CC.COLUMBIA.EDU
  9. Message-Id: <CMM.0.88.600110197.cmg@cunixc.cc.columbia.edu>
  10.  
  11. Info-Kermit Digest         Fri, 6 Jan 1989       Volume 9 : Number 1
  12.  
  13. Today's Topics:
  14.  
  15.             Announcing MS-DOS Kermit 2.32
  16.               New German MS-DOS Kermit Help File
  17.            MS-Kermit and EIA flow control (RTS/CTS)
  18.        MS-Kermit and the Public Domain MNP software emulation package.
  19.              MS-Kermit and the Hyperion?
  20.               Kermit Parity Negotiation?
  21.               Kermit with Telebit Modem Support?
  22.      VT100 setting file for MacKermit and the IBM 7171 protocol converter
  23.            Some Responses to V8 #11 and Kermit-370
  24.            Bug in Kermit-80 for Northstar Advantage
  25.  
  26. Send digest submissions to Info-Kermit@CUNIXC.CC.COLUMBIA.EDU, requests for
  27. addition to or deletion from the Info-Kermit subscriber list to
  28. Info-Kermit-Request@CUNIXC.CC.COLUMBIA.EDU.
  29.  
  30. Kermit files may be obtained over networks and by mail order.  On the
  31. Internetwork, use FTP to log in to host CUNIXC, CUNIXC.CC.COLUMBIA.EDU, a
  32. VAX 8700 running UNIX (Ultrix).  The IP host number is 128.59.40.130.  You
  33. should be able to to FTP to CUNIXC, login as user ANONYMOUS (any password) 
  34. and GET the desired files.  The Kermit files are in directories kermit/a, 
  35. kermit/b, kermit/c, kermit/d, and kermit/e.  You can also get Kermit files 
  36. over BITNET/EARN; to get started send a message with text HELP to KERMSRV,
  37. the Kermit file server, at host CUVMA.  For detailed instructions, read the
  38. file k1/aanetw.hlp (AANETW HLP on KERMSRV).  To order by mail, request a
  39. complete list of Kermit versions and an order form from Kermit Distribution, 
  40. Columbia University Center for Computing Activities, 612 West 115th Street, 
  41. New York, NY 10025 USA.
  42.  
  43. ----------------------------------------------------------------------
  44.  
  45. Date: Wed Dec 21 13:14:20 1988 EST
  46. From: Christine Gianone <cmg@cunixc.cc.columbia.edu>
  47. Subject: Announcing MS-DOS Kermit 2.32
  48. Keywords: MS-DOS Kermit 2.32, IBM PC, DEC Rainbow, HP-150
  49. Keywords: Grid Compass II, Victor 9000, Hebrew, Arabic
  50.  
  51. This is to announce version 2.32 of MS-DOS Kermit for the IBM PC and PS/2
  52. families and compatibles, the DEC Rainbow, the HP-150 and 110, the Grid
  53. Compass II, the Victor 9000, and for "generic DOS".  This release replaces
  54. version 2.31 of July 1988.  The majority of the work was done by Professor
  55. Joe R. Doupnik of Utah State University, who also prepared the 2.29, 2.30,
  56. and 2.31 releases.
  57.  
  58. Like previous releases, version 2.32 includes an advanced and efficient
  59. implementation of the Kermit file transfer protocol, emulation of the VT102,
  60. VT52, and Heath 19 terminals, as well as the Tektronix 4010/4014 graphics
  61. terminals, a script programming language, and a wide variety of options,
  62. settings, and other features.
  63.  
  64. New to version 2.32 are many bug fixes and internal improvements, and one
  65. major new feature -- support, during CONNECT mode, for languages like Hebrew
  66. and Arabic in which characters are displayed from right to left, plus
  67. mechanisms to facilitate switching between character sets (and their
  68. associated directions).  These new language features were adapted from work
  69. done by Baruch Cochavy, IIT, Haifa, Israel, whose test version of "Hebrew
  70. Kermit" was announced in Info-Kermit V8 #9.  The enhanced language support is
  71. available through the new command SET TERMINAL DIRECTION, plus a new
  72. ALTERNATE-ROM option for the SET TERMINAL CHARACTER-SET command, plus the
  73. association of special predefined macro names with new private escape
  74. sequences.
  75.  
  76. Other improvements include:
  77.  - A new ASK command, prompts user to input data to a variable.
  78.  - A new IF [NOT] EQUAL command compares string variables (use with ASK).
  79.  - A new ASSIGN commands copies one variable to another.
  80.  - Screens cleared by ESC [ 2 J are now saved in the rollback buffer.
  81.  - Removal of Timeout and Hangup screen messages during script/macro execution.
  82.  - A way to pass multi-word strings as single arguments to a macro.
  83.  - A way to disable server timeout NAKs (while server waits to answer a call).
  84.  - REMOTE LOGIN command (for use with Kermit servers that support it).
  85.  - Miscellaneous improvements in the file transfer display.
  86.  - Better color support during CONNECT.
  87.  
  88. Among the major bugs that were fixed are:
  89.  - Problems with GOTOs and labels in script programs.
  90.  - Ungermann-Bass Net/1 support.
  91.  - Loss of data when receiving files to a printer.
  92.  - Crashes resulting from overflow of script or macro buffers.
  93.  - Crashes resulting from stray interrupts.
  94.  - Victor 9000 now can do Tektronix graphics again.
  95.  - More COM1/COM2 confusion cleared up (e.g. for PCjr).
  96.  - Filesize and disk space computation with file attribute packets.
  97.  - SET SEND TIMEOUT interference with file encoding and decoding.
  98.  - Program should now be assemblable by MASM 5.1 as well as 5.0 and 4.0.
  99.  
  100. The changes since version 2.31 are described fully in the file MSR232.UPD.
  101. The user manual, MSKERM.DOC (.MSS, .PS) has been revised to reflect the new
  102. features.
  103.  
  104. This new release is available in both source and binary form.  It may be
  105. ordered on diskette or magnetic tape from Columbia, and it may be obtained via
  106. network file transfer over the Internet or BITNET/EARN.  On the Internet, use
  107. FTP (user anonymous) to host CUNIXC.CC.COLUMBIA.EDU [128.59.40.130], CWD (or
  108. CD) to the directory kermit/a.  On BITNET/EARN, send an interactive or e-mail
  109. message to KERMSRV@CUVMA (the BITNET Kermit file server), containing the text
  110. HELP, to get started.
  111.  
  112. The executable files are stored in a special printable format, called "BOO
  113. files", suitable for BITNET file transfer, electronic mail, etc.  These are
  114. decoded back into .EXE files using any of the MSBPCT "BOO-file decoder"
  115. programs.  The documentation is available online in plain ASCII text format,
  116. in Scribe text formatter source format, and in Postscript format.  Following
  117. is a synopsis of the files.  The KERMSRV name is the same as the CUNIXC name,
  118. except the CUNIXC name is lowercase with a period between the filename and
  119. filetype, wherease the KERMSRV name is uppercase with a space separating the
  120. filename and filetype, e.g. msaaaa.hlp on CUNIXC is MSAAAA HLP on CUVMA.
  121.  
  122.  CUNIXC Name   Size        Description
  123.  
  124.  msaaaa.hlp      7K        Explanation of file naming conventions
  125.  msbaaa.hlp      4K        Explanation of bootstrapping procedure
  126.  msb*.*        174K total  BOO-file encoding/decoding programs, many languages
  127.  msvibm.boo    115K        IBM PC Kermit, BOO-encoded executable
  128.  msvrb1.boo     83K        DEC Rainbow Kermit BOO file
  129.  msvgen.boo     78K        Generic MS-DOS Kermit BOO file
  130.  msvhp1.boo     77K        HP-150 (untested)
  131.  msvgri.boo     78K        Grid Compass II (untested)
  132.  mskerm.doc    333K        MS-DOS 2.32 Kermit manual, plain ASCII text
  133.  mskerm.ps     489K        MS-DOS 2.32 Kermit manual, for Postscript printers
  134.  mskerm.mss    323K        Scribe text formatter source for manual
  135.  mskerm.hlp     16K        A summary of MS-Kermit commands
  136.  mskerm.bwr     14K        List of known restrictions, bugs, etc.
  137.  mss*.*        776K total  System-independent MASM Source files (12 files)
  138.  msg*.*        128K        System-dependent source (Tektronix graphics)
  139.  msu*.*      70-85K each   Sys-depn source (keyboard support, all systems)
  140.  msx*.*     25-174K each   Sys-depn source (port i/o, etc, all systems)
  141.  msy*.*     22-124K each   Sys-depn source (terminal emulation, IBM only)
  142.  msz*.*     66-189K each   Sys-depn source (term emul, cont'd, IBM only)
  143.  msv*.mak        2K each   Microsoft MAKE files for each version
  144.  msv*.bat        2K each   Batch files to build each version
  145.  msv*.lnk        1K each   LINK command files for each version
  146.  
  147. The utility program MSUCHK.C (and .BOO), contributed by Phil Benchoff, allows
  148. convenient determination of MS-Kermit's keyboard codes on the IBM PC
  149. family.  And the files MSIXSE.* are the XSEND program, contributed by Mark
  150. Zinzow, for constructing MS-Kermit command files that send entire directory
  151. trees from one DOS system to another.
  152.  
  153. For the benefit of those who are still running version 2.29 and haven't
  154. converted to later versions because the SET KEY syntax changed so drastically,
  155. there is also a new file, MSVIBM.KEY, which lists the old (2.29) and new (2.30
  156. and later) IBM keyboard scan codes.
  157.  
  158. Be sure to read the MSKERM.BWR file before trying to use the new version, or
  159. reporting any problems with it.
  160.  
  161. Here are the minimum files needed for the new release ("xxx" stands for the
  162. specific version, IBM, RB1, HP1, HPX, V90, GEN, etc):
  163.  
  164. 1. For everybody: The documentation -- MSKERM.DOC, MSKERM.HLP, MSKERM.BWR,
  165.    MSR232.UPD.
  166.  
  167. 2. The new Kermit program itself: MSVxxx.BOO (where xxx denotes the particular
  168.    MS-DOS system: IBM, RB1, HP1, etc).
  169.  
  170. 3. If you don't have an MSBPCT "BOO-file decoder", also get at least MSBPCT.BAS
  171.    (the slow BASIC version) and MSBPCT.BOO (an .EXE version from C, which
  172.    you can decode with MSBPCT.BAS).  Use MSBPCT.EXE to decode MSVxxx.BOO.
  173.  
  174. 4. For those who want to make modifications to the sources:
  175.    MSS*.*, MSGxxx.* (if any), MSXxxx.*, MSYxxx.* (if any), MSZxxx.* (if any),
  176.    MSVxxx.MAK (or .BAT if you don't have MAKE), and MSVxxx.LNK.
  177.  
  178. The systems for which we don't yet have the new version ready are still in
  179. the Kermit distribution as before, under the MSV, MSX, and MSY prefixes.  These
  180. will be replaced if and when new ones appear.
  181.  
  182. The IBM PC, DEC Rainbow, and HP-150 versions may also be ordered on diskette
  183. from Columbia, along with typeset, printed copies of the manual.  The IBM
  184. version is available on 5.25-inch 360K DS DD diskettes, and on 3.5-inch 720K DS
  185. diskettes for the PS/2 family.  The Rainbow version is on RX50.  The HP-150
  186. version is on 3.5" diskette.
  187.  
  188. FINAL WORDS:
  189.  
  190. Like any Kermit program, MS-DOS Kermit is for everyone to use and share.
  191. There is no software license, and the program and documentation may be
  192. reproduced and redistributed without restriction, so long as this is not done
  193. for profit.  Please take or order the files you need.  If you're getting files
  194. over a network, please be judicious -- don't ask for MS*.*, or the networks
  195. will be choked for months!  Once you get a working copy at your site, share it
  196. with others, rather than having them make further network requests.
  197.  
  198. Send complaints, bug reports, suggestions, comments, or even praise (where
  199. it's deserved) to Info-Kermit@CUNIXC (.CC.COLUMBIA.EDU).  And thanks once
  200. again on behalf of the world's thousands or millions of MS-DOS Kermit users to
  201. Joe Doupnik for his skill, generosity, and patience.  And thanks also to the
  202. beta testers.
  203.  
  204. ------------------------------
  205.  
  206. Date: Fri, 23 Dec 88 17:01:16 SET
  207. From: RECK@DBNUAMA1.BITNET
  208. Subject: New German MS-DOS Kermit Help File
  209. Keywords: MS-DOS Kermit 2.32, German
  210.  
  211. Enclosed is the updated German version of the MS-Kermit help file.
  212.  
  213. Here are a few notes on seeming glitches in the help file; none of them
  214. serious, of course:
  215.  
  216. Section top-level commands:
  217. CLOSE:   option "ALL" is missing
  218.  
  219. Section remote commands:
  220. REMOTE LOGIN is missing
  221. REMOTE SEND should really be REMOTE MESSAGE, I presume
  222. Commands honoured by MS-Kermit server:
  223. I cannot check this, since I don't have a suitable connection to a PC;
  224. but I guess MS-Kermit will honour a HELP command?
  225.  
  226. Section SEND/RECEIVE parameters:
  227. There is no SET SEND DELAY command - the appropriate command is just SET
  228. DELAY.
  229. TIMEOUT : time given is in *seconds*
  230.  
  231. Section SHOW commands:
  232. TRANSLATION does not accept "INPUT" as a subcommand. TRANSLATION by
  233. itself suffices.
  234.  
  235. Pretty minor stuff...
  236.  
  237. \Gisbert
  238.  
  239. [Ed. - Thanks, Gisbert, all corrections valid, and all are now in the new
  240. (English) MSKERM.HLP.  The German version is in MSKGER.HLP.]
  241.  
  242. ------------------------------
  243.  
  244. Date: Wed, 23 Nov 88 14:17:13 EST
  245. From: John C Klensin <KLENSIN@INFOODS.MIT.EDU>
  246. Subject: MS-Kermit and EIA flow control (RTS/CTS)
  247. Keywords: MS-DOS Kermit 2.31
  248.  
  249. Our otherwise-several-times-qualified new ISDN phone system seems to strongly
  250. prefer RTS/CTS to XON/XOFF, especially at higher speeds.  I looked at the
  251. possibility of adding this to MSKERMIT many years ago (before you got actively
  252. involved) and decided I was not motivated enough.  I'm now feeling motivated,
  253. since AT&T claims significantly higher data throughput when hardware flow
  254. control is used.
  255.  
  256. On the other hand, I don't want to do anything that would foul up or delay
  257. the brilliant job you are doing, or whatever release schedule you have.  So:
  258. should I pick up the sources for 2.31A from somewhere and go to work on them?
  259. Or should I do this against the "released" 2.31 sources, or should I wait
  260. until after 2.31A becomes "official"?
  261.  
  262. While I haven't looked at the code in 2-3 years, I assume that this type of
  263. enhancement should impact only a single module, plus or minus the table(s)
  264. that know what all of the options are.  If you can point me to the right
  265. place, it would save a bit of time and be appreciated.
  266.  
  267.      Thanks,  John Klensin,  MIT
  268.  
  269. [From jrd - The place to look for hardware vs software flow control in all in
  270. one file: msxibm.asm. We have just canned version 2.32 (nee 2.31/A) and
  271. Columbia is sorting through the mountain of files I sent to them.
  272.  
  273. Hardware flow control is slightly more messy because we need to probe the
  274. hardware for a signal level and to select sending a character vs wiggling a
  275. wire. It would be interlocked with the real UART port, as contrasted with the
  276. zillions of other port options now present (Bios and networks). It is do-able
  277. fairly easily and cleanly. Have a go, with my blessing.]
  278.  
  279. Thanks.  I'll wait until the 2.32 sources appear, then go at it.  Your comment
  280. about the messy-ness parallels a note that I sent to the local AT&T folks
  281. yesterday: my experience with EIA flow control is that it works very well when
  282. one has a controller organized s.t. one can get interrupts when the state of
  283. the lines change.  When, as with the IBM PC UART, about the only thing one can
  284. do is poll them, one is basically using EIA control to simulate Xon/Xoff
  285. logic, with no real gain in performance and at a higher nusiance level.  But,
  286. who am I to argue with the hardware folks....
  287.  
  288. On the tab stuff, I think that something like 1:8, or some other way of saying
  289. "start with 1, increment by 8 until you get to the end" would be a lovely way
  290. to spell "default", as well as solving many other problems (there are a few
  291. word processing packages that could use similar suggestions).
  292.  
  293. [jrd: Yes, I understand. The tabs set by the host can be overridden by a
  294. terminal reset, \Kreset, while in Connect mode. This is much like a real VT102
  295. where the "setup" values are restored by a reset. When we set tabs at the
  296. Kermit prompt level that is essentially the "setup" state for the emulator. A
  297. default condition could be added to the SET TERMINAL command, where default
  298. means every 8; actually I'd like an implied repeat count on the tabs 1:8 start
  299. in col 1, repeat by skipping 8 columns, or something like that.]
  300.  
  301. Thanks again.  
  302.    john
  303.  
  304. ------------------------------
  305.  
  306. Date: Sat, 17 Dec 88 23:43:06 +0200
  307. From: Ze'ev "Steed" Shtadler <steed%TECHUNIX.BITNET@cuvmb.cc.columbia.edu>
  308. Subject: MS-Kermit and the Public Domain MNP software emulation package.
  309. Keywords: MS-DOS Kermit, MNP Emulation Software
  310.  
  311. Looking in the SIMTEL-20 archives I found a software package that can make any
  312. asynchronous modem an MNP Class-2 error-free modem.  This package is written
  313. in Microsoft C and Assembler.  The telephone lines around here are noisy, and
  314. it is very difficult to use Kermit as a terminal emulator (and I don't put the
  315. blame on Kermit :-).  The modem on the other end of the line is an MNP modem,
  316. but I couldn't use its error free option since I can only afford a regular
  317. modem.  By putting the MNP emulation into Kermit I can have an error free
  318. terminal too.
  319.  
  320. Did anyone try to combine Kermit with this package?  How complicated is
  321. changing the serial I/O routines?
  322.  
  323.                                         Ze'ev.
  324.  
  325.                    ARPANET: steed%techunix.bitnet@cunyvm.cuny.edu
  326.                    UUCP: ...!psuvax1!techunix.bitnet!steed
  327.                    BITNET: steed@techunix
  328.                    Domain: steed@techunix.technion.ac.il
  329.                    CSNET: steed%techunix.bitnet@csnet-relay.csnet
  330.  
  331. [Ed. - This would probably be a BIG job, and would tax Kermit's terminal
  332. emulator, which already does about 100 things with each character (see the
  333. new diagram in the MS-DOS Kermit 2.32 User Guide).  However, you could
  334. conceivably use this program "under" Kermit, in conjunction with an ANSI.SYS
  335. or NANSI.SYS or similar console driver, and then pop back up to Kermit when
  336. you need to transfer files.]
  337.  
  338. ------------------------------
  339.  
  340. Date: Thu, 15 Dec 1988 15:52 EDT
  341. From: Mark Bramwell   519 661-3714 <MBramwel@business.uwo.ca>
  342. Subject: MS-Kermit and the Hyperion?
  343. Keywords: Hyperion, MS-DOS Kermit
  344.  
  345. I have recently picked up a Hyperion portable computer.  This is a MS-DOS
  346. machine whose day has come and gone.  It has 256k, built-in monitor, serial,
  347. parallel, and 2 360k floppy drives.  The unit boots ok with PC-DOS 3.1 and
  348. PC-DOS 4.0
  349.  
  350. The serial port is not exactly IBM compatible.  If I put a break-out on
  351. the serial port and type in the command   DIR > COM1:
  352. I can see data coming from the port.  However, kermit says COM1: NOT
  353. AVAILABLE.
  354.  
  355. Question:  Is there ANY version of kermit that will run on the hyperion?
  356.            Does anyone know the IRQ and BASE address of this box so I
  357.            can try patching a comm package?
  358.  
  359. There were two versions of the hyperion, and I have one of each.  Slight
  360. BIOS change between the two.
  361.  
  362. [Ed. - Several things to try: (1) Use Generic DOS Kermit, rather than the
  363. IBM PC version; (2) Use the IBM PC version, but try giving the command
  364. "SET PORT 2", or if that doesn't work, "SET PORT BIOS1" or "SET PORT BIOS2";
  365. (3) get the latest source code and add Hyperion support to it.]
  366.  
  367. ------------------------------
  368.  
  369. Date: Mon, 28 Nov 88 10:56 MDT
  370. From: Pete Klammer 303/556-3915 <PKLAMMER%CUDNVR@vaxf.colorado.edu>
  371. Subject: Kermit Parity Negotiation?
  372. Keywords: Kermit Protocol, Parity
  373.  
  374. Just about the last frontier of KERMIT user friendliness is parity.  Would it
  375. be possible for KERMIT to automatically sense or set or negotiate parity?
  376. Getting parity right is the "final frustration".
  377.  
  378. We have MS-KERMIT v2.31, VMS KERMIT-32 v3.3.111, PRIME KERMIT v1.04.1,
  379. C-KERMIT on various UNIXen, etc.  Our "least-common-denominator" parity
  380. setting recommendation is 7-BIT EVEN.  But when we log into VMS, it is through
  381. a DECserver-500 ethernetted to the VAX, and the parity is effectively
  382. concealed from VMS: SET TERM and SHOW TERM will not budge VMS's stubborn
  383. notion that our terminal parity is NONE.  So when we crank up VMS KERMIT into
  384. SERVER mode, it is thinking PARITY NONE, while our PC KERMIT is still thinking
  385. PARITY EVEN.  Any GET, SEND, or REMOTE commands now retry fruitlessly.
  386. Couldn't the guy in PARITY NONE mode step down into EVEN or ODD for a couple
  387. of retries?
  388.  
  389.  * --poko       Pete Klammer, Systems Programmer, (303)556-3915
  390.  *              CU-Denver Computing Services / Campus Box 169
  391.  *              1200 Larimer St NC2506 / Denver CO 80204-5300
  392.  *              BITNET%"PKLAMMER@CUDENVER"
  393.  *              INTERNET%"PKLAMMER%CUDNVR@VAXF.COLORADO.EDU"
  394.  
  395. [Ed. - Agreed.  As you noted, the system that is running the Kermit
  396. program cannot necessarily be aware of what parity is being used, even by
  397. itself.  Thus, negotiation wouldn't necessarily work.  But a heuristic can be
  398. used instead -- anyone who wants to is welcome to try it.  The leading control
  399. fields of the packet (MARK, LEN, SEQ, and TYPE) are always 7-bit characters.
  400. Thus the receiver of a packet can deduce that parity is in use if any of these
  401. characters have their 8th bit set.  In fact, by finding any two characters in
  402. this set that would have opposite parity sense, you could even determine which
  403. kind of parity (even, odd, or mark) is being used.  The only pitfall here is
  404. distinguishing "space" parity from no parity.  This trick also assumes,
  405. possibly incorrectly, that a system wants you to send it the same kind of
  406. parity that it is sending to you.]
  407.  
  408. ------------------------------
  409.  
  410. Date: 16 Dec 88 08:51:06 GMT
  411. From: versatc!tran@sun.com (Tony Tran)
  412. Subject: Kermit with Telebit Modem Support?
  413. Keywords: Telebit, Modems
  414.  
  415. Does anybody have a version of kermit which supports the Telebit Trailblazer
  416. modem at 19.2kb ? Ours only supports up to 9.6kb.
  417.  
  418. I would appreciate any hint or sources sent to my following e-mail address.
  419.  
  420.   Tony Tran
  421.   Versatec, Inc.
  422.   Santa Clara, Calif.
  423.   {sun|ames|pyramid|ubvax}!versatc!tran
  424.  
  425. [Ed. - All versions of Kermit already work OK with the Telebit.  But 
  426. Unix Kermit only lets you give SET SPEED commands up to 9600, whereas the
  427. Telebit can run at 19,200.  The trick is just to add the (nonstandard) symbols
  428. for 19,200 baud to the C-Kermit source and recompile, e.g. as outlined by
  429. asg@space.mit.edu (Sergei A. Gourevitch), whose message on the subject has
  430. been added to the ckuker.bwr file.  The Telebit modem, by the way, actually
  431. executes the Kermit protocol between the modem and the computer, and its own
  432. "PEP" protocol between the modems.  Thus the Kermit you run (say) on your PC
  433. is actually trading packets with the Kermit in the modem, not the Kermit on
  434. the other end of the connection.]
  435.  
  436. ------------------------------
  437.  
  438. Date: Fri, 16 Dec 88 00:48:48 IST
  439. From: "Jonathan B. Owen" <GDAU100%BGUVM.BITNET@cuvmb.cc.columbia.edu>
  440. Subject: VT100 setting file for MacKermit and the IBM 7171 protocol converter
  441. Keywords: MacKermit 0.9(40)
  442.  
  443. This file is a Kermit 0.9(40) document containing key definitions
  444. for emulating a VT100 terminal to be used with a 7171 IBM protocol
  445. converter.  Note that this is for use with an extended keyboard only.
  446.  
  447. The keys defined are as follows:
  448.  
  449.     F1 thru F12    --    Use to access IBM Function keys
  450.     Clear key      --    Clear Screen
  451.     Arrow keys     --    Moves cursor around screen
  452.     Help/ins       --    Toggle Insert/Overstrike Mode
  453.     Home           --    Moves to first field in Panel
  454.     Page Up/Down   --    Same as pressing F7/F8 respectivly
  455.     End            --    Sends <CR> BOTTOM <CR> (useful in XEDIT)
  456.     Del            --    Delete Char. under cursor
  457.     F13            --    Toggles between CP and VM modes
  458.     F14            --    Same as Clear Key (See above)
  459.  
  460. Also, definitions useful for modem users:
  461.  
  462.     <Option><ESC>  --    Sends +++ to the modem (Hayes escape sequence)
  463.     <Option> h     --    Sends "at h" for hanging up line
  464.  
  465.                             Hope this helps out...
  466.  
  467.   (--)    /--)     /-(\                 Email: gdau100@bguvm (bitnet)
  468.   \ /    /--K      | \|/\   /\/) /|-\   Snail: 55 Hovevei Zion
  469.   _/_/o /L__)_/o \/\__/  \X/  \_/ | |_/        Tel-Aviv, 63346  ISRAEL
  470.  (/        Jonathan B. Owen             Voice: (03) 281-422
  471.  
  472. [Ed. - Thanks!  Your settings file has been added to kermit/b/ckmker.set,
  473. which is a collection of settings files for MacKermit 0.9.]
  474.  
  475. ------------------------------
  476.  
  477. Date: Fri, 16 Dec 88  01:22:11 EST
  478. From: "Roger Fajman" <RAF%NIHCU.BITNET@cuvmb.cc.columbia.edu>
  479. Subject: Some Responses to V8 #11 and Kermit-370
  480. Keywords: Kermit-370
  481.  
  482. > J M Hicks asked A Question about the Kermit Protocol:
  483. >
  484. > > I was under the impression that characters between packets should be
  485. > > completely ignored.
  486. > >
  487. > > What ought Kermit to do?  If such characters between packets appear often,
  488. > > one end can give up due to all the bad packets it thinks it has received.
  489. >
  490. > While the editor pointed out (correctly) that Kermits *should* ignore
  491. > characters between packets, half-duplex systems (such as IBM mainframes)
  492. > receive RECORDS, rather than PACKETS.  In such circumstances, an extra CR is
  493. > evidence of a lost or garbled packet, and, considering that some IBM 
  494. > mainframe
  495. > Kermit applications are unable to time out, it is clearly risky to ignore a
  496. > bare CR.
  497. >                                    John
  498.  
  499. It's also risky not to ignore bare CRs.  Some systems, such as IBM TSO/TCAM,
  500. echo a CR/LF when they receive a CR.  If the Kermit on the other end insists
  501. on treating that CR as the end of a packet, you'll never get a file transfer
  502. going without changing the EOL character.  We experienced this exact problem
  503. with older releases of C Kermit talking to NIH TSO Kermit.  It took quite a
  504. while to figure out what was happenning.
  505.  
  506. ------------------------------
  507.  
  508. Date: Mon, 14 Nov 1988  21:08 MST
  509. From: Keith Petersen <W8SDZ@wsmr-simtel20.army.mil>
  510. Subject: Bug in Kermit-80 for Northstar Advantage
  511. Keywords: Kermit-80, Northstar Advantage, CP/M-80 Kermit
  512.  
  513. Relayed from GEnie:
  514.  
  515. Item    1411308                 88/11/13        15:35
  516. From:   J.LABUTE                        John P. Labute
  517. To:     W8SDZ                           Keith Petersen, CP/M SysOp
  518. Sub:    Kermit-80
  519.  
  520. There seems to be a bug in the version of Kermit-80 for the Northstar
  521. Advantage (CP409ADV.COM).  This version echos back to the remote anything
  522. that it receives, even with the local echo off (as I verified with my
  523. laptop).  I have tried two versions for my APPLE II with success.  Can
  524. you help me or put me in contact with somebody who can.  Thanks.
  525.  
  526. [Ed. - Anybody???]
  527.  
  528. ------------------------------
  529.  
  530. End of Info-Kermit Digest
  531. *************************
  532.  
  533. 20-Jan-89 19:13:51-GMT,19540;000000000001
  534. Received: by cunixc.cc.columbia.edu (5.54/5.10) id AA00105; Fri, 20 Jan 89 13:51:36 EST
  535. Date: Fri, 20 Jan 1989 13:51:34 EST
  536. From: Frank da Cruz <fdc@cunixc.cc.columbia.edu>
  537. To: Info-Kermit
  538. Subject: Info-Kermit Digest V9 #2
  539. Reply-To: Info-Kermit@cunixc.cc.columbia.edu
  540. Queries-To: Info-Kermit-Request@CUNIXC.CC.COLUMBIA.EDU
  541. Message-Id: <CMM.0.88.601325494.fdc@cunixc.cc.columbia.edu>
  542.  
  543. Info-Kermit Digest         Fri, 20 Jan 1989        Volume 9 : Number 2
  544.  
  545. Departments:
  546.  
  547.   ANNOUNCEMENTS -
  548.         New Release of C-Kermit Available for Testing (UNIX only)
  549.         Announcing Apple II Kermit Version 3.85
  550.         Announcing a New MS-DOS Kermit 2.32 for the GRiD Compass II
  551.         Announcing Commodore 64/128 Kermit Version 2.2
  552.  
  553.   MS-DOS KERMIT -
  554.         Printing MS-DOS Kermit EGA Graphics Screens
  555.         Kermit Support of Novell Asynchronous Server Interface?
  556.         MS-Kermit 2.32 Filesize Computation
  557.         MS-Kermit Disk Space Calculation
  558.         MS-Kermit 32MB File Transfer Limitation
  559.         Problem with Kermit on a Packard Bell AT clone
  560.         Nice New MS-Kermit 2.32 Features
  561.  
  562. Send digest submissions to Info-Kermit@CUNIXC.CC.COLUMBIA.EDU, requests for
  563. addition to or deletion from the Info-Kermit subscriber list to
  564. Info-Kermit-Request@CUNIXC.CC.COLUMBIA.EDU or to I-KERMIT@CUVMA.BITNET.
  565.  
  566. Kermit files may be obtained over networks and by mail order.  On the
  567. Internetwork, use FTP to log in to host CUNIXC, CUNIXC.CC.COLUMBIA.EDU, a
  568. VAX 8700 running UNIX (Ultrix).  The IP host number is 128.59.40.130.  Login
  569. as user ANONYMOUS (any password) and GET the desired files.  The Kermit
  570. files are in directories kermit/a, kermit/b, kermit/c, kermit/d, and
  571. kermit/e.  You can also get Kermit files over BITNET/EARN; to get started
  572. send a message with text HELP to KERMSRV, the Kermit file server, at host
  573. CUVMA.  For detailed instructions, read the file k1/aanetw.hlp (AANETW HLP
  574. on KERMSRV).  To order by mail, request a complete list of Kermit versions
  575. and an order form from Kermit Distribution, Columbia University Center for
  576. Computing Activities, 612 West 115th Street, New York, NY 10025 USA.
  577.  
  578. ----------------------------------------------------------------------
  579.  
  580. Date: Mon, 16 Jan 1989 23:25:08 EST
  581. From: Frank da Cruz <fdc@cunixc.cc.columbia.edu>
  582. Subject: New Release of C-Kermit Available for Testing (UNIX only)
  583. Keywords: C-Kermit, ATT7300, UNIX Kermit, UNIX PC
  584. Keywords: SUNOS 4.x, Ultrix, VAX/Ultrix
  585.  
  586. This is to announce a test release of C-Kermit, 4E(071).  No major changes in
  587. functionality, but some significant bug fixes and possibly performance
  588. improvements.  A quick list:
  589.  
  590.  - Fix bug that sometimes caused files to be corrupted, or the file 
  591.    transfer to fail, when long packets were being used and the final packet
  592.    was 93-95 characters long.
  593.  
  594.  - Fix bug in long packet negotiation.
  595.  
  596.  - Fix 8th-bit prefixing negotiation to prevent misunderstandings on second
  597.    and subsequent SEND commands when parity is in use, which could sometimes
  598.    result in corrupted files.
  599.  
  600.  - Recover from a subtle protocol deadlock that can occur when you GET a file
  601.    over a noisy, long-distance connection.
  602.  
  603.  - Improve efficiency of CRC calculation.
  604.  
  605.  - In command parser, treat tab as completion character (ESC), rather than
  606.    synonym for space (convenient for C-Shell, K-Shell, GNU EMACS users).
  607.  
  608.  - Reduce size of program somewhat by storing state transitions as shorts,
  609.    rather than ints.
  610.  
  611.  - Add HANGUP command, and related improvements in CONNECT command to help
  612.    recover from modem signal transitions, etc.
  613.  
  614.  - Let users "set speed 19200" (at their own risk).
  615.  
  616.  - Change ATT System III / V i/o parameters to improve efficiency.
  617.  
  618.  - Attempt to fix ATT7300 UNIX PC support.
  619.  
  620.  - Fix and/or add entries to the makefile for 2.10 BSD, Microport Sys V,
  621.    SCO Xenix/86, /286, /386, SUNOS 4.x.  (By the way, you can actually compile
  622.    and run C-Kermit in the System V environment under SUNOS 4.x -- just say
  623.    "make sys5r3" and ignore the warnings.)
  624.  
  625.  - Other minor changes.
  626.  
  627. These changes are described in greater detail in the file ckuker.upd, which
  628. also gives credit to many people for uncovering (and in many cases supplying
  629. the fixes for) the bugs.
  630.  
  631. This release needs to be tested thoroughly on as many different kinds of UNIX
  632. systems as possible -- pure Berkeley (2.9, 2.10, 4.1, 4.2, 4.3), AT&T (System
  633. III, V, and VR3), hybrids (Ultrix, SUNOS, etc), Xenix (all varieties), etc
  634. etc.  It has only been tested so far on VAXes with Ultrix, and SUN-4's with
  635. SUNOS 4.0, with some preliminary testing (before all the changes were made)
  636. on an ATT 7300 UNIX PC.
  637.  
  638. In particular, I have no way to test the 'dial' command with real modems.
  639. Does it still work?  (Did it ever?)  Can it still be Ctrl-C'd out of?
  640.  
  641. For now, the new release is available only via ftp from
  642. cunixc.cc.columbia.edu, in the directory kermit/test.  Please get the files
  643. and try the new version out, and report any problems to me.  After the kinks
  644. are worked out, it will replace the current standard release, and then we can
  645. move on to bigger things, like attribute packets and maybe even sliding
  646. windows.  And cleaning up the spaghetti of #ifdef's in the code...
  647.  
  648. Since C-Kermit also forms the basis for VMS, Macintosh and some other Kermits,
  649. validation of this new release will clear up protocol-related glitches in
  650. those programs too.
  651.  
  652. ------------------------------
  653.  
  654. Date: Tue, 17 Jan 89 09:00:00 PDT
  655. From: Christine M Gianone <cmg@cunixc.cc.columbia.edu>
  656. Subject: Announcing Apple II Kermit Version 3.85
  657. Keywords: Apple II Kermit 3.85, ProDOS
  658.  
  659. This is to announce Apple II Kermit Version 3.85 for Apple II DOS and ProDOS,
  660. which replaces version 3.84 of August 1988, from Ted Medin,
  661. MEDIN-T@SHARK.NOSC.MIL.  The major changes include:
  662.  
  663.  - Improved performance on Apple II's with interrupt-driven communications
  664.    (most systems //e+ or later).
  665.  - A new "set timing" command, to allow adjustment to internal clocks of
  666.    different speeds.
  667.  - A new "type" command for displaying local files without leaving Kermit.
  668.  - The "help" command now displays an external help file that you can change
  669.    without rebuilding the program itself.
  670.  - An escaping mechanism for sending special characters to the modem.
  671.  - A revised manual. 
  672.  
  673. The new files are in app*.* in the various Kermit Distribution areas, and can
  674. be ordered on Kermit Tape A.  Many thanks to Ted for his continued efforts in
  675. developing and supporting this program.
  676.  
  677. ------------------------------
  678.  
  679. Date: Sun, 8 Jan 89 12:45:14 EST
  680. From: nyenhuis@ee.ecn.purdue.edu (John Nyenhuis)
  681. Subject: Announcing a New MS-DOS Kermit 2.32 for the GRiD Compass II
  682. Keywords: MS-DOS Kermit 2.32, Grid Compass II
  683.  
  684. I have developed an enhanced MS-DOS kermit 2.32 for the GRiD Compass II that
  685. supports Tektronix emulation and also contains several other features not
  686. present in the current msvgri.exe. I have tested this program extensively on
  687. GRiD Compass II models 1129 and 1131. (The 1129 has a small screen and the
  688. 1131 has a large screen.) I am submitting this kermit 2.32 to the Kermit
  689. Distribution. I welcome comments and questions from users of MS-DOS kermit
  690. 2.31B for the GRiD Compass II.
  691.  
  692. I thank Prof. Doupnik for his helpful suggestions and encouragement in this
  693. endeavor.
  694.  
  695. Key new features of the new MS-DOS Kermit for the GRiD Compass II:
  696.  
  697.  1. Tektronix 4010 emulation is supported.
  698.  2. Speed is about 80% faster in connect mode.
  699.  3. The hangup and send break commands now work.
  700.  4. Flow control now works.
  701.  
  702. The new files are msggri.asm, msvgri.boo, msugri.asm, msvgri.hlp, msvgri.lnk,
  703. and msxgri.asm.  Except for msggri.asm, which is new, these files are updates
  704. of current files in the Kermit distribution.  The file msvgri.hlp contains
  705. documentation for the the latest Kermit for the Compass II.
  706.  
  707. Thank you.
  708.  
  709. John Nyenhuis   Purdue University  School of Electrical Engineering
  710. West Lafayette IN 47907   (317)494-3524     nyenhuis@ee.ecn.purdue.edu
  711.  
  712. [Ed. - Thank you!  These files have replaced the previous Grid files in
  713. the Kermit Distribution, kermit/a, Tape A, etc.]
  714.  
  715. ------------------------------
  716.  
  717. Date: Sun, 15 Jan 89 15:21:33 EST
  718. From: ray@maxwell.physics.purdue.edu (Ray Moody)
  719. Subject: Announcing Commodore 64/128 Kermit Version 2.2
  720. Keywords:  Commodore 64/128
  721.  
  722. Commodore Kermit version 2.2 is now available.  This new version has one major
  723. new feature: reliable communication at 2400 bps is now possible (but only on a
  724. C128 when using the built-in 80-column screen).  There are also some bug
  725. fixes.
  726.  
  727.  - Obtaining Kermit on a Floppy Disk:
  728.  
  729. A copy of Commodore Kermit may be obtained by sending $5.00 postage and
  730. handling to:
  731.                  Dr. Evil Laboratories
  732.                  P. O. Box 190
  733.                  St. Paul, IN 47272
  734.  
  735. We stress that Commodore Kermit is absolutely free.  The $5.00 is used to
  736. cover the cost of the disk, mailer, postage, and handling.  The disk will
  737. contain Commodore Kermit version 2.2, extensive on-disk documentation broken
  738. into seven files small enough to be viewed with a good word processor, and an
  739. initialization file.  A boot file is included for the convenience of C64
  740. users.  For the convenience of C128 users a boot sector is provided that can
  741. load Kermit using the fast serial routines.
  742.  
  743. Dr. Evil Laboratories also provides a bound manual for Commodore Kermit
  744. version 2.2.  This documentation is exactly like the on-disk manual
  745. content-wise, but is typeset for greater readability.  This manual is
  746. available for $5.00.
  747.  
  748. Dr. Evil Laboratories is a small software company which has the facilities to
  749. distribute Kermit much more efficiently than I could personally.  Also, Dr.
  750. Evil Labs has a permanent address, something that I, being in college, don't
  751. have.
  752.  
  753. All orders to Dr. Evil Laboratories must be in U.S. funds.  Indiana residents
  754. must add 5% sales tax.
  755.  
  756.  - Downloading Kermit from the Kermit Archives
  757.  
  758. Commodore Kermit may also be downloaded from the Kermit archives.  The Kermit
  759. archives are available on BITNET, ARPANET, and USENET.  For complete
  760. downloading instructions, see the file C64KER.HLP in one of these archives.
  761.  
  762.  - Short Cut
  763.  
  764. For a short time, Kermit binaries may be obtained via anonymous FTP from
  765. maxwell.physics.purdue.edu.  These files are true binary files and must be
  766. copied from this machine using image mode and then downloaded directly to a
  767. Commodore with a binary file transfer protocol (such as Kermit 2.1).  Those
  768. people who can take advantage of this service should find it to be simpler
  769. than downloading and then converting the ASCII files in the Kermit archives.
  770.  
  771. Many thanks to Fred Bowen and Frank Prindle for making this version of Kermit
  772. a reality.
  773.  
  774. [Ed. - And many thanks to Ray for sending it in to Kermit Distribution.]
  775.  
  776. ------------------------------
  777.  
  778. Date: Tue, 17 Jan 89 13:30 EST
  779. From: Christine M Gianone <cmg@cunixc.cc.columbia.edu>
  780. Subject: Printing MS-DOS Kermit EGA Graphics Screens
  781. Keywords: MS-DOS Kermit Tektronix Emulation
  782. Keywords: Graphics, Epson Printer Graphics, MS-DOS Kermit Printer Support
  783.  
  784. As explained in the MS-DOS Kermit User Guide, MS-Kermit uses the services of
  785. DOS to access the PC's printer.  Kermit simply outputs the requested material
  786. to DOS, and it can be intercepted by any printer driver you happen to have
  787. installed.  This can include an ordinary print spooler, a driver for a
  788. particular printer, etc.
  789.  
  790. When Kermit is emulating a Tektronix graphics terminal, it does not handle
  791. print-screen requests itself.  You may load a graphics printer driver
  792. to do this.  IBM systems come with a utility GRAPHICS.COM, described in the
  793. IBM DOS manual.  Unfortunately, this utility works only with CGA graphics
  794. adapters, not EGA.
  795.  
  796. A short public-domain utility, EPSON.COM, written in assembler by Dr. R.
  797. Brooks Van Horn, Jr., Herndon, VA, can be used for printing EGA graphics
  798. screens on Epson FX-series printers.  This utility has been added to the
  799. Kermit Distribution as msgeps.*.  Thanks to Dr. Van Horn for contributing it
  800. to the public domain and to Joe Doupnik for sending it in.
  801.  
  802. ------------------------------
  803.  
  804. Date:  Tue, 20 Dec 88 16:52 EST
  805. From: Forbes@dockmaster.arpa
  806. Subject:  Kermit Support of Novell Asynchronous Server Interface?
  807. Keywords: MS-DOS Kermit Network Support, Novell, NASI
  808.  
  809. I am currently using a Novell Netware LAN with a PCOX modem server.  It uses
  810. the Novell Asynchronous Server Interface (NASI) to interface to the modems.
  811. Does anyone have any experience with this system?  Does Kermit support the
  812. NASI interface (Does it have a NASI driver)?  I tried using the "SET PORT NET
  813. <name>" but got an error message.  I'm using MS-Kermit 2.30.  Any suggestions?
  814.  
  815. Craig Forbes
  816. Forbes @Dockmaster
  817.  
  818. [From jrd - Craig, try SET PORT BIOSn (n = 1 - 4) so Novell's NASI can
  819. intercept the Bios call. The SET PORT NET command invokes NetBios, which is
  820. not what is needed in this case.  Many other networks also intercept a normal
  821. serial port Bios call and relay information across the link; that's the most
  822. important use of the SET PORT BIOS command.]
  823.  
  824. ------------------------------
  825.  
  826. Date: Thu, 29 Dec 88 23:55:08 LCL
  827. From: David Boeshaar <BOESHAAR%SUVM.BITNET@cuvmb.cc.columbia.edu>
  828. Subject: MS-Kermit 2.32 Filesize Computation
  829. Keywords: MS-DOS Kermit Network Support, MS-DOS Kermit File Size Limitation
  830. Keywords: Novell
  831.  
  832. I am running Kermit 2.32 on a PS/2 model 25 attached to a Novell Netware 2.0a
  833. network, Running DOS 3.2.  Whenever I download a file, I get the A: disk lite
  834. come on, KERMIT then reports no room on the disk, but then completes the
  835. download correctly. DRAT! Even the ANN and UPD files said this was corrected.
  836. BOO HOO!
  837.  
  838. Oh well, other than that, KERMIT is still a GREAT communications program that
  839. is GREATLY apprectiated here at Syracuse University.  Thanx for all the great
  840. work!
  841.  
  842. [From jrd - I'll bet that COMMAND.COM is left assigned to drive A: and DOS is
  843. checking the boot drive for something.  Check your Environment (DOS SET
  844. command) and Novell's MAP command to see if A: is in the search path.  I've
  845. not noted the effect here under NetWare 2.0a, 2.10, and now 2.12, but then
  846. locally COMMAND.COM is on a non-floppy drive.]
  847.  
  848. ------------------------------
  849.  
  850. Date: Wed, 16 Nov 88 07:34:07 EST
  851. From: Dave Tetreault <FNA101@URIACC.BITNET>
  852. Subject: MS-Kermit Disk Space Calculation
  853. Keywords: MS-DOS Kermit Network Support, Novell
  854. Keywords: MS-DOS Kermit File Size Limitation
  855.  
  856. I am having problems using the beta version of MS-Kermit to transfer files to
  857. network disks on a Novell network.  It works as long as I use a local disk but
  858. using a network disk Kermit oftens aborts file transfer to the PC with
  859. complaints about not enough disk space.  I have been using 3.21 July for
  860. months with no problems.  I went back and tested the later 2.31/A beta version
  861. and it also has the same problem with checking disk space.
  862.  
  863.   David E. Tetreault
  864.   Manager of Technical Support
  865.   Academic Computer Center
  866.   University of Rhode Island
  867.  
  868. [From jrd - you might try MS Kermit version 2.32, which cures certain disk
  869. space problems. Otherwise MS Kermit is compatible with Novell NetWare. It
  870. is possible to arrive at amazingly convoluted disk letter assignments, yet
  871. MS Kermit attempts to query the underlying real disk (via legal DOS calls).
  872. My Novell system runs with straight forward assignments. SET ATTRIBUTES OFF
  873. will also bypass the disk space check.]
  874.  
  875. ------------------------------
  876.  
  877. Date: Tue, 20 Dec 88 13:45 EST
  878. From: "Michael W. Sabato" <SABATO%ESVAX%dupont.com@relay.cs.net>
  879. Subject: MS-Kermit 32MB File Transfer Limitation
  880. Keywords: MS-DOS Kermit File Size Limitation
  881.  
  882. We have DOS 4.0 installed on a PS/2 Model 80 with 112 megabyte disk split into
  883. a 72 megs and 40 megs logical disks.  When downloading a database file greater
  884. than 32 megs from an IBM mainframe to a PC, Kermit quits when 32 megabytes
  885. have been transmitted.  Are there any plans to support DOS files larger than
  886. 32MB?
  887.  
  888. The current version 2.31 is great to work with and I am sure we have not used
  889. all of its capabilities.  The long packet support by both Kermit-370 and
  890. MS-Kermit make our downloads do-able in a reasonable time.  Thanks!
  891.  
  892. [From jrd - I enlarged some of the numerology in MS Kermit for version 2.32 to
  893. accomodate larger disk partitions.  However, parts of the file size message on
  894. the screen will roll over at about 16 MB due to trying to rapidly get through
  895. double precision integer arithmetic quickly for nearly every packet
  896. (percentage done is the messy item: d.p. division).  When I did that part
  897. originally several years ago no one dreamed of 32MB+ files.  I must commend you
  898. on such faith in Kermit to transfer files of that size and trust that you said
  899. SET INCOMPLETE-FILE KEEP.]
  900.  
  901. ---------------------------------
  902.  
  903. Date: 7 Dec 88 00:07:27 GMT
  904. From: Mike Iglesias <iglesias@orion.cf.uci.edu>
  905. Subject: Problem with Kermit on a Packard Bell AT clone
  906. Keywords: MS-DOS Kermit VT102 Emulation, Packard-Bell AT Clone
  907.  
  908. I'm having a problem with Kermit 2.30 and 2.31 on Packard Bell AT clone (10mhz
  909. 286, Phoenix BIOS v3.07, EGA).  Kermit works fine in terminal emulation mode
  910. (VT100, H19) until it has to scroll the screen up one line, and then it beeps
  911. when the next line comes in from the system I've dialed up to (at 2400 baud).
  912. >From looking at the source, it looks like Kermit is getting an overrun on the
  913. serial port and substituting a bell for the character it didn't get (it
  914. usually drops the first character on a line).  I've tried switching the serial
  915. card with another to see if the problem goes away, but it didn't.
  916.  
  917. Mike Iglesias
  918. University of California, Irvine
  919.  
  920. P.S.  If it helps, Procomm does almost the same thing - it doesn't beep when a
  921. character gets lost, though.  And the EGA card is made by STB Systems, if that
  922. makes any difference.
  923.  
  924. [From jrd - Mike, the Control-G is from me, as my way of warning the user that
  925. the beep replaces one or more overrun characters. The loss is due to something
  926. in the Bios which is taking forever to scroll the screen and is doing so with
  927. interrupts off. I'd try another EGA board or call STB for hints. My Video 7
  928. boards (Vega and VGA) are not the world's fastest, but they don't yield
  929. overruns either.]
  930.  
  931. [From Mike - Replacing the EGA card solved the problem.  It looks like it was
  932. taking too long to scroll the screen (probably with interrupts disabled) so
  933. the serial port lost a character.  We've got a lot of AT&T 6300s around (with
  934. the Phoenix rom bios) and they don't have any problems running kermit.  Keep
  935. up the good work!]
  936.  
  937. ------------------------------
  938.  
  939. Date: Thu, 5 Jan 89 20:22:23 EST
  940. From: elsie!ado@ncifcrf.gov (Arthur David Olson)
  941. Subject: Nice New MS-Kermit 2.32 Features
  942.  
  943. Many thanks for the usual fine job.  Port 3 on our IBM PS/2's now works right
  944. out of the box.  And both \Kterminals and \Kterminalr are greatly appreciated;
  945. our users can now go from being connected back to DOS with a single keystroke,
  946. and our VAX can coerce the PC's into doing things that used to require human
  947. intervention.  Now if only we had \Kterminalt and \Kterminalu and. . .
  948.  
  949.     Arthur David Olson    ado@ncifcrf.gov    ADO is a trademark of Ampex.
  950.  
  951. [From jrd - Whew! (com3) And "give'm an inch ..."  A little devious thinking
  952. reveals that inside of TERMINALR/S one may do absolutely anything, including
  953. defining/clearing other macro or variable names to act as one-bit flags, doing
  954. a script INPUT command to obtain another character or string, and so forth.
  955. One can build up a Kermit command list from successive invokations of these
  956. macros plus the definition abilities.  The rest I leave to clever users.]
  957.  
  958. ------------------------------
  959.  
  960. End of Info-Kermit Digest
  961. *************************
  962.  
  963. 25-Jan-89  2:44:00-GMT,14575;000000000001
  964. Received: by cunixc.cc.columbia.edu (5.54/5.10) id AA22170; Tue, 24 Jan 89 21:30:30 EST
  965. Date: Tue, 24 Jan 1989 21:30:29 EST
  966. From: Frank da Cruz <fdc@cunixc.cc.columbia.edu>
  967. To: Info-Kermit
  968. Subject: Info-Kermit Digest V9 #3
  969. Reply-To: Info-Kermit@cunixc.cc.columbia.edu
  970. Queries-To: Info-Kermit-Request@CUNIXC.CC.COLUMBIA.EDU
  971. Message-Id: <CMM.0.88.601698629.fdc@cunixc.cc.columbia.edu>
  972.  
  973. Info-Kermit Digest         Tue, 24 Jan 1989        Volume 9 : Number 3
  974.  
  975. Today's Topics:
  976.  
  977.            Announcing MS-DOS Kermit 2.32/A
  978.           MS-Kermit 2.32 Binary Transfer Bug
  979.     Announcing IBM Mainframe VM/CMS Kermit-370 Version 4.1
  980.        Announcing IBM Mainframe MVS/TSO Kermit-370 Version 4.1
  981.                C-Kermit Update
  982.  
  983.  
  984. Send digest submissions to Info-Kermit@CUNIXC.CC.COLUMBIA.EDU, requests for
  985. addition to or deletion from the Info-Kermit subscriber list to
  986. Info-Kermit-Request@CUNIXC.CC.COLUMBIA.EDU or to I-KERMIT@CUVMA.BITNET.
  987.  
  988. Kermit files may be obtained over networks and by mail order.  On the
  989. Internetwork, use FTP to log in to host CUNIXC, CUNIXC.CC.COLUMBIA.EDU, a
  990. VAX 8700 running UNIX (Ultrix).  The IP host number is 128.59.40.130.
  991. Login as user anonymous (note, lower case), any password, and GET the
  992. desired files.  The Kermit files are in directories kermit/a, kermit/b,
  993. kermit/c, kermit/d, and kermit/e.  You can also get Kermit files over
  994. BITNET/EARN; to get started send a message with text HELP to KERMSRV, the
  995. Kermit file server, at host CUVMA.  For detailed instructions, read the
  996. file kermit/a/aanetw.hlp (AANETW HLP on KERMSRV).  To order by mail,
  997. request a complete list of Kermit versions and an order form from Kermit
  998. Distribution, Columbia University Center for Computing Activities, 612
  999. West 115th Street, New York, NY 10025 USA.
  1000.  
  1001. ----------------------------------------------------------------------
  1002.  
  1003. Date: Mon, 23 Jan 89 19:56 MDT
  1004. From: Joe Doupnik <JRD@USU.BITNET>
  1005. To: Info-IBMPC@WALKER-EMH.ARPA, Info-Kermit
  1006. Subject: Announcing MS-DOS Kermit 2.32/A
  1007.  
  1008. To correct a somewhat serious bug in MS-Kermit 2.32 (see next message), a
  1009. maintenance release of MS-Kermit -- 2.32/A -- is now available.  The
  1010. opportunity was also used to fix a few minor problems.  The changes from MS
  1011. Kermit 2.32 to 2.32/A 21 Jan 1989 are listed below.
  1012.  
  1013. Items common to all machines supported by MS Kermit -
  1014.  
  1015. 1. Correct a problem negotiating 8-bit prefixing when MS Kermit is operating
  1016.    with parity of NONE yet the other side requests that such quoting be done.
  1017.    Version 2.32 had a problem and would receive the 8-bit quoting character
  1018.    "&" as ordinary text and hence produce a corrupted file. Setting parity
  1019.    to SPACE on the PC with version 2.32 might be a suitable workaround.
  1020.  
  1021. 2. Correct ENABLE/DISABLE MESSAGE commands to work properly. Previously the
  1022.    sense was inverted and the command applied to SEND rather than MESSAGE.
  1023.  
  1024. 3. Formally decode messages in ACKs to data or filename packets before
  1025.    displaying them.
  1026.  
  1027. 4. Add analysis of prompt text in the ASK command so that \number forms are
  1028.    converted to binary before displaying the prompt. This makes the prompt
  1029.    field behave the same as in the ordinary SET PROMPT command. A dollar sign
  1030.    will terminate the text string for either command.
  1031.    Example:     ASK \%1 \27[31mEnter password\27[37m
  1032.  
  1033. 5. Correct small textual errors in the SET command main help screen.
  1034.  
  1035. 6. Allow command REMOTE MESSAGE to use three character text messages.
  1036.  
  1037. Items specific to the IBM-PC version of MS Kermit -
  1038.  
  1039. 7. Delay accessing a communications port until the port is actually needed.
  1040.    This prevents the automatic probing of COM1 at Kermit startup, even before
  1041.    file mskermit.ini or equivalent is read. COM1 remains the default port
  1042.    unless another is selected by a SET PORT command. The effect of this change
  1043.    is transparent except where Kermit has been operated under a multi-tasking
  1044.    Environment such as Concurrent-DOS, Desqview, DoubleDos, or MS Windows.
  1045.    These situations have experienced difficulty when a second copy of Kermit
  1046.    is started while the first copy is actively using COM1; the disturbance
  1047.    is created when COM1 is prepared for use as part of the Kermit startup
  1048.    process. The present change prevents this disturbance by selecting but not
  1049.    touching a port until a Kermit command requires it. Note that STATUS, SHOW
  1050.    COMMUNICATIONS, SHOW MODEM, SET BAUD, SET SPEED, and SET PORT commands
  1051.    do access the selected port for information; to avoid possible interference
  1052.    between users of COM1 perform the desired SET PORT command to select and
  1053.    initialize another port before using these latter commands.
  1054.  
  1055. 8. Add several small improvements to video screen support for the VT102
  1056.    terminal emulator when Video 7 boards are used. Preserve 43 line mode
  1057.    whenever possible. Defeat 132 column mode for Video 7 VGA boards used with
  1058.    fixed frequency analogue displays (31.5KHz), such as the IBM 85xx series.
  1059.    Prevent using wrong display buffer address when an unknown proprietary
  1060.    video mode is encountered from many EGA and VGA style boards.
  1061.  
  1062. 9. Put the VT102 screen into the rollback buffer when clearing the entire
  1063.    screen with any escape sequence combination. Partial screen erasures
  1064.    do not cause preservation in the rollback buffer.
  1065.  
  1066. 10. Support character 9Bh, ANSI "CSI", as equivalent to reception of "ESC ["
  1067.     in the VT102 emulator.
  1068.  
  1069. 11. Preserve character set pointers and related items in the VT102 emulator
  1070.     when the screen width is changed.
  1071.  
  1072. 12. Avoid unnecessary flow control commands when Control-Print Screen is
  1073.     active.
  1074.  
  1075. The files which have been changed since version 2.32 are:
  1076.  
  1077.     new release ident and date:
  1078.       MSSDEF.H
  1079.  
  1080.     new system independet files:
  1081.       MSSKER.ASM, MSSSEN.ASM, MSSSER.ASM, MSSSET.ASM, MSSTER.ASM
  1082.  
  1083.     and for IBM-PC's:
  1084.       MSXIBM.ASM, MSYIBM.ASM, MSZIBM.ASM
  1085.                                                         Joe Doupnik
  1086.                                                         22 Jan 1989
  1087.  
  1088. [Ed. - Many thanks once again, Joe.  The new files have been put in Kermit
  1089. distribution, and MSKERM.BWR has been updated accordingly.]
  1090.  
  1091. ------------------------------
  1092.  
  1093. Date: Thu, 19 Jan 1989 18:42:32 CET
  1094. From: Helmut Waelder <ZRWA001@DTUZDV1.BITNET>
  1095. Subject: MS-Kermit 2.32 Binary Transfer Bug
  1096.  
  1097. I have transferred a binary file from IBM/370 Kermit 4.0 in server modus
  1098. to MS-Kermit 2.31 and a second time to MS-Kermit 2.32 with LOG PACKETS.
  1099. The result is as following (all data packets are the same for V2.31 and
  1100. V2.32):
  1101.  
  1102.     ------ MS-Kermit 2.31 ( works ok) ----------
  1103.     Spack: ^A0 I~- @-#Y1~*  ~G^M
  1104.     Rpack: ^A- Y~% @-#&1~(Y^M
  1105.     Spack: ^A/ Rdos33pat.arcY^M
  1106.     Rpack: ^A- S~% @-#&1~(S^M
  1107.     Spack: ^A0 Y~- @-#&1~*  ~$^M       <---- this packet differs in V2.32
  1108.     Rpack: ^A/!FDOS33PAT.ARC.^M
  1109.     -------- MS-Kermit 2.32 ( in error ) --------
  1110.     Spack: ^A0 I~- @-#Y1~*  ~G^M
  1111.     Rpack: ^A- Y~% @-#&1~(Y^M
  1112.     Spack: ^A/ Rdos33pat.arcY^M
  1113.     Rpack: ^A- S~% @-#&1~(S^M
  1114.     Spack: ^A0 Y~- @-#Y1~*  ~W^M       <----- different
  1115.     Rpack: ^A/!FDOS33PAT.ARC.^M
  1116.      
  1117. Over the line comes the same data, but it seems to me that MS-Kermit does not
  1118. correctly interpret the 8th bit prefixing.  There is no byte with 8th bit on
  1119. in the received file (v2.32) and the file is about 30% bigger in size.
  1120. /Helmut
  1121.  
  1122. [Ed. - This is a serious bug, and it is the main reason for releasing 2.32/A
  1123. at this time.  If Kermit should be able to do anything right, it's file
  1124. transfer!]
  1125.  
  1126. ------------------------------
  1127.  
  1128. Date: Tue 24 Jan 89 18:00:00 EST
  1129. From: John Chandler <PEPMNT@CFAAMP.BITNET>
  1130. Subject: Announcing IBM Mainframe VM/CMS Kermit-370 Version 4.1
  1131. Keywords: IBM 370 Kermit, VM/CMS Kermit
  1132. Xref: CMS Kermit, also see VM/CMS Kermit
  1133.  
  1134. This is to announce CMS Kermit Release 4.1.  The sources have not been
  1135. completely rewritten, nor have they been resequenced, but numerous
  1136. fixes, extensions, and improvements have been inserted.  The changes
  1137. applied include all updates formerly available in IKCKER.UPD plus a
  1138. number of new ones.  As with Release 4.0, all CMS-specific files begin
  1139. with IKC, and generic Kermit-370 files begin with IK0 (I K Zero).  The
  1140. separate pieces are to be recombined into a single composite source (or
  1141. made into a macro library) for installation.  See the file IKCKER.INS
  1142. for instructions.  Release 4.1 is also being issued in the companion TSO
  1143. and MUSIC versions (see the separate announcements for details).  Anyone
  1144. interested in helping to port Kermit-370 to still other operating
  1145. systems should contact John Chandler <PEPMNT@CFAAMP.BITNET> or
  1146. <PEPMNT@CFAAMP.HARVARD.EDU>.
  1147.  
  1148. Below is a list of the more important additions in Version 4.1:
  1149.  
  1150.     --- generic features ---
  1151.  
  1152.  1. Trimming of trailing blanks from commands read from TAKE files.
  1153.  
  1154.  2. New SET BAUD for improved calculation of optimum packet size.
  1155.  
  1156.  3. Optional suppression of Attribute packets.
  1157.  
  1158.  4. A new option to specify treatment of received records too long for
  1159.     the open file.
  1160.  
  1161.  5. File header packet acknowledgments containing the name actually used
  1162.     for the received file.
  1163.  
  1164.  6. Separate specification of SEND and RECEIVE parity.
  1165.  
  1166.  7. Option for "permanent", user-inaccessible ATOE and ETOA translation
  1167.     tables for TTY controllers and for site-specific default controller
  1168.     type.
  1169.  
  1170.  8. Automatic detection of controller type distinguishing SERIES1 from
  1171.     GRAPHICS.
  1172.  
  1173.  9. Both SEND and GET prompt the user for native and foreign filespecs
  1174.     if no arguments are entered.
  1175.  
  1176. 10. New SEND syntax allowing multiple files, independent of wildcard
  1177.     notation.
  1178.  
  1179. 11. Expanded transaction log, now including file sizes and error
  1180.     messages.  In addition, the log is kept for both SEND and RECEIVE
  1181.     operations.
  1182.  
  1183. 12. Easy escape from Kermit protocol mode via STOP.
  1184.  
  1185. 13. NAK(n+1) treated as ACK(n).
  1186.  
  1187. 14. Attribute packets no longer destroyed via SET ETOA.
  1188.  
  1189. 15. Long replies from other Kermit (in server mode) accepted without
  1190.     S-packets.
  1191.  
  1192. 16. SHOW ALL restored.  SET ? without mention of ALL.
  1193.  
  1194.     --- CMS-only features ---
  1195.  
  1196. 17. File creation times are included along with dates in A-packets.
  1197.  
  1198. 18. An extensive new DEBUG option has been added for SERIES1 I/O.
  1199.  
  1200. 19. Kermit-CMS now accepts a file header packet specifying the filemode
  1201.     for the new file.
  1202.  
  1203. 20. The CMSTYPE and EMSG settings are now honored by Kermit in the
  1204.     process of intercepting typeout while in server mode.  for protocol
  1205.     mode on TTY lines.
  1206.  
  1207. 21. The HELP subcommand now always uses the name under which Kermit was
  1208.     invoked.
  1209.  
  1210. [Ed. - Many thanks, John!  The files have been installed in Kermit
  1211. Distribution.  The MVS/TSO release is announced in the next message.  The
  1212. MUSIC version will probably be announced in the next digest.]
  1213.  
  1214. ------------------------------
  1215.  
  1216. Date: Tue 24 Jan 89 18:00:00 EST
  1217. From: John Chandler <PEPMNT@CFAAMP.BITNET>
  1218. Subject: Announcing IBM Mainframe MVS/TSO Kermit-370 Version 4.1
  1219. Keywords: IBM 370 Kermit, MVS/TSO Kermit
  1220. Xref: TSO Kermit, see MVS/TSO Kermit
  1221.  
  1222. This is to announce Release 4.1 of Kermit-370 for TSO.  The sources have not
  1223. been completely rewritten, nor have they been resequenced, but numerous
  1224. fixes, extensions, and improvements have been inserted.  The changes applied
  1225. include all updates formerly available in IKTKER.UPD plus a number of new
  1226. ones.  While Release 4.0 was a test release, 4.1 may be considered a
  1227. production version.  As with Release 4.0, all TSO-specific files begin with
  1228. IKT, and generic Kermit-370 files begin with IK0 (I K Zero).  The separate
  1229. pieces are to be recombined into a single composite source (or made into a
  1230. macro library) for installation.  See the file IKTKER.INS for instructions.
  1231. Release 4.1 is also being issued in the companion CMS and MUSIC versions
  1232. (the CMS version is announced in the previous message, the MUSIC version
  1233. will come soon).  Anyone interested in helping to port Kermit-370 to still
  1234. other operating systems should contact John Chandler <PEPMNT@CFAAMP.BITNET>
  1235. or <PEPMNT@CFAAMP.HARVARD.EDU>.
  1236.  
  1237. Below is a list of the more important additions in Version 4.1:
  1238.  
  1239.     --- generic features ---
  1240.  
  1241. (same as listed above for CMS Kermit)
  1242.  
  1243.     --- TSO-specific features ---
  1244.  
  1245. 17. SET DELIM subcommand.
  1246.  
  1247. 18. END subcommand.
  1248.  
  1249. 19. Revised generic file update program GUPI (for applying updates to
  1250.     Kermit-370) and an all-new, one-step installation procedure (see the
  1251.     installation guide).
  1252.  
  1253. 20. More general wildcard file name matching.
  1254.  
  1255. 21. The file header for a downloaded PDS member includes the last
  1256.     qualifier of the PDS name appended to the member name.
  1257.  
  1258. 22. The LRECL used by Kermit-TSO now conforms to MVS/TSO standards,
  1259.     rather than being TSO LRECL - 4 for RECFM=V.
  1260.  
  1261. 23. Numerous bug fixes.  The TSO Kermit-370 may now be considered a
  1262.     production program, rather than a test release.
  1263.  
  1264. 24. Kermit-TSO supports downloading of uncataloged and
  1265.     password-protected data sets.
  1266.  
  1267. ------------------------------
  1268.  
  1269. Date: Tue 24 Jan 89 20:00:00 EST
  1270. From: Frank da Cruz <fdc@cunixc.cc.columbia.edu>
  1271. Subject: C-Kermit Update
  1272. Keywords: C-Kermit, UNIX Kermit
  1273.  
  1274. So far the only problems that have been reported with C-Kermit 4E(071),
  1275. announced in the previous digest, have had to do with compilation under
  1276. Xenix.  Some minor typos were fixed in ckufio.c, and some hints were added
  1277. to the makefile.  Also, "cd" was added as a legal (but invisible) synonym
  1278. for "cwd".  The result is 4E(072), available via ftp only from kermit/test
  1279. on cunixc.  The files that changed since last time are ckuusr.c, ckuus3.c,
  1280. ckufio.c, ckcmai.c, and ckuker.mak.
  1281.  
  1282. Has anyone checked out local mode operation at all?  You know, "set line
  1283. /dev/ttyxx, set speed yyyy, connect"?  On direct connections?  Dialed
  1284. connections with modem control?  On AT&T based systems?  On BSD-based
  1285. systems?  Under Ultrix?  SUNOS?  Xenix?  This is the wierdest the part of
  1286. the program, in which Kermit must go through a byzantine series of
  1287. incomprehensible system calls, different for each and every system, turning
  1288. modems on and off, closing and reopening file descriptors, changing file
  1289. modes, etc etc.
  1290.  
  1291. Many users have reported problems in this area in the past -- Kermit getting
  1292. hung in a read() or write() call, Kermit giving up on the connection because
  1293. of "I/O errors", etc.  The new release tries to get around some of these
  1294. problems by putting timers around blocking operations that might get stuck,
  1295. and closing/reopening the connection when the system reports i/o errors.
  1296. (These kinds of things seem to happen a lot in Ultrix 2.2.)
  1297.  
  1298. ------------------------------
  1299.  
  1300. End of Info-Kermit Digest
  1301. *************************
  1302.  
  1303.  9-Feb-89  5:44:00-GMT,22025;000000000001
  1304. Received: by cunixc.cc.columbia.edu (5.54/5.10) id AA14046; Wed, 8 Feb 89 23:51:13 EST
  1305. Date: Wed, 8 Feb 1989 23:51:12 EST
  1306. From: Frank da Cruz <fdc@cunixc.cc.columbia.edu>
  1307. To: Info-Kermit
  1308. Subject: Info-Kermit Digest V9 #4
  1309. Reply-To: Info-Kermit@cunixc.cc.columbia.edu
  1310. Queries-To: Info-Kermit-Request@CUNIXC.CC.COLUMBIA.EDU
  1311. Message-Id: <CMM.0.88.603003072.fdc@cunixc.cc.columbia.edu>
  1312.  
  1313. Info-Kermit Digest         Wed, 8 Feb 1989        Volume 9 : Number 4
  1314.  
  1315. Today's Topics:
  1316.  
  1317.           Announcing IBM Mainframe MUSIC Kermit Version 4.1
  1318.                       NOTICE to TSO Kermit Users
  1319.                      C-Kermit 4E(072) Is Released
  1320.                     Announcing UniFLEX 6809 Kermit
  1321.        MS Kermit 2.32 for GRiD Compass, Source Code Corrections
  1322.                Announcing Another New MS-Windows Kermit
  1323.           MS-Windows Kermit Heath-19 Emulation (2 messages)
  1324.                       Announcing SCANCHEK.C 4.1
  1325.                    Kermit Disks for TRS-80 Model 4
  1326.                     C-Kermit on Apollo under SR10?
  1327.                  VMS & C-Kermit Problem with Localnet?
  1328.  
  1329. Send digest submissions to Info-Kermit@CUNIXC.CC.COLUMBIA.EDU, requests for
  1330. addition to or deletion from the Info-Kermit subscriber list to
  1331. Info-Kermit-Request@CUNIXC.CC.COLUMBIA.EDU or to I-KERMIT@CUVMA.BITNET.
  1332.  
  1333. Kermit files may be obtained over networks and by mail order.  On the
  1334. Internetwork, use FTP to log in to host CUNIXC, CUNIXC.CC.COLUMBIA.EDU, a
  1335. VAX 8700 running UNIX (Ultrix).  The IP host number is 128.59.40.130.
  1336. Login as user anonymous (note, lower case), any password, and GET the
  1337. desired files.  The Kermit files are in directories kermit/a, kermit/b,
  1338. kermit/c, kermit/d, and kermit/e.  You can also get Kermit files over
  1339. BITNET/EARN; to get started send a message with text HELP to KERMSRV, the
  1340. Kermit file server, at host CUVMA.  For detailed instructions, read the
  1341. file kermit/a/aanetw.hlp (AANETW HLP on KERMSRV).  To order by mail,
  1342. request a complete list of Kermit versions and an order form from Kermit
  1343. Distribution, Columbia University Center for Computing Activities, 612
  1344. West 115th Street, New York, NY 10025 USA.
  1345.  
  1346. ----------------------------------------------------------------------
  1347.  
  1348. Date: Fri, 03 Feb 89 12:00:00 EST
  1349. From: Pierre Goyette <PIERRE@MCGILL1.BITNET>
  1350. Subject: Announcing IBM Mainframe MUSIC Kermit Version 4.1
  1351. Keywords: IBM 370 Kermit, MUSIC Kermit
  1352.  
  1353. This is to announce MUSIC Kermit Release 4.1.  This program is now a member
  1354. of the generic family Kermit-370 and appears in the Kermit distribution
  1355. under a new prefix: all MUSIC-specific files begin with IKM, while generic
  1356. Kermit-370 files begin with IK0 (I K Zero).  Kermit-MUSIC no longer consists
  1357. of just two source files.  Instead, the source is split into sub-files, some
  1358. generic and some MUSIC-specific.  The separate pieces are to be recombined
  1359. into a single composite source for installation.  See the file IKMKER.INS
  1360. for instructions.  Generally, the files formerly known as IMU*.* will be
  1361. replaced by the new IKM*.* files.  This MUSIC Kermit is still in the testing
  1362. stage, but most of the features described in the documentation have already
  1363. been verified.  Any bug reports should be sent to Pierre Goyette
  1364. <PIERRE@MCGILL1.BITNET>.  Anyone interested in helping to port Kermit-370 to
  1365. still other operating systems should contact John Chandler
  1366. <PEPMNT@CFAAMP.BITNET>.
  1367.  
  1368. Below is a list of the more important additions in Version 4.1 of MUSIC
  1369. Kermit (including many already announced for CMS Kermit):
  1370.  
  1371.  . Advanced server functions, including REMOTE KERMIT.
  1372.  . Long packet protocol (type 0 extended headers).
  1373.  . TYPE, ECHO, XTYPE, and XECHO subcommands (the last two being
  1374.    Series/1 analogs of the first two.)
  1375.  . TEST mode for debugging.
  1376.  . Multi-column, two-level, selective SHOW display.
  1377.  . Optionally append to, rather than replace, old data sets with
  1378.    duplicate names.
  1379.  . New GIVE command for saving a modified translation table.
  1380.  . A new, RAW debug mode for recording the packet traffic as actually
  1381.    sent and received on "GRAPHICS" and "SERIES1" devices.  Also, an
  1382.    I/O mode for recording supplemental transfer information.
  1383.  . Preservation of the case of commands as typed, with uppercase
  1384.    conversion of only those words that must be uppercase.
  1385.  . New SET MARGIN command for limiting the width of a file to be sent.
  1386.  . Settable tab stops for Kermit's conversion of tabs to spaces
  1387.    (alternative to the default 1, 9, 17, etc.).
  1388.  . Support for multiple terminal controller types.  Automatic detection
  1389.    of terminal controller type (TTY or SERIES1).
  1390.  . Limited emulation of MUSIC commands within Kermit.
  1391.  . Automatically tune packet length when sending long packets according
  1392.    to heuristic optimum based on sparse Poisson statistics, provided
  1393.    that transmission errors do occur.
  1394.  . Expand STATUS report to include the number of files in the last
  1395.    transfer, throughput statistics, heuristic optimum packet length
  1396.    (when long packets are enabled), and the reason for any file
  1397.    rejection based on A-packets.
  1398.  . New command TDUMP NAMES to display the transaction log, which
  1399.    includes names, file sizes and error messages.
  1400.  . Send and process Attribute packets (optionally may be suppressed).
  1401.  . Basic and advanced server commands to a server at the other end.
  1402.  . New types V-BINARY and D-BINARY for binary files with undelimited
  1403.    variable-length records.
  1404.  . SET 8-BIT-QUOTE.  Allow 8-bit data where possible via SET SEND (or
  1405.    RECEIVE) PARITY.
  1406.  . SET PROMPT subcommand.
  1407.  . Keep track of truncated records during a RECEIVE operation and
  1408.    report the count in STATUS; also, call truncation an error after
  1409.    everything is received.
  1410.  . A subcommand SET LONGLINE, to select the desired processing
  1411.    of lines received by MUSIC that exceed the LRECL -- the options
  1412.    are to fold, truncate or simply halt.
  1413.  . SET HANDSHAKE subcommand to alter or suppress handshake character
  1414.    Kermit-370 sends out after each packet (not available for 3705's).
  1415.  . Trimming of trailing blanks from commands read from TAKE files.
  1416.  . File header packet acknowledgments containing the name actually used
  1417.    for the received file.
  1418.  . Both SEND and GET prompt the user for native and foreign filespecs
  1419.    if no arguments are entered.
  1420.  . New SEND syntax allowing multiple files, independent of wildcard
  1421.    notation.
  1422.  . Easy escape from Kermit protocol mode via STOP.
  1423.  . File allocation error messages are now saved in Kermit and
  1424.    reported as part of the STATUS text.
  1425.  
  1426. - Pierre Goyette, McGill University <PIERRE@MCGILL1.BITNET>
  1427.  
  1428. [Ed. - Pierre, merci beaucoup!  This is the third IBM mainframe operating
  1429. system to be covered under the umbrella of Portable Kermit-370, and a
  1430. testimony to the modular design of this program.  The new MUSIC support files
  1431. have been added to the other Kermit-370 files as IKM*.* in the "B" area.  The
  1432. earlier MUSIC Kermit program (IMUSIC.ASM) remains available for now Kermit
  1433. Distribution area "D" for now.  Users of other IBM mainframe operating
  1434. systems, particularly those for which no Kermit is available at all -- notably
  1435. DOS/VSE -- are encouraged to do as Pierre has done, and fill in the
  1436. system-dependent portions of Kermit-370 for those environments.  Instructions
  1437. for doing this can be found in the file IK0POR.HLP.]
  1438.  
  1439. ------------------------------
  1440.  
  1441. Date: Fri, 1989 Jan 27   22:48:14 EST
  1442. From: (John F. Chandler)   PEPMNT@CFAAMP.BITNET
  1443. Subject: NOTICE to TSO Kermit Users
  1444. Keywords:  IBM 370 Kermit, MVS/TSO Kermit
  1445. Xref: TSO, See MVS/TSO
  1446.  
  1447. The source module IK0MAI.ASM that appeared as part of release 4.1 of
  1448. Kermit-370 on January 24 contained a line that produced an assembly error
  1449. under TSO (but no other operating systems).  That module (112 lines in all)
  1450. now been replaced.  Sorry for any inconvenience.
  1451.  
  1452. ------------------------------
  1453.  
  1454. Date: Thu, 2 Feb 1989 15:31:12 EST
  1455. From: Frank da Cruz <fdc@cunixc.cc.columbia.edu>
  1456. Subject: C-Kermit 4E(072) Is Released
  1457.  
  1458. Since there have been no further reports of bugs in the test version of
  1459. C-Kermit announced in Info-Kermit V9 #2 and #3, this version has been moved
  1460. to the regular Kermit Distribution, where it can now be picked up by normal
  1461. means (anonymous FTP to CUNIXC.CC.COLUMBIA.EDU, KERMSRV at CUVMA, mail order,
  1462. etc).  But it's not too late to report bugs, so please, everyone (especially
  1463. those who didn't have the opportunity to do it before) grab the new version
  1464. and report success or failure for particular machine/operating system/version
  1465. combinations.  To build the program for your system, rename the file
  1466. ckuker.mak to makefile, and then type "make xxx", where xxx is the appropriate
  1467. makefile option (read the makefile to see what the options are).
  1468.  
  1469. The new files are ckc*.*, cku*.*, and ckw*.*, in the "b" area.  This list
  1470. actually includes a few files unmodified since the previous release, but it
  1471. guarantees you an up-to-date set of files for Unix and its variants.  Don't
  1472. ask for ck*.*, or else you will get tons of files for Macintosh, Data General,
  1473. VAX/VMS, Commodore Amiga, OS9, etc. (see ckaaaa.hlp for naming conventions).
  1474. Programmers who use any of the non-Unix systems just mentioned are encouraged
  1475. to build new versions of C-Kermit for these systems, based on the new
  1476. system-independent or Unix-based modules.
  1477.  
  1478. ------------------------------
  1479.  
  1480. Date: 31-JAN-1989 18:30:02.32
  1481. From: Jur van der Burg <VDBURG%UTRTSC.DEC@DECWRL.DEC.COM>
  1482. Subject: Announcing UniFLEX 6809 Kermit
  1483. Keywords: UniFLEX, 6809
  1484.  
  1485. Author:      Jur van der Burg
  1486.              Nettelhorst 56
  1487.              2402 LS  Alphen aan den Rijn
  1488.              The Netherlands
  1489. Easynet:     UTRTSC::VDBURG
  1490. Language:    C (Compiled with McCosh compiler Version 27.0:2)
  1491. Version:     1.4
  1492. Date:        Januari 11, 1989
  1493.  
  1494. KERMIT for UniFLEX 6809 has its roots in the UNIX version. It is enhanced in
  1495. several ways, such as data logging, server mode etc.
  1496.  
  1497. UniFLEX KERMIT has most of the features specified in the KERMIT Protocol 
  1498. Manual.  Installation notes can be found in the file 'UFREAD.ME'.
  1499.  
  1500. [Ed. - Many thanks, Jur!  And thanks to Bernie Eiben for relaying this
  1501. program to us.  It can be found in the "c" area of Kermit Distribution as
  1502. uf*.*.]
  1503.  
  1504. ------------------------------
  1505.  
  1506. Date: Sat, 28 Jan 89 15:41:49 EST
  1507. From: nyenhuis@ee.ecn.purdue.edu (John Nyenhuis)
  1508. Subject: MS Kermit 2.32 for GRiD Compass, Source Code Corrections
  1509. Keywords: MS-DOS Kermit 2.32, Grid Compass II
  1510.  
  1511. Thanks for placing my MS Kermit 2.32 for the GRiD Compass in the kermit
  1512. distribution. Looking at the source files at Columbia, I see that a few
  1513. corrections are in order:
  1514.  
  1515.  (1) msugri.asm contains the code for msxgri.asm.
  1516.  (2) msxgri.asm is not the most recent version.
  1517.  
  1518. To fix these problems:
  1519.  
  1520.  (1) Delete msxgri.asm.  
  1521.  (2) Rename msugri.asm to msxgri.asm. (i.e. "mv msugri.asm msxgri.asm")
  1522.  (3) Use the correct msugri.asm that is below.
  1523.  
  1524. File sizes are:
  1525.   msugri.asm  72694
  1526.   msxgri.asm  65704
  1527.  
  1528. This situation is likely related to my sending you a revised msxgri.asm only
  1529. a few days after sending the first one.  The revised msxgri.asm has ended up
  1530. as msugri.asm.  The files msggri.asm and msvgri.boo are correct.
  1531.  
  1532. On another note, I recently tested this kermit on a GRiD Compass 1101 and it
  1533. worked fine. Thus, it is probable that this Kermit will work on the entire
  1534. GRiD Compass family.  I welcome comments from users of Kermit 2.32 for the
  1535. GRiD Compass and I will endeavor to fix any bugs that surface.
  1536.  
  1537. Thanks again.
  1538.  
  1539.    John N.
  1540.  
  1541. John Nyenhuis   Purdue University  School of Electrical Engineering
  1542. West Lafayette IN 47907   (317)494-3524     nyenhuis@ee.ecn.purdue.edu
  1543.  
  1544. [Ed. - John, thanks very much for noticing msxgri.asm's attempt to
  1545. masquerade as msugri.asm.  The corrections have been made as you suggested,
  1546. including installation of the new msxgri.asm file.]
  1547.  
  1548. ------------------------------
  1549.  
  1550. Date: Thu, 19 Jan 89 13:21:40 PST
  1551. From: whall@olivej.atc.olivetti.com (William Hall)
  1552. Subject: Announcing Another New MS-Windows Kermit
  1553. Keywords: MS-Windows Kermit, Heath-19 Emulation
  1554. Xref: Windows, see MS-Windows
  1555.  
  1556. Christine,
  1557.  
  1558. I have an update to the Windows version of Kermit.  I fixed some problems in
  1559. handling screen colors when the user has non-standard colors.  It's on the
  1560. way on diskette.
  1561.  
  1562. --Bill Hall
  1563.  
  1564. [Ed. - Thanks, Bill.  Your new version, 1.03, arrived OK, and has replaced
  1565. the 1.0 version of December 9, 1988, in the Kermit "A" area.]
  1566.  
  1567. ------------------------------
  1568.  
  1569. Date: Fri, 27 Jan 89 04:53:27 EST
  1570. From: Erez Zadok <ezk@cunixc.cc.columbia.edu>
  1571. Subject: MS-Windows Kermit Heath-19 Emulation
  1572. Keywords: MS-Windows, Windows, WKERM, Heath-19 Emulation, MSBPCT
  1573.  
  1574. I'm writing this using wkerm.exe that I downloaded yesterday, unjured using a
  1575. C program provided with winkrm.jar, unbooed with another C program that's
  1576. provided that I had to compile on my PC, and installed it into Windows.
  1577.  
  1578. Well this version is very simple. It provides an emulation for H-19, and
  1579. worked fine with curses based programs as far as generating the correct escape
  1580. sequences. However, programs that use full-screen emulation, like emacs,
  1581. display only 21 lines and jumps if you're scrolling the full-screen in it's
  1582. window. Sysline workes fine, but it just helps to the "jumping" in emacs etc.
  1583. I would prefer to see a real 80X25 screen...
  1584.  
  1585. I tried to transfer a simple file and only got part of it. I did read the
  1586. document/bwr files provided and seems to me I was doing the right thing but
  1587. something didn't work well. I'll dwell on that later.
  1588.  
  1589. This version of kermit works fine with windows as far as multiple windows
  1590. running "at the same time" or even when the window is minimized. I especially
  1591. liked the fact that I could run file transfer and do other things while Kermit
  1592. crunches 'em packets ... but it didn't complete the file transfer as noted.
  1593.  
  1594. Another note, about msbpct.c which is the C program to unboo/unpack *.boo
  1595. files.  The program contains the following two lines:
  1596.  
  1597.                 #define MSDOS
  1598.                 #define CI86
  1599.  
  1600. My environment and/or the C compiler has MSDOS already defined and so the
  1601. compiler refused to compile the program, saying that MSDOS is being
  1602. redefined... Also, nowhere in the comments above it did it say to comment out
  1603. one or more of the above #define lines. I wound up commenting out both lines
  1604. to have the program compile successfully and unpack the *.boo files.
  1605.  
  1606. Any comments?
  1607.  
  1608. FYI,
  1609. Erez.
  1610.  
  1611. [Ed. - See Bill's answer below.  And thanks for pointing out the problem
  1612. with MSBPCT.C.  It has been fixed.  The new copy is in the Kermit
  1613. Distribution "A" area.]
  1614.  
  1615. ------------------------------
  1616.  
  1617. Date: Fri, 27 Jan 89 16:50:01 PST
  1618. From: ames!olivej.ATC.Olivetti.Com!whall@rochester.UUCP (William Hall)
  1619. Subject: MS-Windows Kermit Heath-19 Emulation
  1620.  
  1621. The answer to the user's problem about apparently only having 21 lines on
  1622. the screen is really complicated.  First, it may help to know that the
  1623. terminal window is a child of the main window and is always 80 columns by 24
  1624. lines (if no change has been made via win.ini).  But, the main window may be
  1625. too small to show all 24 lines.  At the same time, it is necessary to ALWAYS
  1626. have the insert point visible on the screen.  Hence, if running EMACS and
  1627. there is a write to the status line, the child is moved up to the
  1628. appropriate position to show the insert point.  Then, if the insert point is
  1629. then repositioned back to the top of the file, the child window is rolled
  1630. down so that the cursor is stil visible.
  1631.  
  1632. (it amused me to see the remark 'the program is simple enough' in the
  1633. message.  Just getting this positioning I just described took quite a bit of
  1634. effort!)
  1635.  
  1636. Anyway, the user can get out of this problem by increasing the height of the
  1637. main window so that the screen does not have to roll up and down to keep the
  1638. insert point visible.  Of course, whether this is possible depends on the
  1639. font being used and the display.  If a CGA is the display, then there is no
  1640. help unless I make it possible to use a font smaller than the OEM font,
  1641. which is the default and which is 8 scans high.  Using the Heath19 font
  1642. makes it worse since it is 10 scans high.  However, the user should have no
  1643. problem on the EGA or VGA with either the OEM default font or the Heath
  1644. font.
  1645.  
  1646. I don't know why there was a file transfer problem.  I never had problems
  1647. with it just stopping in the middle of the transfer.  Of course, my only
  1648. target machines are a VAX running Berkeley UNIX and an IBM PC with MSDOS
  1649. Kermit.  So, it might depend on the host's implementation and my failure to
  1650. account for something which I have not seen to date.
  1651.  
  1652. At any rate, I would be happy to talk to the individual concerned.  He can
  1653. contact me directly at oliveb!whall or by phone.  408-996-3867 or
  1654. 408-241-6983.  I tried to figure out his address in the noise which passes
  1655. for a header and I am not sure if I can figure it out.  So, if you will
  1656. forward this along I would be grateful.
  1657.  
  1658. I just send Christine Gianone a new version which makes some cosmetic
  1659. changes to the way screen colors are handled.  I got some mail from a
  1660. gentleman at Columbia saying that the current version did not handle unusual
  1661. choices of screen colors and he was right.  The one in the mail should take
  1662. care of this.
  1663.  
  1664. --Bill
  1665.  
  1666. [Ed. - Thanks again, Bill.  We've tried WKERM out with Windows on our
  1667. machines, and it seems to transfer files just fine.]
  1668.  
  1669. ------------------------------
  1670.  
  1671. Date: Tue, 31 Jan 1989 10:40 MET
  1672. From: RZUW007@DWUUNI21.BITNET
  1673. Subject: Announcing SCANCHEK.C 4.1
  1674. Keywords: MS-DOS Kermit Key Definitions, SCANCHEK
  1675.  
  1676. I've found a minor error in Scanchek 4.0: The program doesn't match exactly
  1677. Kermit's SHOW KEY function.  On the numeric keypad (white keys only) NumLock
  1678. offsets the shift keys and vice versa (as indicated in MSUIBM.ASM).  In
  1679. MS-Kermit 2.32 the separation of the comma on German keyboard keypads from
  1680. the regular comma was added.
  1681.  
  1682. I updated Scanchek.c to match Kermit 2.32. The new version, 4.1, is enclosed.
  1683.  
  1684. Regards
  1685. Matthias Reichling
  1686.  
  1687. [Ed. - Many thanks, Matthias.  For those who don't know, scanchek is a
  1688. program, originally written by Phil Benchoff, that lets you conveniently
  1689. type keys on an IBM PC family (or compatible) keyboard, and reports their
  1690. scan codes, as used by the MS-Kermit SET KEY command.   This new version of
  1691. scanchek has replaced 4.0 in the Kermit Distribution as MSUCHK.*.]
  1692.  
  1693. ------------------------------
  1694.  
  1695. Date: Mon, 30 Jan 89 09:12:16 +0100
  1696. From: mcvax!prismaa.prl.philips.nl!laverman@uunet.uu.net
  1697. Subject: Kermit Disks for TRS-80 Model 4
  1698. Keywords: TRS-80 Model 4
  1699.  
  1700. It took some time, but I managed to collect:
  1701.  
  1702.         TRS-80 Kermit for the Model 4, Sources & executables
  1703.  
  1704. I'm willing to make disks for these. You seem to have no diskette volunteers
  1705. for this version, so here's your first!
  1706.  
  1707. The sources come to some 240Kb, which is more than will fit on 1 standard
  1708. TRSDOS 6 disk (40Tks, SSDD --> 180Kb), but I can handle any other format if
  1709. requested, as long as it is TRSDOS 6 compatible (i.e. 40/80Tks SS/DS SD/DD).
  1710.  
  1711. The following seems doable:
  1712.  
  1713.  - Executables & docs : US$10 to AnywhereVille, AnyLand (1 disk)
  1714.                         US$5  if you send me the disk+envelope
  1715.  - Executables & sources & docs
  1716.                       : US$15 to AnywhereVille, Anyland (3 disks)
  1717.                         US$7.50 if you send me the disks+envelope
  1718.  
  1719. Specify disk format if you want it other than 40Tks, SSDD. 80Tks ONLY IF YOU
  1720. SEND THE DISK(S), as 96Tpi disks are rare in The Netherlands (and therefore
  1721. unacceptably expensive)
  1722.  
  1723. My postal address is:
  1724.  
  1725.         Bert Laverman
  1726.         P.a. Dilgtweg 14
  1727.         9751 NG  Haren
  1728.         The Netherlands
  1729.  
  1730. I'm afraid that current developments force me to restrict the offer to
  1731. September 1989.
  1732.  
  1733. BTW I posted an announcement on `comp.sys.tandy', but although there are
  1734. TRS-80 users on the net, I had no replies yet. I will pass the program on to
  1735. the User's group gere in the Netherlands anyway.
  1736.  
  1737. Greetings, Bert Laverman (laverman@prismaa.prl.philips.nl)
  1738.  
  1739. ------------------------------
  1740.  
  1741. Date: Wed, 25 Jan 89 09:45:33 NOR
  1742. From: hanche%imf.unit.no@norunix
  1743. Subject: C-Kermit on Apollo under SR10?
  1744. Keywords: Apollo, C-Kermit on Apollo
  1745.  
  1746. Has anybody managed to make C-Kermit work under SR10 on an Apollo?
  1747. Apparently, the Apollo fixes in the code are for earlier versions of the
  1748. operating system.  At least, it calls for a number of include files
  1749. (notably, /sys/ins/*.ins.c) that were not present on our system until we
  1750. copied them from a SR9.7 system.  That's maybe not the smartest thing to do,
  1751. but at least it enabled me to compile C-kermit without errors.  However,
  1752. when I run it, the following happens:
  1753.  
  1754.         % wermit
  1755.         C-Kermit, 4E(070) 29 Jan 88, Apollo DOMAIN/IX 4.2 BSD
  1756.         Type ? for help
  1757.         C-Kermit>set line /dev/sio1
  1758.         /dev/sio1: Not a typewriter
  1759.         Sorry, can't open line: Not a typewriter
  1760.         C-Kermit>
  1761.  
  1762. /dev/sio1 is supposed to be the serial port on my Apollo DN3500.  We are
  1763. running Domain_OS SR10 with only the 4.3 BSD environment installed.  Any
  1764. help is appreciated!
  1765.  
  1766. - Harald Hanche-Olsen   Division of Mathematical Sciences
  1767.   hanche@imf.unit.no    The Norwegian Institute of Technology
  1768.  
  1769. Please send any direct replies to me at hanche@idt.unit.no (local mail
  1770. gateway troubles...).
  1771.  
  1772. ------------------------------
  1773.  
  1774. Date: Wed, 8 Feb 89 10:33:59 EST
  1775. From: kobus@nadc.arpa (D. Kobus)
  1776. Subject: VMS & C-Kermit Problem with Localnet
  1777. Keywords: VMS Kermit, C-Kermit for VMS, Sytek Localnet
  1778.  
  1779. While using C-Kermit on a Microvax II (VMS 4.4), when I CONNECT to my localnet
  1780. cable network I encounter a "contti: ttiosb.status: %SYSTEM-F-HANGUP, data set
  1781. hang-up" flag. This is not the case when I CONNECT to the same line when
  1782. successfully using VMS-Kermit. Also, once a localnet connection to another
  1783. computer is established, I can shell over to C-Kermit and communicate without
  1784. problem.
  1785.  
  1786. I have tried a variety of SET TERMINAL options without success. Frank da Cruz
  1787. of Columbia has pointed me to the offending code in the ckvtio.c routine but;
  1788. at present, comprehension of that programming eludes me.
  1789.  
  1790. If anyone on the net has encountered and overcome this hurdle, your response
  1791. will be appreciated.
  1792.  
  1793. David B. Kobus
  1794. Naval Air Development Center
  1795.  
  1796. ------------------------------
  1797.  
  1798. End of Info-Kermit Digest
  1799. *************************
  1800.  
  1801. 24-Feb-89 20:32:07-GMT,30517;000000000001
  1802. Received: by cunixc.cc.columbia.edu (5.54/5.10) id AA01128; Fri, 24 Feb 89 14:04:56 EST
  1803. Date: Fri, 24 Feb 1989 14:04:55 EST
  1804. From: Christine M Gianone <cmg@cunixc.cc.columbia.edu>
  1805. To: Info-Kermit
  1806. Subject: Info-Kermit Digest V9 #5
  1807. Reply-To: Info-Kermit@cunixc.cc.columbia.edu
  1808. Queries-To: Info-Kermit-Request@CUNIXC.CC.COLUMBIA.EDU
  1809. Message-Id: <CMM.0.88.604350295.cmg@cunixc.cc.columbia.edu>
  1810.  
  1811. Info-Kermit Digest         Fri, 24 Feb 1989        Volume 9 : Number 5
  1812.  
  1813. Special MS-DOS Kermit Issue:
  1814.  
  1815.              MS-DOS Kermit at 115,200 bps
  1816.               MS-Kermit vs Screen Savers
  1817.           Behavior of MS-Kermit SUCCESS/FAILURE Status Flag
  1818.          Problem with Scripts in IBM-PC Kermit 2.31?
  1819.                    MS Kermit 2.32/A
  1820.             MS-Kermit Screen Highlighting
  1821.          MS-Kermit Highlighted Screen Characters vs IBM 7171
  1822.           Kermit Tektronix Emulation "More>" Prompt
  1823.            MS-Kermit Tektronix Emulation vs Numeric Keypad
  1824.             MS-DOS Kermit vs Toshiba 3100 Graphics
  1825.             Mouse Problems with MS-Kermit
  1826.       New Releases of KERMIT No Longer Support Microsoft/Logitech Mice?
  1827.                 Wang version of Kermit
  1828.            MS-Kermit Receiving Files to a Printer?
  1829.  
  1830. Send digest submissions to Info-Kermit@CUNIXC.CC.COLUMBIA.EDU, requests for
  1831. addition to or deletion from the Info-Kermit subscriber list to
  1832. Info-Kermit-Request@CUNIXC.CC.COLUMBIA.EDU or to I-KERMIT@CUVMA.BITNET.
  1833.  
  1834. Kermit files may be obtained over networks and by mail order.  On the
  1835. Internetwork, use FTP to log in to host CUNIXC, CUNIXC.CC.COLUMBIA.EDU, a
  1836. VAX 8700 running UNIX (Ultrix).  The IP host number is 128.59.40.130.
  1837. Login as user anonymous (note, lower case), any password, and GET the
  1838. desired files.  The Kermit files are in directories kermit/a, kermit/b,
  1839. kermit/c, kermit/d, and kermit/e.  You can also get Kermit files over
  1840. BITNET/EARN; to get started send a message with text HELP to KERMSRV, the
  1841. Kermit file server, at host CUVMA.  For detailed instructions, read the
  1842. file kermit/a/aanetw.hlp (AANETW HLP on KERMSRV).  To order by mail,
  1843. request a complete list of Kermit versions and an order form from Kermit
  1844. Distribution, Columbia University Center for Computing Activities, 612
  1845. West 115th Street, New York, NY 10025 USA.
  1846.  
  1847. ----------------------------------------------------------------------
  1848.  
  1849. Date: 26 Jan 89 21:05:00 GMT
  1850. From: michael regoli <regoli@silver.bacs.indiana.edu>
  1851. Subject: MS-DOS Kermit at 115,200 bps
  1852. Keywords: MS-DOS Kermit Performance
  1853.  
  1854. hello!  i need help with the new version of ms-kermit (2.32 on 11 dec 88).
  1855.  
  1856. i have two AT microcomputers (IBM and zenith) connected through a serial
  1857. port with a null modem cable.  i am using extended packet lengths (1,000)
  1858. with a block check type of 3 (for use in transferring 8-bit data).
  1859. everything else is set to kermit defaults (with respect to flow control,
  1860. handshaking, delays, timeouts, retries, etc.).
  1861.  
  1862. my problem is that i cannot drive the cable faster than 57,600 baud.  when i
  1863. try 115,200 baud, i have problems with host acknowledgment and errors.
  1864. (i've even tried shortening the packet length to 94.  still, when the IBM is
  1865. in server mode, and a "send fn" on the zenith is performed, about 5 packets
  1866. get through and the IBM says "unable to send data" while the zenith reports
  1867. "unable to receive an acknowledgment from the host.")
  1868.  
  1869. how can i drive the cable at 115,200?  i know that the serial ports will
  1870. handle the speed because i've used MIRROR (a clone of crosstalk) at that
  1871. speed with both machines.
  1872.  
  1873. thanks for any help.  and by the way, this is an excellent upgrade to
  1874. kermit.  if you don't have it, you should.
  1875.  
  1876.                         |  michael regoli
  1877.                         |  ...rutgers!iuvax!silver!regoli
  1878.                         |  regoli@silver.bacs.indiana.edu
  1879.  
  1880. [From jrd - A lot happens for each character to accomodate the diverse
  1881. situations Kermit faces in the field -- see the flowchart in the MS-Kermit
  1882. 2.32/A manual.  Some other items to be aware of are the display adapter,
  1883. keyboard, and Helpful Utilities. The nice formatted file transfer display
  1884. calls on DOS (and hence the Bios) for support and parts turn off interrupts
  1885. long enough to lose characters; try SET DISPLAY QUIET or SERIAL. Keyboards
  1886. generate messages when ANY key is depressed and that causes the Bios to also
  1887. execute small code sections with interrupts off.  Finally, Helpful Utilities
  1888. which attach to the system clock tic are very heavy loads because the whole
  1889. interrupt system is completely blocked while they run 18.2 times/sec. Even
  1890. DOS PRINT does this in a marked way.
  1891.  
  1892. The problem is actually not so much the work done per character in Kermit,
  1893. although that determines the ultimate throughput, but rather what the
  1894. non-Kermit parts of the computer do with interrupts turned off. The slower
  1895. the machine then the longer it takes to do those system items. I have
  1896. successfully run MS Kermit between Zenith 4.77MHz PCs and other systems at
  1897. 115Kb, provided the cable length is very short and the serial port crystal
  1898. oscillators are reasonably matched.  IBM PS/2's seem to quit working above
  1899. 38,400 baud in my tests. In current development work here with disk i/o
  1900. occurring while packets are being received shows that the disk stuff causes
  1901. marked character loss at speeds of 56KB and faster; that was great for me
  1902. since I wanted lots of random errors for testing purposes!
  1903.  
  1904. Unload all of those TSRs, don't let DOS PRINT be used, specify enough DOS
  1905. buffers to keep DOS tracking fresh material, watch out for slow RAM disk
  1906. routines using Extended or Expanded memory on ATs, and be aware of add-in
  1907. boards (and particularly bus mice) eating system time.  It does work at
  1908. 115KB.  People who really want speed use networks such as Ethernet, Token
  1909. Ring, Starlan, and similar which are designed for high data rates and
  1910. reasonable distances. Mirror and other Xmodem programs are fine for simple
  1911. PC to PC communications, Kermit is far superior (by design) when non-PC's
  1912. are involved or when the communications path is complex or hostile.]
  1913.  
  1914. ------------------------------
  1915.  
  1916. Date: 26 Jan 89 15:08:00 CST
  1917. From: "DAVE CARGO" <dscargo@cim-vax.honeywell.com>
  1918. Subject: MS-Kermit vs Screen Savers
  1919. Keywords: MS-DOS Kermit vs Screen Savers, Screen Savers
  1920.  
  1921. I just ran into a situation that I think MS-Kermit handles correctly, but I
  1922. thought I'd ask to make sure.  I'm running MS-Kermit 2.30 (I haven't had a
  1923. chance to update that system yet).  During long file transfers the screen
  1924. went blank.  In order to see what was on the screen I hit the space bar.
  1925. Are characters other than ^X, ^Z, return, etc. ignored during transfers?
  1926.  
  1927. I just want to make sure it's "safe" to hit the space bar when the screen
  1928. has been blanked like that.  (It's not my system and I don't know what
  1929. screen saver is being used; I couldn't remove it anyway.)
  1930.  
  1931. David S. Cargo
  1932.  
  1933. [From jrd - It is safe to type with abandon while packets flow, although it
  1934. does put a load on Kermit. Only the characters ^E, ^X, ^Z, ^C , and CR will
  1935. be let through the sieve. My screen saver reawakens with even ALT or NumLock
  1936. (my favorite way of doing it while within MS Windows and Excel).]
  1937.  
  1938. ------------------------------
  1939.  
  1940. Date: Fri, 27 Jan 89 14:26:03 est
  1941. From: steinmetz!unioncs!boehmr@uunet.uu.net (Richard Boehm)
  1942. Subject: Behavior of MS-Kermit SUCCESS/FAILURE Status Flag
  1943. Keywords: MS-DOS Kermit Scripts
  1944.  
  1945. The User's guide to MSKERMIT 2.32 states, under "The INPUT command", "The
  1946. command reports a testable status of SUCCESS or FAILURE and sets the DOS
  1947. ERRORLEVEL parameter to 2 if it fails to match within the timeout interval.
  1948. As I understand it, a flag is set. It has been my experience, however, that
  1949. this flag may only be tested ONCE before it's value becomes RESET. This
  1950. behavior is not what I expect in a flag. I expect a flag to retain its
  1951. status until altered by an action of the program. When a flag resets itself
  1952. after testing, I consider it to be unusual.
  1953.  
  1954. I'm trying to login to a Unix system.  My login script must tell the called
  1955. modem what baud I'm using, and I can't do this directly. I have to have the
  1956. called modem cycle through its available speeds until we "connect". I do
  1957. this by sending a break from my end.  The code is:
  1958.  
  1959.   :LOOP
  1960.   INPUT 1 login:
  1961.   IF FAILURE OUTPUT \B
  1962.   IF FAILURE GOTO LOOP
  1963.  
  1964. This doesn't work. I can set take-echo on and see kermit send the break, but
  1965. it won't loop back.  I considered the possibility that in the short period
  1966. of time it takes to execute the instruction, the comm port had received
  1967. "login" and was continuing on, but then the baud rate of the two systems
  1968. would match - they don't.  I have a workaround, ie.,
  1969.  
  1970.     :LOOP
  1971.     INPUT 1 login:
  1972.     IF FAILURE OUTPUT \B
  1973.     REINPUT login:
  1974.     IF FAILURE GOTO LOOP
  1975.  
  1976. But shouldn't the SUCCESS/FAILURE flag be stable?
  1977.  
  1978. BTW - KERMIT is great. I've tried Procomm, Telix, and others. I always come
  1979. back.
  1980.  
  1981.   {uunet | philabs}!steinmetz!unioncs!boehmr            Richard E. Boehm, Jr.
  1982.   boehmr@unioncs.UUCP
  1983.   e_boehmr@union.BITNET
  1984.  
  1985. [From jrd - Acknowledged, testable status ought to be rational. Alas, the
  1986. difficulty is finding the desirable subset of commands which can set status
  1987. and others which will leave it intact. More work is needed in this area. Tnx]
  1988.  
  1989. [Ed. - It's also possible to achieve some semblance of structured, goto-less
  1990. programming by using macros as if they were procedures.  In this case:
  1991.  
  1992.   def retry output \b, goto \%1
  1993.   :loop
  1994.   input 1 login
  1995.   if failure retry loop
  1996.  
  1997. should do the trick.]
  1998.  
  1999. ------------------------------
  2000.  
  2001. Date: Wed, 16 Nov 88 18:38:07 EST
  2002. From: Lawrence Sewell <USDLNS%VTVM1.BITNET@cuvmb.cc.columbia.edu>
  2003. Subject: Problem with Scripts in IBM-PC Kermit 2.31?
  2004. Keywords: MS-DOS Kermit Scripts
  2005.  
  2006. I am having a problem with using logon scripts with IBM-PC Kermit.  It appears
  2007. that Kermit can lose/transform/add data that is sent to it from the remote
  2008. system when using scripts.  To explain the problem I am having, I need to give
  2009. you some background information.  My environment consists of:
  2010.  
  2011. System .................. IBM PS/2 Model 80
  2012. Operating System ........ PC-DOS 3.30
  2013. Kermit .................. IBM-PC Kermit-MS: 2.31 15 August 1988
  2014.                       and IBM-PC Kermit-MS: beta test of 2.31/A 9 Nov 1988
  2015. Communication settings .. COM1, SPEED 9600 and SPEED 19200, PARITY SPACE,
  2016.                           other settings are at their defaults
  2017. Communication network ... IBM-9751 Data Switching Network (Rolm CBX)
  2018. System accessed ......... IBM 7171 protocol converter attached to
  2019.                           an IBM 3090 running VM/XA SP1.
  2020.  
  2021. My script handles the details of accessing a data line on the CBX, placing a
  2022. call to the 7171, entering my terminal type (a VT100), and then starting
  2023. terminal emulation.  The last two steps of this process is performed the
  2024. following script commands:
  2025.  
  2026.   OUTPUT vt100-13 ;  enter the 7171 terminal type
  2027.   CONNECT ; start terminal emulation
  2028.  
  2029. When the terminal type is entered, the 7171 sends a series of VT100 setup
  2030. codes to the terminal.  This code consists of (in Kermit notation):
  2031.  
  2032.    \0D=\0D[H\0D[J\0D[?1;6l\0D?7h
  2033.  
  2034. When accessing the 7171 with SPEED of 9600 or 19200, everything is ok except
  2035. that my PC switches from 80 column mode to 40 column mode.  At lower SPEEDs
  2036. (e.g. 300, 1200, and 4800), I have no problems (e.g. my PC stays in 80 column
  2037. mode).  If I access the 7171 without using scripts, I have no problems using
  2038. every SPEED setting.  I assume that Kermit is seeing some command to set it to
  2039. 40 column mode at these higher SPEED rates.
  2040.  
  2041. Is this a problem or "feature" of Kermit or am I doing something wrong in the
  2042. script?  Should I not use Kermit scripts?
  2043.  
  2044. I have gone through the "MS-DOS KERMIT USER GUIDE" and "Making PC software
  2045. work with digital PBXS" by Christine Gianone and Frank da Cruz (in Data
  2046. Communications October 1988, vol 17 no 11, pages 129-157) without finding
  2047. useful information.
  2048.  
  2049. [From jrd - When doing script commands Kermit is NOT in real terminal
  2050. emulation mode.  Rather, echos and the like are sent to the screen via DOS.
  2051. Your ANSI.SYS is interpreting the host's escape sequences and changing the
  2052. video mode to 40 columns.  Unless the CONNECT command is active ALL Kermit
  2053. output is sent to the screen via DOS.  This allows Kermit scripts to work on
  2054. non-IBM-compatible systems like the Rainbow, HP-150, Victor 9000, etc.
  2055. Under version 2.32 I added a helpful feature of not displaying echos of the
  2056. OUTPUT command if SET INPUT ECHO OFF is given.  This would leave the host's
  2057. echo material sitting in the serial port buffer ready to be read when
  2058. Connect mode begins.  If the host side has been told to not use XON/XOFF
  2059. flow control then there is no way to throttle the host while Kermit waits on
  2060. the printer.  P.S. I presume the "\0D" items above were \27, meaning the
  2061. ESCape character.]
  2062.  
  2063. ------------------------------
  2064.  
  2065. Date: Tue, 31 Jan 89 11:35:27 CET
  2066. From: Knut Winsnes <SYS85001%NOBIVM.BITNET@cuvmb.cc.columbia.edu>
  2067. Subject: MS Kermit 2.32/A 
  2068. Keywords: MS-DOS Kermit VT102 Emulation, International Character Sets
  2069.  
  2070. Hi|  I picked up the latest version of MSkermit for the IBM-PC yesterday.
  2071. Great work, thanks|  I have some problems:
  2072.    -set translation input \x7c \x9b
  2073.     does not work as expected.  (VT100 emulation <-> IBM 7171).
  2074.     (It works under MSkermit 2.31).
  2075.     The vertical-bar symbol is not translated to the 'cent' symbol. (The
  2076.     cent symbol is mapped to a Norwegian character in PC-DOS/HW.)
  2077.     It disappears together with the blank characters following, and one
  2078.     non-blank character following the blanks.  (And the cursor does some
  2079.     strange movements, sometimes.).
  2080.     set translation input \x7c \x94 works well, (as a sample).
  2081.     Bug?
  2082.    -Pressing ctrl-s (xoff) during character reception 'eats' one
  2083.     or two characters and beeps the 'bell' (9600 baud).
  2084.     Same with MSkermit 2.31.  Bug or PC limitation?
  2085.    -On the 'un-enhanced' PC keyboard (Norwegian) some characters are mapped
  2086.     to more than one key.  The right character on a key-top = ALT-SHIFT+key.
  2087.              +---+  +---+  +---+
  2088.     Sample:  |( *|  |) (|  |= )|
  2089.              |8  |  |9  |  |0  |
  2090.              +---+  +---+  +---+
  2091.     Is it possible to SET KEY ALT-SHIFT-0 to a value, without setting
  2092.     SHIFT-9 to the same value?
  2093.  
  2094. Knut / Norwegian School of Management
  2095.  
  2096. [From jrd - Similar comments from hans@ifi.uio.no, also in Norway.  The CSI
  2097. character, 9bh / 155d, should have been detected as CSI before SET
  2098. TRANSLATION INPUT rather than afterward. A natural dilemma actually,
  2099. depending on whether one wants SET TRANS to do language work or to
  2100. compensate for communications pecularities.  I'll do better next time.  On
  2101. many machines touching ANY key invokes the Bios momentarily and that can
  2102. shut off interrupts briefly. My DELL 310 (early model) came with a built-in
  2103. keyclick routine which kept interrupts off for very long intervals; I have
  2104. to manually say ALT grey minus several times to fully turn off the darned
  2105. thing. The Beep/Control-G is a reminder from the Kermit serial port code
  2106. that one or more characters have been lost and the Control-G is the
  2107. replacement. Key mapping: the thing to try is SET KEY and see what your Bios
  2108. reports on various key mappings. Kermit takes what the Bios provides and
  2109. actually knows nothing about what's printed on keycaps.]
  2110.  
  2111. ------------------------------
  2112.  
  2113. Date: Sunday, 23 October 1988  01:24-MDT
  2114. From: cadre!pitt!cisunx!champ@pt.cs.cmu.edu (Patrick Champion)
  2115. Subject: MS-Kermit Screen Highlighting
  2116. Keywords: MS-DOS Kermit VT102 Emulation, Screen Highlighting
  2117.  
  2118. I have noticed that mskermit 2.31 still has a problem displaying files.  If
  2119. one runs RN or MAN on unix, as soon as the highlighted letters in these
  2120. program are displayed, kermit goes from normal intensity to a dimmer
  2121. intensity.  Why does this happen, and is there anyway to avoid it.  For
  2122. example, I saw someones terminal displaying those highlighted (underlined?)
  2123. words in a different color.  This seemed to avoid the dimming of the
  2124. following text.
  2125.  
  2126.   Patrick Champion
  2127.   champ@unix.cis.pittsburgh.edu
  2128.   champ@pittvms.BITNET
  2129.  
  2130. [From jrd - One would have to know what the Unix system is sending to
  2131. control highlighting of characters. I gather that it is something like
  2132. ESC [ 0 m, meaning turn off bold/blink/etc. Check your termcap file for
  2133. particulars and modify it accordingly. At this time MS Kermit does not
  2134. provide separately adjustable colors for various attributes, but the host
  2135. may do so simply with the ESC [ 3x or 4i m sequence (ANSI style).]
  2136.  
  2137. ------------------------------
  2138.  
  2139. Date: Tue, 13 Dec 88 14:57:26 GVA
  2140. From: "J.-M. Saint-Viteux CERN - DD" <JMS@CERNADP.BITNET>
  2141. Subject: MS-Kermit Highlighted Screen Characters vs IBM 7171
  2142. Keywords: MS-DOS Kermit VT102 Emulation, Screen Highlighting, IBM 7171
  2143. Xref: 7171, See IBM 7171
  2144.  
  2145. I currently use MS-kermit version 2.31 to emulate a VT100 terminal attached to
  2146. an IBM mainframe (running VM/SP) via a 7171.  I am very satisfied with that
  2147. apart from one thing: I am unable to distinguish highlighted (or bright)
  2148. characters from normal intensity ones.  Is there a way to do that (by getting
  2149. highlighted characters in a another color or in bold like Mac/Versaterm for
  2150. instance)?  This feature is very important for our site because information
  2151. are hidden in highlighted characters (that is the way a default response of an
  2152. online screen appears for instance).  I would like to thank you very much in
  2153. advance for your reply.
  2154.  
  2155.         J.-M. Saint-Viteux /CERN lab
  2156.  
  2157. [From jrd - MS Kermit provides the normal/bold/inverse video attributes as
  2158. a VT100. If your normal screen is bold and the host says bold then, clearly,
  2159. one will see no difference. If the host does not send the ESC [ .. m sequence
  2160. then Kermit will do nothing at all. See the MS Kermit User's Manual, file
  2161. MSKERM.DOC, for details on the standard escape sequences and the reply above.]
  2162.  
  2163. ----------------------------
  2164.  
  2165. Date: 18 November 1988 1249-PST (Friday)
  2166. From: rick@nprdc.arpa (Rick Butterworth)
  2167. Subject: Kermit Tektronix Emulation "More>" Prompt
  2168. Keywords: MS-DOS Kermit Tektronix Emulation
  2169.  
  2170. We have been using a variety of terminal emulation programs and file transfer
  2171. applications for years, but just recently stumbled into MSKermit, the program.
  2172. We have been delighted to find KERMIT, and are very excited at each feature we
  2173. discover.  We would like to use MSKermit for emulation of a Tek 4014 in
  2174. support of our mainframe graphics based DSS applications.
  2175.  
  2176. There is one problem however, and that is the "More>" pause that occurs
  2177. whenever it appears that text is being written below the last line of the
  2178. screen.  While drawing a graph on the screen, our programs do not continue
  2179. beyond the last line, however the "More>" is interrupting our graphic output.
  2180. After some thought, we realized that CP (our applications run on IBM's CP/CMS,
  2181. aka VM) is terminating our output lines with <CR>, and possibly <LF> and <NUL>
  2182. as well.  While no visible character is transmitted, MSKermit is dutifully
  2183. pausing and then erasing the screen anyway.  As our application manages text
  2184. on the screen with erase as needed, we could live with no "More>".  We looked
  2185. for a way to set the Tek margin pause off, but there appears to be none.  We
  2186. realize KERMIT is working as documented.  Is there a way to replace the Tek
  2187. emulation erase sequence with some innocuous one like nuls? If so, I can not
  2188. seem to find it. Have you any suggestions?  Thanks.
  2189.  
  2190. /Rick Butterworth
  2191.  
  2192. [From jrd - a real Tek 40x0 device will roll over text from the bottom of the
  2193. screen to the top of the right half of the screen, over writing what was
  2194. there. When it fills that half a light comes on the control panel to push a
  2195. button to resume operation. Instead, Kermit places the "more>" msg at the
  2196. lower right corner (there being no convenient light to illuminate) and awaits
  2197. a carriage return, the same as the DOS MORE filter program.  Somehow your
  2198. applications program is attempting to move the "cursor" below the screen since
  2199. I display the "more>" message only in that circumstance.  I'd suggest your
  2200. programs be instructed to move up one line before ending a graph since there
  2201. is no mechanism to turn off the page full indicator.  The SET TRANSLATION
  2202. INPUT command is effective in Tek mode, but that modifies characters singly
  2203. rather than recognizing character strings. You might want to modify the source
  2204. code in file MSGIBM.ASM and remove the "more>" message for local use.]
  2205.  
  2206. ------------------------------
  2207.  
  2208. Date: Wed, 4 Jan 89 11:26:18 EST
  2209. From: Dennis_W._Tokarski@um.cc.umich.edu
  2210. Subject: MS-Kermit Tektronix Emulation vs Numeric Keypad
  2211. Keywords: MS-DOS Kermit Tektronix Emulation, MS-DOS Kermit Mouse Support
  2212.  
  2213. I've recently started using MSKermit 2.31 (Aug 15 '88), and have particularly
  2214. appreciated the Tek 40xx emulation. It has a small problem which I'd like to
  2215. report.
  2216.  
  2217. There is apparently no distinction made between the numeric keypad and the
  2218. upper row of numeric keys, at least under certain limited circumstances.  I
  2219. ran into this problem during graphics input mode when the program I was using
  2220. wanted a numeric value from 1 to 4 inclusive along with the cursor position.
  2221. Usually striking a key should send the ASCII code along with the cursor
  2222. position to the host, and indeed MSKermit manages to do this most of the time.
  2223. However, for the upper numric keys "2", "4", "6", and "8", what happens
  2224. instead is that the graphics cursor moves!! It seems that the T40xx emulation
  2225. code moves the graphics cursor based on a keys ASCII code rather than a scan
  2226. code. Unfortunately, I can't find anything in the documentation file that
  2227. hints at any way to control which key scan codes cause cursor movement. That
  2228. seems to be assembled into the program.
  2229.  
  2230. By the way, I've observed this exact same problem on an IBM PC Convertible, a
  2231. Zenith Z-158 with Hercules card, and a Dell System 220 which uses the C&T
  2232. chipset to provide Hercules/CGA/EGA/VGA graphics modes.  Has anyone else had
  2233. this problem, and has it perhaps been fixed already?
  2234.  
  2235. Also, are you aware of any plans to support a mouse for graphics input?  My
  2236. machine has a Microsoft bus mouse and that would be much nicer that fiddling
  2237. with cursor keys.
  2238.  
  2239. Many thanks for your time and attention, and thanks for a very useful product.
  2240.  
  2241. [From jrd - MS Kermit uses DOS to obtain keyboard information while within the
  2242. Tektronix emulator. Thus the regular numeric keypad arrow keys produce cursor
  2243. motion but the shifted numeric keypad arrow keys are reported by DOS as
  2244. numbers. Shifted arrow keys are used for crosshair speed control and thus
  2245. overlap the upper rank numeric/punctuation keys. Maybe we can do something
  2246. constructive about this later on.
  2247.  
  2248. Mice work just fine, but you may find the cursor motion slow since Microsoft
  2249. has set up matters to do one effective arrow key for only many "mickeys." This
  2250. might be adjustable with the mouse driver setup program.  In any case, go
  2251. ahead and use the mouse; it works here with the Microsoft serial mouse, but
  2252. use the MS mouse programs MOUSE ON and then DEFAULT to make the mouse emulate
  2253. the arrow keys.]
  2254.  
  2255. ------------------------------
  2256.  
  2257. Date: Thu, 01 Dec 88 23:59:42 CET
  2258. From: Kurt Ernulf <UPSKE%SEGUC11.BITNET@cuvmb.cc.columbia.edu>
  2259. Subject: MS-DOS Kermit vs Toshiba 3100 Graphics
  2260. Keywords: MS-DOS Kermit Tektronix Emulation, Toshiba 3100 Graphics
  2261.  
  2262. Dear Friends,
  2263.  
  2264. Congratulations to the new Kermit version!  As always, it is a great program,
  2265. widely in use here at the Dept. of Psychology, Univ. of Goteborg, Sweden.
  2266.  
  2267. One little bug seems to be persistent, though. The Toshiba 3100 fails to
  2268. display 640x400 graphics, even though Kermit is set to GRAPHICS ATT, but
  2269. yields "only" CGA 640x200. Would it be possible to fix this bug?  It would
  2270. greatly enhance our working environment|
  2271.  
  2272. Thanks,
  2273. Kurt Ernulf
  2274.  
  2275. [From jrd - Check the version 2.32 release.  Kermit looks in memory location
  2276. F000:14H for the string T3100 TOSHIBA with the characters doubled.]
  2277.  
  2278. ------------------------------
  2279.  
  2280. Date: Tue, 15 Nov 88 17:42:34 MEZ
  2281. From: Konrad Neuwirth <A4422DAE%AWIUNI11.BITNET@cuvmb.cc.columbia.edu>
  2282. Subject: Mouse Problems with MS-Kermit
  2283. Keywords: MS-DOS Kermit Mouse Support, Norton Commander
  2284.  
  2285. When I quit MS-KERMIT and start the Norton Commander Version 2 (I did not try
  2286. with version 1), the program simply does not react to the mouse. I have a
  2287. MicroSOft SERIAL Mouse, so I think here is the problem.  If I use a program,
  2288. that I know uses the Mouse Driver, I don't have any problems, so I suppose the
  2289. Commander takes the imput directly from the mouse. I suppose that Kermit takes
  2290. up some interrupts, or sets some pointers, and does not restore the to ther
  2291. original value or position or whatever. But it is just a guess. Please, can
  2292. anyone help me?  Thanks!
  2293.  
  2294.   Konrad Neuwirth
  2295.   Fernkorngasse 44-2-4
  2296.   A-1100 Wien, Austria
  2297.  
  2298. [From jrd - I have had no problems between MS Kermit and the Microsoft serial
  2299. mouse on my systems. Kermit is very very careful about interrupts and the
  2300. like, much more so than most programs. The problem likely lies with Norton
  2301. Commander's assumptions about mice drivers and serial ports.  I presume the
  2302. mouse is not on COM1 since Kermit starts up using COM1 and later can be
  2303. switched to another port. If it does change ports it tells the old port to
  2304. turn off interrupts, as it should. For example, using COM1 and COM3 on the
  2305. same interrupt line means that only one port can be left active. Try the
  2306. Microsoft mouse driver support program MOUSE.COM and say MOUSE OFF or MOUSE
  2307. ON, as appropriate. I also use the mouse with Kermit under Windows/1/2/386
  2308. with no interference; occassionally I even have Kermit talk with the mouse to
  2309. demonstrate for visitors what those clicks mean to PC's.]
  2310.  
  2311. ------------------------------
  2312.  
  2313. Date: Wed, 11 Jan 89 15:31 PST
  2314. From: <MULTI@TRIUMFCL.BITNET>
  2315. Subject: New Releases of KERMIT No Longer Support Microsoft/Logitech Mice?
  2316. Keywords: MS-DOS Kermit Mouse Support
  2317.  
  2318. MS-Kermit version 2.30 worked with both Microsoft Mouse and Logitech Mouse
  2319. using the escape sequences built into the mouse drivers.  Under MS-Kermit
  2320. version 2.31, both the Microsoft and the Logitech mouse quit working.  Can you
  2321. please implement support for these mice under a future release of MS-Kermit or
  2322. indicate how to get these mice to work under existing (version 2.32) versions
  2323. of Kermit.
  2324.                                                 Dr. A. Olin/Y.N. Miles
  2325.  
  2326. [From jrd - Surprize! Kermit never has attempted to understand the escape
  2327. sequences of mice as such. However, I note that my MS serial mouse likes to
  2328. send characters with parity so the Kermit command line parser sees 8-bit
  2329. characters these days. At the command line level SET PARITY has no effect
  2330. since the command applies to serial port material rather than the keyboard.  I
  2331. do not know how the mice are being used (command line, inside Connect mode, in
  2332. Tek emulator mode, etc) but locally saying MOUSE ON, DEFAULT (MS programs, the
  2333. latter meaning use the default mouse menu) makes the mouse emulate the arrow
  2334. keys and Kermit is happy with them at the DOS level. This lets one use mice to
  2335. control the Tek crosshairs since the keyboard is read at DOS level rather than
  2336. via the Bios (where the mouse would not be observed).]
  2337.  
  2338. ------------------------------
  2339.  
  2340. Date: Sun, 29 Jan 89 23:23:37-1000
  2341. From: Tom Wilson  <wilson@uhccux.uhcc.hawaii.edu>
  2342. Subject: Wang version of Kermit
  2343. Keywords: Wang PC
  2344.  
  2345. The current Wang PC version of Kermit appears to still lack a large number
  2346. of commands found on the IBM-compatible version.  Is there someone working
  2347. on creating a Wang-specific version?  I am short on time right now, but am
  2348. interested in producing a Wang version if there is no one else working on
  2349. this.  (I have previously written a VT-100/tektronix emulator with
  2350. upload/download (no error checking) for the Wang, so I understand the major
  2351. quirks of the sytem.)  Can you tell the development status of a Wang
  2352. version?
  2353.  
  2354. Secondly, are all the PC versions of Kermit in assembler?  It seems that
  2355. much of the code could be in C instead, with only low-level stuff in
  2356. assembler.  Does such a beast exist?  I have seen C-Kermit (slightly), but I
  2357. get the impression that it is for unix systems or at least time-sharing
  2358. systems.  What other info is available/what is the status of this?
  2359.  
  2360. [From jrd - We do need an active volunteer to work on Wang PC Kermit. There
  2361. is no Wang technical documentation here so development has ceased. I'd be
  2362. pleased to work with you in upgrading it to version 2.32/A.
  2363.  
  2364. On C vs Assembler for MS Kermit. It started in assembler and the effort
  2365. versus reward to convert it is not beneficial. My own perspective, biased to
  2366. be sure, is that performance/flexibility/etc are vital and language per se
  2367. is nearly a non-issue. I think in terms of algorithms, performance, and cost
  2368. and rather than language (transparent after frequent use) or "low/high"
  2369. level and the like. C Kermit is designed to run on a very wide variety of
  2370. machines. However, its features are quite different than those in MS Kermit,
  2371. particularly the user interface.  Finally, it's been my experience that very
  2372. few people actually work in the source code of Kermits, of whatever
  2373. language, since they are not exactly simple exercises. This is unfortunate
  2374. because Kermit is what it is because it is also very much a community
  2375. development (vs a closed commerical operation).  We would welcome someone
  2376. doing a complete conversion of MS Kermit from assembler to portable C
  2377. (omitting vendor-specific items) and maintaining performance in critical
  2378. areas. Before starting however, do have a careful look at both C Kermit and
  2379. MS Kermit sources. It's one of those "could" versus "should" affairs.]
  2380.  
  2381. ------------------------------
  2382.  
  2383. Date: Tue, 31 Jan 89 15:14+0100
  2384. From: Marx%DMZRZU71.BITNET@cuvmb.cc.columbia.edu
  2385. Subject: MS-Kermit Receiving Files to a Printer?
  2386. Keywords: MS-DOS Kermit Printer Support
  2387.  
  2388. I have got the new KERMIT 2.32 release for PC (MS-DOS).
  2389.  
  2390. With version 2.31 I have lost data when receiving files to my printer. Now
  2391. with the new version the host hangs up when receiving files to a printer if
  2392. the files are longer then 40-50 lines.  Then I have to cancel the
  2393. listing-job and restart (without printing).  Sometimes I have to login new.
  2394.  
  2395. Is this a bug of Kermit 2.32 or is there any way to receive files to a
  2396. printer without hang up of the host?
  2397.                                          Achim Marx
  2398.                                          BITNET: Marx -at DMZRZU71
  2399.  
  2400. [From jrd - This is most likely an XON/XOFF flow control mismatch between
  2401. the PC and the host.  MS Kermit 2.32/A will properly print at almost any
  2402. baud rate, 2.32/A being slightly smarter about extra XON/XOFF's than earlier
  2403. versions, but the host must support XON/XOFF flow control to avoid overruns
  2404. on the communications line.]
  2405.  
  2406. ------------------------------
  2407.  
  2408. End of Info-Kermit Digest
  2409. *************************
  2410.  
  2411.  4-Apr-89 22:50:51-GMT,18993;000000000001
  2412. Return-Path: <cmg@watsun.cc.columbia.edu>
  2413. Received: from cunixc.cc.columbia.edu by watsun.cc.columbia.edu (4.0/SMI-4.0)
  2414.     id AA11347; Tue, 4 Apr 89 18:50:45 EDT
  2415. Received: from watsun.cc.columbia.edu by cunixc.cc.columbia.edu (5.54/5.10) id AA20115; Tue, 4 Apr 89 18:46:42 EDT
  2416. Received: by watsun.cc.columbia.edu (4.0/SMI-4.0)
  2417.     id AA11199; Tue, 4 Apr 89 18:28:18 EDT
  2418. Date: Tue, 4 Apr 1989 18:28:17 EDT
  2419. From: Christine M Gianone <cmg@watsun.cc.columbia.edu>
  2420. To: Info-Kermit@watsun.cc.columbia.edu
  2421. Subject: Info-Kermit Digest V9 #6
  2422. Reply-To: Info-Kermit@cunixc.cc.columbia.edu
  2423. Queries-To: Info-Kermit-Request@CUNIXC.CC.COLUMBIA.EDU
  2424. Message-Id: <CMM.0.88.607732097.cmg@watsun.cc.columbia.edu>
  2425.  
  2426. Info-Kermit Digest         Tue, 4 Apr 1989        Volume 9 : Number 6
  2427.  
  2428. Today's Topics:
  2429.  
  2430.          New Network Address for Kermit Distribution
  2431.         Kermit File Server Available on LISTSERV@HEARN
  2432.      Proposed Kermit Protocol Extension for International Character Sets
  2433.         New Release of C-Kermit Available for Testing
  2434.             C-kermit on apollo under SR10!
  2435.            Announcing the Final Test of OS/2 Kermit
  2436.        Announcing Kermit for Hewlett-Packard BASIC Workstations
  2437.              TSO Kermit-370 through VTAM
  2438.          Terminal Controller Detection in Kermit-370
  2439.                Graphics devices and CMS Kermit
  2440.             CMS Kermit for IBM 3174 w/AEA
  2441.  
  2442. Send digest submissions to Info-Kermit@CUNIXC.CC.COLUMBIA.EDU, requests for
  2443. addition to or deletion from the Info-Kermit subscriber list to
  2444. Info-Kermit-Request@CUNIXC.CC.COLUMBIA.EDU or to KERMIT@CUVMA.BITNET.
  2445.  
  2446. Kermit files may be obtained over networks and by mail order.  On the
  2447. Internetwork, use FTP to log in to host CUNIXC, CUNIXC.CC.COLUMBIA.EDU, a
  2448. VAX 8700 running UNIX (Ultrix).  The IP host number is 128.59.40.130.
  2449. Login as user anonymous (note, lower case), any password, and GET the
  2450. desired files.  The Kermit files are in directories kermit/a, kermit/b,
  2451. kermit/c, kermit/d, and kermit/e.  You can also get Kermit files over
  2452. BITNET/EARN; to get started send a message with text HELP to KERMSRV, the
  2453. Kermit file server, at host CUVMA.  For detailed instructions, read the
  2454. file kermit/a/aanetw.hlp (AANETW.HLP on KERMSRV).  To order by mail,
  2455. request a complete list of Kermit versions and an order form from Kermit
  2456. Distribution, Columbia University Center for Computing Activities, 612
  2457. West 115th Street, New York, NY 10025 USA.
  2458.  
  2459. ----------------------------------------------------------------------
  2460.  
  2461.  
  2462. Date: Wed Mar  13 11:42:49 1989
  2463. From: Christine M Gianone <cmg@watsun.cc.columbia.edu>
  2464. Subject: New Network Address for Kermit Distribution
  2465. Keywords: cunixc, watsun, Network Distribution of Kermit
  2466.  
  2467. The home system for Kermit distribution has moved from cunixc.cc.columbia.edu
  2468. (a VAX 8700 running Ultrix 2.2) to watsun.cc.columbia.edu (a SUN-4/280 running
  2469. SUNOS 4.0).  The Internet host number for watsun is 128.59.39.2.
  2470.  
  2471. Cunixc will remain active and accessible to anonymous ftp, and its Kermit
  2472. files will remain up-to-date until further notice.  Internet users are
  2473. encouraged to ftp from watsun rather than cunixc, because cunixc is a busy
  2474. system that tends to be overloaded and slow during peak hours, and watsun
  2475. should be able to handle the ftp traffic better.
  2476.  
  2477. You should begin sending e-mail to Info-Kermit and Info-Kermit-Request at
  2478. watsun rather than cunixc.  The cunixc e-mail addresses will remain effective
  2479. until further notice.
  2480.  
  2481. ------------------------------
  2482.  
  2483. Date: Thu, 23 Mar 89 16:28:45 MET
  2484. From: "INFOatHEARN (EARN-NL Info Service)" <INFO@HNYKUN11.BITNET>
  2485. Subject: Kermit File Server Available on LISTSERV@HEARN
  2486. Keywords: HEARN, LISTSERV, Netherlands, Kermit File Servers
  2487.  
  2488. Since several weeks the complete KERMIT database is available on the EARN node
  2489. HEARN in The Netherlands.  All files from the Kermit server in the USA
  2490. (KERMSRV@CUVMA) are available on the Dutch node and every week in the night
  2491. from Sunday onto Monday the Dutch server is updated.
  2492.  
  2493. All files are available via LISTSERV@HEARN and are listed in KERMIT FILELIST.
  2494. This file can be requested by:
  2495.  
  2496.   VM/CMS:  TELL LISTSERV AT HEARN GET KERMIT FILELIST
  2497.   VAX/VMS: SEND LISTSERV@HEARN GET KERMIT FILELIST
  2498.  
  2499. A specific file is requested by:
  2500.  
  2501.   VM/CMS:  TELL LISTSERV AT HEARN GET fn ft KERMIT
  2502.   VAX/VMS: SEND LISTSERV@HEARN GET fn ft KERMIT
  2503.  
  2504. The use of the word KERMIT at the end of the command prevents LISTSERV from
  2505. searching in other databases.
  2506.  
  2507. Marc de Lyon / Frans-Jozef Sprengers,
  2508.  
  2509. INFOatHEARN (EARN Info Service in The Netherlands)
  2510. Acknowledge-To: <INFO@HNYKUN11>
  2511.  
  2512. [Ed. - Many thanks to the brave people at INFOatHEARN for setting up a
  2513. European Kermit Distribution area for BITNET/EARN.  This will greatly
  2514. alleviate the transatlantic network congestion that has occurred in the past
  2515. when new versions of Kermit are announced from Columbia.  European users are
  2516. urged to obtain their Kermit files from LISTSERV@HEARN rather than
  2517. KERMSRV@CUVMA from now on.]
  2518.  
  2519. ------------------------------
  2520.  
  2521. Date: Mon Apr 3 11:42:49 1989
  2522. From: Christine M Gianone <cmg@watsun.cc.columbia.edu>
  2523. Subject: Proposed Kermit Protocol Extension for International Character Sets
  2524. Keywords: Kermit Protocol, International Character Sets
  2525. Keywords: ISO Standards, Japanese
  2526. Xref: National Characters, see International Character Sets
  2527.  
  2528. A very rough, preliminary draft proposal for an extension to the Kermit file
  2529. transfer protocol is now available for review.  Its purpose is to allow the
  2530. transfer of multi-language text files between unlike computer systems.  The
  2531. new transfer syntax uses the 8-bit character sets defined in the ISO 8859 and
  2532. similar standards, and mechanisms for switching among them defined in ISO
  2533. 2022.  Japanese and other multi-byte character sets are handled by similar
  2534. mechanisms.
  2535.  
  2536. If you would like to read this document (about 70K), it can be ftp'd from
  2537. watsun or cunixc as kermit/test/isok2.txt, or, on BITNET, obtained from
  2538. KERMSRV@CUVMA as T:ISOK2.TXT.  The "2" denotes draft #2.  Future drafts will
  2539. be isok3.txt, isok4.txt, etc. (but not too many of them!).  A special splinter
  2540. group e-mail list, "isokermit", has been set up for those who would like to
  2541. discuss these issues in detail.  If you would like to join this group, please
  2542. let me know.
  2543.  
  2544. ------------------------------
  2545.  
  2546. Date: Mon Apr 3 10:01:15 1989
  2547. From: Frank da Cruz <fdc@watsun.cc.columbia.edu>
  2548. Subject: New Release of C-Kermit Available for Testing
  2549. Keywords: C-Kermit, UNIX Kermit, Attribute Packets, SUN, Ultrix, VAX/VMS
  2550. Xref: File Attributes, see Attribute Packets
  2551.  
  2552. This is to announce a test release of C-Kermit, 4F(077).  The major new
  2553. feature is limited support for file attribute packets.  C-Kermit can send
  2554. attribute packets containing system ID, file sizes (K and bytes), and
  2555. encoding method (text or binary), and will honor positive and negative
  2556. responses.  The command 'set attributes {on, off}' was added, to allow
  2557. attribute packet processing to be disabled in case of misunderstandings; it
  2558. is enabled by default.
  2559.  
  2560. C-Kermit also receives and reads attribute packets but so far does nothing
  2561. with these attributes except for "Disposition" (Attribute "+").  If the
  2562. disposition is M, then the file is mailed to the designated address(es).  If
  2563. the disposition is P, then the file is printed with the specified options.
  2564. These operations are currently done in the obvious, crude way (via
  2565. "system()"), and only for UNIX.  The LOG DEBUG command will record attributes
  2566. in the debug log.
  2567.  
  2568. MS-Kermit users will notice that when receiving files from C-Kermit, the
  2569. percent transferred will be displayed, and that MS-Kermit will refuse to
  2570. receive files from C-Kermit that are too big for the available disk space.
  2571. Also the MS-Kermit MAIL command will work with C-Kermit in RECEIVE or SERVER
  2572. mode.
  2573.  
  2574. Other changes include:
  2575.  
  2576.  -  Improved speed when sending files, most noticable on slower machines.
  2577.     Thanks to Paul Placeway of Ohio State University for supplying a new
  2578.     buffered file input function, along with reorganizing the packet encoding
  2579.     functions.
  2580.  
  2581.  -  The SET SERVER TIMEOUT command was added to control the rate at which the
  2582.     C-Kermit server issues NAKs during command wait, 0 = no NAKs at all.  The
  2583.     server's periodic NAKs can interfere with originate/answer devices like
  2584.     digital PBXs or autodial modems, putting them in originate mode when the
  2585.     user wanted the device to be in answer mode.  SET SERVER TIMEOUT 0 can now
  2586.     be used in such situations.
  2587.  
  2588.  -  Make C-Kermit send NAKs: ckcpro.w, ckcfns.c, ckcfn2.c, ckcmai.c.  Up till
  2589.     now, C-Kermit has always responded to a corrupted packet or a timeout by
  2590.     resending its previous packet.  It turns out that when talking to a more
  2591.     generalized Kermit program -- i.e. one that provides for sliding-window
  2592.     packet transfer, in which a window size of 1 is just a special case --
  2593.     that it is better for C-Kermit to send NAK packets in response to
  2594.     corrupted packets or timeouts, which a sliding-windows Kermit will act
  2595.     upon immediately.
  2596.  
  2597.  -  Cure a longstanding protocol bug in which Kermit would sometimes fail to
  2598.     send files whose names started with capital X or Z.
  2599.  
  2600.  -  Fixes to ensure that UNIX versions catch the HUP (hangup) signal, and
  2601.     clean up and disappear properly in the event of a telephone disconnection.
  2602.  
  2603.  -  In remote mode, when file transfer is done over the job's controlling tty,
  2604.     use file descriptor 0 (stdin) rather than obtaining a new file descriptor
  2605.     on the terminal.  This allows UNIX "idle line monitors" to properly detect
  2606.     Kermit activity and not log out Kermit users in the middle of 40-megabyte
  2607.     file transfers because the tty line appears to be idle.
  2608.  
  2609.  -  Add UNOS support from David MacKenzie, edf@rocky2.rockefeller.edu.
  2610.  
  2611.  -  Slightly better support for Hayes modems -- catch the case where user
  2612.     dials out at 2400 but gets connected at 1200.
  2613.  
  2614.  -  Several minor bug fixes.
  2615.  
  2616. See the file ckuker.upd for details about the changes.
  2617.  
  2618. This release needs to be tested thoroughly on as many different kinds of UNIX
  2619. systems as possible -- pure Berkeley (2.9, 2.10, 4.1, 4.2, 4.3), AT&T (System
  2620. III, V, and VR3), Xenix (all varieties), etc etc.  It has been tested so
  2621. far on 4.2BSD-based systems (Ultrix 2.0 and SUNOS 4.0) and AT&T System-V
  2622. systems (the AT&T Unix PC).
  2623.  
  2624. For now, the new release is available via ftp from cunixc.cc.columbia.edu, in
  2625. the directory kermit/test/ck*.  Please get the files, try them out, and report
  2626. any problems to me.  After the kinks are worked out, version 4F will replace
  2627. the current standard 4E release.
  2628.  
  2629. BITNET/EARN users may also access the test files in the new KERMSRV test area.
  2630. Refer to these files as T:CKU*.*, T:CKC*.*, and T:CKW*.*, for instance:
  2631.  
  2632.   TELL KERMSRV AT CUVMA MAIL DIR T:*.*
  2633.   TELL KERMSRV AT CUVMA SEND T:CKC*.*
  2634.  
  2635. Among the files in the test area, you will also find updated VAX/VMS support
  2636. files for C-Kermit from Mark Buda at DEC.  These are a "work in progress" and
  2637. are not quite usable yet.  If you would like to look at them, their names all
  2638. begin with the letters "ckv" (in KERMSRV, they are T:CKV*.*).  They will be
  2639. updated from time to time, as will the other files in this area, as bugs are
  2640. fixed, etc.  Watch forthcoming issues of Info-Kermit for announcements of
  2641. improved VMS versions of C-Kermit, and a real release of version 4F in general.
  2642.  
  2643. ------------------------------
  2644.  
  2645. Date: Tue, 4 Apr 89 20:05:36 +0200
  2646. From: hanche@imf.unit.no
  2647. Subject: C-kermit on apollo under SR10!
  2648. Keywords: C-Kermit, Apollo Kermit
  2649.  
  2650. I asked earlier about making C-Kermit work under SR10 on an Apollo.  I
  2651. now have the answer, thanks to our local Apollo representative.
  2652. Although the silence following my query was deafening---suggesting
  2653. that no one on this list uses Apollos---I will now report the fix.
  2654.  
  2655. The problem is basically this: The C-kermit code is full of special
  2656. code to handle Apollos.  All this code turns out to be unnecessary
  2657. (and indeed harmful) when running under SR10, since the operating
  2658. system is now much more Unixlike.  Unfortunately, even the C compiler
  2659. provided with the 4.3BSD environment of SR10 defines the preprocessor
  2660. symbol aegis, thereby activating the unwanted code.  I fixed this by
  2661. inserting a new item in the makefile, looking like this:
  2662.  
  2663. #Apollos running SR10.0 or later:
  2664. sr10-bsd:
  2665.     make wermit "CFLAGS= -DBSD4 -DDEBUG -DTLOG -Uaegis"
  2666.  
  2667. I also needed to add one line to ckcmai.c (anywhere near the beginning):
  2668.  
  2669. #undef apollo
  2670.  
  2671. and then the program compiled like a charm.
  2672.  
  2673. I also discovered that you must use /dev/tty??, not /dev/sio? as the
  2674. latter access the serial lines at a lower level than is standard on
  2675. Unix systems.
  2676.  
  2677. - Harald Hanche-Olsen   Division of Mathematical Sciences
  2678.   hanche@imf.unit.no    The Norwegian Institute of Technology
  2679.  
  2680. ------------------------------
  2681.  
  2682. Date: Wed, 15 Mar 89 13:34 CST
  2683. From: C.J.Adie@edinburgh.ac.uk
  2684. Via: LOWEY%SASK.USask.CA@cuvmb.cc.columbia.edu
  2685. Subject: Announcing the Final Test of OS/2 Kermit
  2686. Keywords: OS/2 Kermit, IBM PS/2, PS/2
  2687.  
  2688. This is to announce a new version of C-Kermit for OS/2 for the IBM PS/2
  2689. family.  Version 1.0p fixes a number of bugs in the VT100 terminal emulator,
  2690. which is now upgraded to a VT102.  Many thanks to all those who commented on
  2691. the previous releases, and particularly to Kevin Lowey at the University of
  2692. Saskatchewan and to Peter White of the University of New Brunswick for their
  2693. advice on the emulation.  The documentation is also updated, to explain better
  2694. the interaction of Kermit with the OS/2 MODE utility.
  2695.  
  2696. If no bugs are reported to me by Monday 1st May 1989, this version will become
  2697. the first full (ie. non-beta-test) release of C-Kermit for OS/2, at which
  2698. point the version number will be changed to 1.0 and the sources will be
  2699. released.
  2700.  
  2701. Please send bug reports to "C.J.Adie@edinburgh.ac.uk"
  2702.  
  2703. Chris Adie
  2704.  
  2705. [Ed. - Thanks to Chris, and to Kevin for relaying the material to Columbia.
  2706. The new release replaces the previous one in the Kermit Distribution "B" area
  2707. as files cko*.*.]
  2708.  
  2709. ------------------------------
  2710.  
  2711. Date: Wed Mar  1 11:42:49 1989
  2712. From: Christine M Gianone <cmg@watsun.cc.columbia.edu>
  2713. Subject: Announcing Kermit for Hewlett-Packard BASIC Workstations
  2714. Keywords: HP-9000 Kermit, BASIC Kermit
  2715. Xref: Hewlett-Packard, See HP
  2716.  
  2717. This is to announce Kermit for the HP 9000 Series 200 and 300 BASIC
  2718. workstations, written in HP-BASIC by Andrew Campagnola of Hewlett-Packard
  2719. Measurement Systems Division in Loveland, Colorado, with contributions from
  2720. Keith Moore at the HP NJ Division labs.  This version, Kermit-RMB 1.0, of the
  2721. program is the initial release.  Kermit-RMB is capable of both remote and
  2722. local operation, transfers text and binary files over both 8-bit and 7-bit
  2723. connections, emulates the DEC VT100 terminal, does raw uploads and downloads,
  2724. includes logging functions, has a macro facility, and handles Kermit File
  2725. Attribute packets.  It also printer control, a hex editor and dump facility,
  2726. and a file type conversion utility.  It lacks certain other capabilities
  2727. including wildcard send, 2- and 3-character checksums, server functions, and
  2728. long packets.  The program runs on any Series 200/300 computer with 1MB of
  2729. memory and BASIC 5.0 or greater, and will run on any HP serial interface
  2730. available for these computers.
  2731.  
  2732. Kermit-RMB comes with an extensive manual, BASIC source code, and binaries
  2733. encoded in hexadecimal format.  The files are in the "C" area of Kermit
  2734. Distribution, kermit/c via anonymous FTP, or on the C tape, as files whose
  2735. names start with HPB.  The program will also be distributed by Interex, the
  2736. international HP computer user group, on native-format 3.5" diskettes, and
  2737. can also be obtained over BITNET from KERMSRV at CUVMA.
  2738.  
  2739. Many thanks to Andy for contributing this program.
  2740.  
  2741. ------------------------------
  2742.  
  2743. Date: Mon, 1989 Feb 13   13:54:52 EST
  2744. From: (John F. Chandler)   PEPMNT@CFAAMP.BITNET
  2745. Subject: TSO Kermit-370 through VTAM
  2746. Keywords: Kermit-370, Protocol Converters, VTAM, TSO Kermit
  2747.  
  2748. A new update is now available, thanks to Herb Huston at GSFC, for
  2749. automatically detecting the presence of VTAM controlling a line-mode
  2750. connection on TSO.  The new code then sets the controller type to VTAMTTY and
  2751. removes the necessity for the user to do it by hand (or to rely on the Kermit
  2752. installer for setting the default controller type to VTAMTTY).  The update is
  2753. available in IKTKER.UPD in the Kermit distribution.  This update is
  2754. particularly useful at sites with both VTAM and TCAM TTY lines, since no
  2755. default there would satisfy everyone.
  2756.  
  2757. ------------------------------
  2758.  
  2759. Date: Mon, 1989 Feb 27   13:10:35 EST
  2760. From: (John F. Chandler)   PEPMNT@CFAAMP.BITNET
  2761. Subject: Terminal Controller Detection in Kermit-370
  2762. Keywords: Kermit-370, Protocol Converter, VTAM
  2763.  
  2764. Release 4.1 of Kermit-370 has code for automatically detecting whether a
  2765. full-screen terminal is a SERIES1-type or not by issuing a SERIES1 status
  2766. request (which is "illegal" for controllers not compatible with the Yale ASCII
  2767. communication system).  Unfortunately, some users report that VTAM refuses to
  2768. allow such a command through.  Can anyone familiar with VTAM operation suggest
  2769. a way of making it more amenable?
  2770.  
  2771. ------------------------------
  2772.  
  2773. Date: Fri, 1989 Mar 31   17:16:16 EST
  2774. From: (John F. Chandler)   PEPMNT@cfaamp.bitnet
  2775. Subject: Graphics devices and CMS Kermit
  2776. Keywords: Kermit-370, Graphics, VM/CMS Kermit
  2777.  
  2778. I'm looking (again) for anyone who is interested in getting CMS Kermit to run
  2779. with the class of protocol converters known as Graphcis devices (including
  2780. MICOM, PCI, and LeeData models, among others).  This time, I have not one, but
  2781. two, new possibilities of code to try as alternatives to the standard-issue
  2782. CMS Kermit 4.1.  The few people who have tried CMS Kermit with Graphcis
  2783. devices in the past (and bothered to report their results) have been
  2784. frustrated by failure, but there is now a very good prospect of getting at
  2785. least one version to work.  Please, let me know if you're interested.  Also,
  2786. if you happen to have tried CMS Kermit successfully with one of these devices
  2787. (I'm still hoping), I would love to have the details.
  2788.  
  2789.                                     John
  2790.  
  2791.                                     BITNET:   PEPMNT@CFAAMP
  2792.                                     Internet: PEPMNT@CFAAMP.HARVARD.EDU
  2793.                                     SPAN:     CFAPS2::CHANDLER
  2794.  
  2795. ------------------------------
  2796.  
  2797. Date: Wed, 29 Mar 89 10:05:59 PST
  2798. From: GEORGE WESTLUND <DI001%CALPOLY@cuvmb.cc.columbia.edu>
  2799. Subject: CMS Kermit for IBM 3174 w/AEA
  2800. Keywords: Kermit-370
  2801.  
  2802. I've tried the IBM-NETS and LIAISON groups with little or no success, so
  2803. now I'll ask you guy's...
  2804.  
  2805. Are you aware of a version of IBM-CMS Kermit that will work with an IBM 3174
  2806. Remote communications controller with ASCII Emulation Adapters?  If one
  2807. exists, I need to know the version number so I can convince our systems people
  2808. to upgrade.  If one doesn't exist, is there a chance of one in the near
  2809. future?  Can you put me in touch with anyone who could provide more
  2810. information.
  2811.  
  2812. I have already received a couple of querries from users who would also
  2813. like this capability.
  2814.  
  2815. All help appreciated!
  2816.  
  2817. [Ed. - Others have asked about this.  Anyone?]
  2818.  
  2819. ------------------------------
  2820.  
  2821. End of Info-Kermit Digest
  2822. *************************
  2823.  
  2824.  
  2825.  
  2826. 27-Apr-89 20:26:41-GMT,25864;000000000001
  2827. Return-Path: <cmg@watsun.cc.columbia.edu>
  2828. Received: from cunixc.cc.columbia.edu by watsun.cc.columbia.edu (4.0/SMI-4.0)
  2829.     id AA23762; Thu, 27 Apr 89 16:26:33 EDT
  2830. Received: from watsun.cc.columbia.edu by cunixc.cc.columbia.edu (5.54/5.10) id AA26589; Thu, 27 Apr 89 16:25:38 EDT
  2831. Received: by watsun.cc.columbia.edu (4.0/SMI-4.0)
  2832.     id AA23647; Thu, 27 Apr 89 16:14:06 EDT
  2833. Date: Thu, 27 Apr 1989 16:14:06 EDT
  2834. From: Christine M Gianone <cmg@watsun.cc.columbia.edu>
  2835. To: info-kermit@watsun.cc.columbia.edu
  2836. Subject: Info-Kermit Digest V9 #7
  2837. Reply-To: Info-Kermit@cunixc.cc.columbia.edu
  2838. Queries-To: Info-Kermit-Request@CUNIXC.CC.COLUMBIA.EDU
  2839. Message-Id: <CMM.0.88.609711246.cmg@watsun.cc.columbia.edu>
  2840.  
  2841. Info-Kermit Digest         Thu, 27 Apr 1989        Volume 9 : Number 7
  2842.  
  2843. Departments:
  2844.  
  2845.   MS-DOS KERMIT
  2846.            How to Enable Printer Under MS-Kermit
  2847.        Keycodes for WordPerfect and MS-Kermit
  2848.            MS-DOS Kermit Praise
  2849.            MS-Kermit V2.32/A Tek4010 Emulation
  2850.            MS-Kermit Flow Control Problem
  2851.            MS-Kermit with ProKey
  2852.            MS-Kermit Tektronix Emulation vs MCGA
  2853.            Problem with MS-Kermit 2.32A Scripts
  2854.  
  2855.   IBM 370 KERMIT -
  2856.            Kermit-370 vs WallData Protocol Converters
  2857.            Questions about 370-Kermit and MacKermit
  2858.  
  2859.   MACINTOSH KERMIT -
  2860.            MacBinary for MacKermit?
  2861.  
  2862.   PDP-11 KERMIT
  2863.            Problem Kermit Running Under RSTS/E v7.2
  2864.  
  2865.   CP/M KERMIT -
  2866.            Bug report, CP/M kermit (and other notes)
  2867.            Kermit on Northstar Horizon?
  2868.            Kermit on Archives 2 Z80 Box
  2869.  
  2870. Send digest submissions to Info-Kermit@CUNIXC.CC.COLUMBIA.EDU, requests for
  2871. addition to or deletion from the Info-Kermit subscriber list to
  2872. Info-Kermit-Request@CUNIXC.CC.COLUMBIA.EDU or to KERMIT@CUVMA.BITNET.
  2873.  
  2874. Kermit files may be obtained over networks and by mail order.  On the
  2875. Internetwork, use FTP to log in to host CUNIXC, CUNIXC.CC.COLUMBIA.EDU, a
  2876. VAX 8700 running UNIX (Ultrix).  The IP host number is 128.59.40.130.
  2877. Login as user anonymous (note, lower case), any password, and GET the
  2878. desired files.  The Kermit files are in directories kermit/a, kermit/b,
  2879. kermit/c, kermit/d, and kermit/e.  You can also get Kermit files over
  2880. BITNET/EARN; to get started send a message with text HELP to KERMSRV, the
  2881. Kermit file server, at host CUVMA.  For detailed instructions, read the
  2882. file kermit/a/aanetw.hlp (AANETW.HLP on KERMSRV).  To order by mail,
  2883. request a complete list of Kermit versions and an order form from Kermit
  2884. Distribution, Columbia University Center for Computing Activities, 612
  2885. West 115th Street, New York, NY 10025 USA.
  2886.  
  2887. ----------------------------------------------------------------------
  2888.  
  2889. Date: 4 Apr 89 22:23:03 GMT
  2890. From: bink@aplcen.apl.jhu.edu (Ubben Greg)
  2891. Subject: How to Enable Printer Under MS-Kermit?
  2892. Keywords: MS-DOS Kermit Printer Support, pcprint
  2893.  
  2894. I have an IBMPC running MS-Kermit (emulating a vt100) to connect to a Unix
  2895. host, and would like to write a shell script on the host which will print a
  2896. file on the PC's local printer.  In other protocols, this is handled by
  2897. outputting a special character sequence which tells the PC that the following
  2898. text should be routed to the printer, outputting the file, and then outputting
  2899. the sequence to turn off the printer.  However, I cannot find such a sequence
  2900. (be it a DOS, ANSI, Kermit, or vt100 command) that works under this configura-
  2901. tion.  Can someone please enlighten me?
  2902.  
  2903.                                 -- Greg Ubben
  2904.                                    Johns Hopkins University
  2905.  
  2906. [Ed. - We have a program that does just what you need: "pcprint".  It's in
  2907. kermit/a/msppcp.* (.c = C language source, .nr = nroff man page source).
  2908. Theoretically, all you need to do is have Unix send the ANSI transparent print
  2909. sequence (ESC [ 5 i) at the beginning, and (ESC [ 4 i) at the end.  The
  2910. following shell script would normally do the trick:
  2911.  
  2912.     #!/bin/sh
  2913.     echo -n '<ESC>[5i'
  2914.     if [ $# -eq 0 ]; then
  2915.       cat
  2916.     else
  2917.       cat $*
  2918.     fi
  2919.     echo -n '<ESC>[4i'
  2920.  
  2921. (where <ESC> is a real ESC character).  But since most Unix systems transmit
  2922. even parity, this can foul up the printer.  The pcprint program takes care of
  2923. this by doing its output in 8-bit "raw mode".  The program currently works
  2924. only in Berkeley-based Unix implementations, but should be easily modifiable
  2925. for ATT Unix.]
  2926.  
  2927. ------------------------------
  2928.  
  2929. Date: Thu, 20 Apr 1989 21:28:30 EDT
  2930. From: "Joe R. Doupnik" <jrd@watsun.cc.columbia.edu>
  2931. Subject: Keycodes for WordPerfect and MS-Kermit
  2932. Keywords: WordPerfect
  2933.  
  2934. I have obtained an MS-Kermit initialization file which defines the keys
  2935. expected by mainframe WordPerfect.  It seems that people find this to be a
  2936. scarce item.
  2937.  
  2938. [Ed. - Thanks, Joe!  This file has been added to the Kermit distribution
  2939. as MSIWP.INI.]
  2940.  
  2941. ------------------------------
  2942.  
  2943. Date: Sat, 1 Apr 89 21:09:51 PST
  2944. From: kenn r stump <kenns@jacobs.cs.orst.edu>
  2945. Subject: MS-DOS Kermit Praise
  2946. Keywords: MS-DOS Kermit 2.32/A
  2947.  
  2948. Kermit V2.32/A is an excellent program.. For once, I have a true terminal
  2949. emulation which doesn't get whipped and flogged by cursoring commands.  The
  2950. file transfer is excellent, too..  Works Great..  Couple of bugs once in a
  2951. while, but can be overlooked easily..  (especially if you follow proper
  2952. procedure on transferring files, right?)
  2953.  
  2954. Very good Software..  Am very impressed..  However, the manual could have been
  2955. a tad bit smaller..  But life has its rough moments..
  2956.  
  2957. [From jrd - Nice words are always welcomed!  Look for a new release this
  2958. summer, with many many new features including decent sliding windows.  We've
  2959. been working on it since before version 2.32 was announced.]
  2960.  
  2961. ------------------------------
  2962.  
  2963. Date: Wed, 12 Apr 89 09:08 EDT
  2964. From: Carl <GRECO@ruby.vcu.edu>
  2965. Subject: MS-Kermit V2.32/A Tek4010 Emulation
  2966. Keywords: MS-DOS Kermit Tektronix Emulation
  2967.      
  2968. I have just recently upgraded my copy of MS-Kermit (IBM-PC Kermit-MS: V2.30
  2969. 8 Jan 1988) to IBM-PC Kermit-MS: V2.32/A 21 Jan 1989.  The PC Backspace key
  2970. behaves differently in the Tektronix 4010 emulation mode for these two
  2971. versions.  In MS-Kermit 2.30 Tek4010 emulation the BS key echoes a backspace,
  2972. space, backspace, i.e., the character sequence detected with debug set to on
  2973. is the following enclosed in brackets: [^H ^H].  The result is the expected;
  2974. the character just to the left of the cursor position is deleted from the
  2975. IBM-PC CRT and the "invisible" cursor is moved one position to the left.
  2976. Tek4010 emulation under MS-Kermit 2.32/A reports the same response to the BS
  2977. keystrike; however, the result is different.  The cursor is moved one position
  2978. to the left but the character is not deleted from the CRT.  A subsequent
  2979. keystrike on the PC keyboard overwrites the previous character, i.e., both
  2980. characters are displayed at the same position.  Both versions of MS-Kermit
  2981. behave the same on (1) IBM-PC/AT with EGA monitor and PC-DOS 3.2, and (2)
  2982. Compaq Deskpro 386/25 with a Mono VGA monitor and MS-DOS 3.3.  I have looked
  2983. over the MS-Kermit manual, "MS-DOS Kermit User Guide...", Jan 24, 1989 without
  2984. locating a method to make MS-Kermit 2.32/A delete the character on the CRT.
  2985. Is there a way to do this?
  2986.  
  2987. [From jrd - Yes, the BS key does behave differently, due to many comments by
  2988. dedicated Tek users.  Thus, in MSK 2.32 there is no destructive backspace.
  2989. There's hope, however.  The next release is likely to have a number of
  2990. enhancements to Tek mode, desct.  BS among them. As you know, a real Tek 4010
  2991. has no erasure capability whatsoever, being storage tube technology.]
  2992.  
  2993. ------------------
  2994.  
  2995. Date:  Thu, 6 Apr 89 13:10:50 -0500
  2996. From: boerner@emx.utexas.edu (Brendan B. Boerner)
  2997. Subject: MS-Kermit Flow Control Problem
  2998. Keywords: Flow Control, MS-DOS Kermit Flow Control
  2999.  
  3000. Hello, I would like to comment upon the issue of flow control in MS-Kermit and
  3001. MacKermit and how it could be mistaken for a bug.
  3002.  
  3003. Consider this scenario: A user is using Kermit and the remote computer sends a
  3004. ^S.  The user continues typing.  At this point, if the user were to try to do
  3005. *anything* including using ^]c (on MS-Kermit) or use the menus (on MacKermit),
  3006. _nothing will happen_.  In order to proceed either a) the remote computer
  3007. needs to send a ^Q, or b) the user will have to reboot.  Note that the user
  3008. must type something after receiving the ^S in order for the computer to appear
  3009. to "lock up".  If the ^S arrives, and the user tries to use ^]c or the menus,
  3010. before typing something, these actions will succeed.  It is only after trying
  3011. to type a character that this problem appears.
  3012.  
  3013. The reason why this could be construed as a bug is that the occasional burst
  3014. of line noise could conceivably "trick" Kermit into thinking that it received
  3015. a ^S.  The user will probably never know that a ^S has been received and will
  3016. probably issue a command to redraw the screen and continue.  Now the user has
  3017. problems.  Kermit will be waiting for a ^Q to arrive and until then, the user
  3018. is locked out.  For the longest time, while trying to figure out what was
  3019. causing my IBM PC or Mac to lock up when using Kermit, I thought that this was
  3020. a bug.  It was not until after I traced down to the ASCII 19 character (^S) as
  3021. being the culprit that I realized that this was possibly a flow control
  3022. problem.
  3023.  
  3024. Is there any solution for this?  It would be nice if, upon realizing that a
  3025. stray ^S was received, the user could issue some command which would tell
  3026. Kermit to forget about that ^S.  This would presume that Kermit would still
  3027. allow menus or other commands to be used after the user has typed characters.
  3028.  
  3029. Thank you,
  3030. Brendan B. Boerner
  3031. Microcomputer Services 
  3032. The University of Texas @ Austin
  3033. Internet: boerner@emx.utexas.edu    UUCP: ...!cs.utexas.edu!ut-emx!boerner
  3034. BITNET:   CCGB001@UTA3081.BITNET 
  3035.  
  3036. [From jrd - MS Kermit has a timer to sense when it has waited long enough when
  3037. trying to send a character.  When the timer expires it breaks any Xoff
  3038. deadlock.  However, a character needs to be sent before the holdup can occur
  3039. in the first place.  As far as stray Control-S' are concerned, how is Kermit
  3040. to know which is a stray?  The wait is blissfully short, say 8 seconds or so
  3041. and can be reduced by SET SEND TIME (though beware that yields an 8-bit prefix
  3042. packet decoding problem, sigh).  It would be nice if the user could enter an
  3043. overriding Control-Q, but that means queueing (no pun) output text and
  3044. selecting ^Q as an express request; too complicated for most cases.  Single
  3045. threaded DOS and all that.  I'm afraid we're stuck with it.]
  3046.  
  3047. [From pwp -- Oh!, *that's* what my mysterious line noise lock up problem is.
  3048. Hmm.  On the Mac, here is what's happening: the keyboard output is done with
  3049. blocking (synchronous) writes to the serial driver.  Now the serial driver has
  3050. flow control turned on in both directions (probably should be an option), and
  3051. the remote computer has sent an Xoff, so the driver blocks waiting for an Xon.
  3052. Since it is a blocking write, the driver can't return until the write
  3053. succeeds, and since it can't return, Mac Kermit can't call GetNextEvent or
  3054. WaitNextEvent, so the whole Mac freezes up.  I've just done a bit of hacking
  3055. on the output routines, and come up with this: when interactive (i.e. not
  3056. running any protocol), either turn off input flow control (preferable), or
  3057. force an unlock on each character typed.  Input flow still needs to be obeyed
  3058. when doing the protocol, possibly with a timeout (so the machine doesn't lock
  3059. up when doing file IO either).  This will be fixed in the next release of Mac
  3060. Kermit.]
  3061.  
  3062. [Ed. - It would seem to make good sense to turn off host-to-terminal
  3063. flow-control during terminal emulation, so long as we really know that the
  3064. user is typing.  Obviously, we should continue to honor flow control in this
  3065. direction any time the PC or Mac is transmitting characters on its own, like
  3066. during packet protocol, script execution, and raw uploads.]
  3067.  
  3068. ------------------------------
  3069.  
  3070. Date: Fri, 14 Apr 89 13:16:26 EDT
  3071. From: "John Cripe (516) 632-8055" <JCRIPE@SBCCVM.BITNET>
  3072. Subject: MS-Kermit with ProKey
  3073. Keywords: MS-DOS Kermit vs ProKey
  3074.  
  3075. One of the people here has reported a problem using PROKEY a TSR and Kermit.
  3076. He was running Kermit 2.31 1 JUL 88.  Has anyone else heard of any problems
  3077. with PROKEY or any other TSR packages?  I looked in the documentation of
  3078. 2.32/A and did not see any bugs fixed that matched.  SIDEKICK, the only TSR I
  3079. have access to right now seemed to work without problem so it may only be
  3080. certain ones.  Any help would be appreciated.
  3081.  
  3082. [Ed. - By all accounts, MS-Kermit works fine, or CAN work fine, with ProKey.
  3083. >From personal experience we know Kermit works perfectly with SuperKey, a
  3084. similar product.  If anyone has special hints about ProKey, please pass them
  3085. along.]
  3086.  
  3087. ------------------------------
  3088.  
  3089. Date: Thu, 9 Mar 89 23:30:23 EST
  3090. From: tvu%X102A@harris-atd.com (vu tv 16643)
  3091. Subject: MS-Kermit Tektronix Emulation vs MCGA
  3092. Keywords: MS-DOS Kermit Tektronix Emulation, MCGA
  3093.  
  3094. Kermit is a great program!  I like its key mapping and Tektronix emulation
  3095. capabilities.  In fact, I abandoned ProcommPlus in favor of Kermit.  However,
  3096. I have one small problem with my graphics adapter.
  3097.  
  3098. I have an IBM PS/2 Model 25 with MCGA capable of displaying VGA mono (ie,
  3099. 640x480 in 2 colors or Mode 17 indicated in Table 1-5 in the manual), but I
  3100. was never able to get it.  The auto sensing always gave me CGA 640x200 B/W,
  3101. and the command SET TERMINAL GRAPHICS VGA didn't help either.  Is there a way
  3102. for me to get VGA mono?
  3103.  
  3104.                                         - Thu V. Vu
  3105.                                         tvu@x102a.harris-atd.com
  3106.                                         uunet!x102a!tvu
  3107.  
  3108. [From jrd - The MCGA mode is not really supported by MS Kermit, as you have
  3109. noted. I do not have a PS/2 to check these things, but the VGA implementation
  3110. on the Model 25 is not reporting itself in the EGA compatible form as being
  3111. capable of high resolution graphics. I need an IBM PS/2 VGA Tech Ref to pin
  3112. down all the details.]
  3113.  
  3114. ------------------------------
  3115.  
  3116. Date: 22 Feb 89 16:17:00 EST
  3117. From: "Michael J. Porter" <mike@vms.udel.edu>
  3118. Subject: Problem with MS-Kermit 2.32/A Scripts
  3119. Keywords: MS-DOS Kermit Scripts, IBM 7171, Protocol Converters
  3120.  
  3121. We are having a slight problem with Ms-Kermit 2.32 in conjunction with the IBM
  3122. 7171 ASCII protocol converters.  A script of the form:
  3123.  
  3124.   INPUT 10 TERMINAL TYPE:
  3125.   OUTPUT vt100\13
  3126.   CONNECT
  3127.  
  3128. will usually fail.  Apparently the 7171 sends the VT100 setup escape sequences
  3129. so quickly that Kermit does not have a chance to get into connect mode and
  3130. process them.  You can see them echo on the screen briefly.  These setup
  3131. sequences do things like cause the keypad to go into application mode etc.
  3132.  
  3133.                                 Thanks,
  3134.  
  3135.                                 Mike Porter
  3136.  
  3137. mike@vms.udel.edu
  3138.  
  3139. [From jrd - A common misconception is that scripts operate with the VT102
  3140. emulator active; the emulator is not active. The case at hand can be easily
  3141. managed by SET INPUT-ECHO OFF before the final OUTPUT command.  This tells
  3142. OUTPUT to not helpfully echo incoming material, thus leaving it in the serial
  3143. port buffer, ready to be read by CONNECT mode.  Thanks to Peter Jones,
  3144. <MAINT@UQAM>, for similar observations.]
  3145.  
  3146. ------------------------------
  3147.  
  3148. Date: Wed, 05 Apr 89 10:16:45 LCL
  3149. From: Eric Job <ERIC@ETSU.BITNET>
  3150. Subject: Kermit-370 vs WallData Protocol Converters
  3151. Keywords: IBM 370 Kermit, Protocol Converters, WallData
  3152.  
  3153. We're trying to use Columbia's MS-Kermit 2.32/A and Kermit-CMS to upload and
  3154. download files to PCs.  Our problem is that we're using WallData Protocol
  3155. Converters, which don't appear on the list of supported protocol converters.
  3156. Has anyone ever had success with the WallData units, could anyone suggest some
  3157. directions or even give me a definitive answer as to the possibility /
  3158. imposibility of doing Kermit file transfers?  Thank you.  Please reply
  3159. directly to me.
  3160.  
  3161. Eric Job <ERIC@ETSU.BITNET>, (615)929-6857, BITNET TechRep
  3162. Networking/Systems Support, Office of Computer Services
  3163. Box 24,340-A, East Tennessee State University
  3164. Johnson City, TN  USA 37614-0002
  3165.  
  3166. [Ed. - It all depends on how the WallData protocol converter works.  First,
  3167. you should be using Kermit-370 4.1.  You should run through all of the
  3168. available SET CONTROLLER options: SERIES1, GRAPHICS, etc.  Maybe one of them
  3169. will work.  If not, either (a) the thing can't be made to work at all because
  3170. there's no way for the host to put it into and take it out of transparent
  3171. mode, or (b) it has some peculiar way of entering and exiting transparent mode
  3172. which has to be programmed into Kermit-370.  If you, or anyone, gets Kermit
  3173. working with this protocol converter (or determines that it's impossible),
  3174. please let us (and Eric) know so we can update our list.]
  3175.  
  3176. ------------------------------
  3177.  
  3178. Date: Tue, 11 Apr 89 08:47:51 PDT
  3179. From: GEORGE WESTLUND <DI001%CALPOLY@cuvmb.cc.columbia.edu>
  3180. Subject: Questions about 370-Kermit and MacKermit
  3181. Keywords: IBM 370 Kermit, IBM 3174 Controller, Protocol Converters
  3182. Keywords: MacKermit 0.9(40)
  3183.  
  3184. I have two questions regarding KERMIT.
  3185.  
  3186. #1   Is there a version for IBM VM/CMS that will work through ASCII
  3187.      emulation ports on an IBM 3174 remote communications controller?
  3188.      If there is could you send me the version number so I can talk our
  3189.      systems people into upgrading.  If there is not, could you put me in
  3190.      touch with someone who might be upgrading the current version to
  3191.      handle it.  We desperately need this, but do not have the time or
  3192.      personnel to do it ourselves.
  3193.  
  3194. [From John Chandler -- This question has been raised before, but not
  3195. conclusively answered.  In other words, we don't even know yet whether
  3196. transparent communication is possible through a 3174.  If CALPOLY is desperate
  3197. enough, it should be simple enough to investigate the possibilities
  3198. thoroughly.  If it *is* possible, I can promise that a version of Kermit-370
  3199. can be made to handle the 3174 shortly after the arrival here of a description
  3200. of how to enter and leave transparent mode.  Without that description, there's
  3201. nothing I can do, and nobody has taken on the project as far as I know.]
  3202.  
  3203. #2   The 0.9(40) release of MacKermit doesn't like to launch by clicking
  3204.      on the saved settings files, either that or if there is a 0.9(36) version
  3205.      on the machine as well as 40, it starts it instead, even if the file
  3206.      was saved with 40.  This is a pain.  I hope someone has already
  3207.      started working on this one.  I'd appreciate any info.
  3208.  
  3209. [Ed. - This has also been reported by a couple other people.  We don't know
  3210. why this happens.  The obvious solution is to have only one version on the
  3211. disk.]
  3212.  
  3213. George Westlund, Academic Computing Services
  3214. Cal Poly State University, San Luis Obispo, CA
  3215.  
  3216. ------------------------------
  3217.  
  3218. Date: Fri, 14 Apr 89 18:35:51 -0700
  3219. From: Alastair Milne <milne@ics.uci.edu>
  3220. Subject: MacBinary for MacKermit?
  3221. Keywords: MacKermit 0.9(40), MacBinary
  3222.  
  3223. A problem that has arisen with the transfer of Mac archive files from Simtel20
  3224. leads me to wonder: would it be permissible to have the regular choice of
  3225. "text" or "binary" file type extended, in MacKermit's case, to include the
  3226. choice of "MacBinary"?  At present, this is a problem with using MacKermit,
  3227. because SIT files arriving from Simtel20 in otherwise perfect condition are
  3228. being written as TEXT type files in MacBinary form -- when MacBinary is
  3229. actually intended as a protocol to permit the receiving end to reconstruct the
  3230. file just as it was on the sending Mac.  (There is even provision for placing
  3231. its icon at its old position in the new folder, though I don't claim that
  3232. MacKermit need recognise that much).
  3233.  
  3234. It's true that MacKermit would probably not be able to tell when the remote
  3235. system was *not* sending a MacBinary file; but the same applies at present in
  3236. most cases between binary and ASCII, and the solution would probably also be
  3237. the same.
  3238.  
  3239. The only way at present actually to get the file you intended seems to be to
  3240. use another application, which recognises MacBinary, to complete the
  3241. reconstruction from the downloaded file.
  3242.  
  3243. What is the feeling about providing such a special option in MacKermit?
  3244.  
  3245. Alastair Milne, U.Calif. Irvine
  3246.  
  3247. [Ed. - Support for MacBinary transfers is planned for a future release of
  3248. MacKermit, but probably not the forthcoming release.]
  3249.  
  3250. ------------------------------
  3251.  
  3252. Date: Fri, 17 Feb 89 17:58 EST
  3253. From: <TLEWIS%UTKVX1.BITNET@cuvmb.cc.columbia.edu>
  3254. Subject: Problem Kermit Running Under RSTS/E v7.2
  3255. Keywords: PDP-11 Kermit, RSTS/E
  3256. Xref: DEC PDP-11, See PDP-11
  3257.  
  3258. I recently installed Kermit under RSTS/E v7.2 and it seems to work fairly
  3259. well.  Sometimes it will take the file KERMIT:KERMIT.INI when it starts
  3260. running and sometimes it won't.  Sometimes when I issue the command TAKE
  3261. KERMIT.INI (with this file in my own account) it says ER$FLK FILE IS LOCKED BY
  3262. OTHER USER.  It gives the same error sometimes when I try to issue remote
  3263. commands from a micro such as remote dir.  Is this something I can fix or is
  3264. this just one of the drawbacks that I have read about that I have to put up
  3265. with while running under 7.2?
  3266.  
  3267. Terry Lewis
  3268. TLEWIS@UTKVX  (bitnet)
  3269.  
  3270. [From Brian Nelson - This is correct. The problem is a function of the job
  3271. number being odd or even (honest).  Kermit-11 uses RMS11 v2, 7.2 uses RMS11
  3272. 1.8.  RMS11 V2 uses an exec EMT that returns garbage in some field under 7.2.]
  3273.  
  3274. [Ed. - Also, expect a new release of PDP-11 Kermit soon which corrects a
  3275. couple minor problems (not this one).  In particular, the RT-11 version will
  3276. slightly inflate the file size sent to it in an attribute packet from another
  3277. system, so that it can preallocate enough disk space for the file, even after
  3278. expansion of (for example) linefeeds into CRLFs.]
  3279.  
  3280. ------------------------------
  3281.  
  3282. Date: Sun, 12 Mar 89 03:22:57 EST
  3283. From: Mark W. Eichin <eichin@athena.mit.edu>
  3284. Subject: Bug report, CP/M kermit (and other notes)
  3285. Keywords: CP/M Kermit, TurboDos
  3286.  
  3287. The latest kermit from ~ftp/kermit/a/cp[sx]*.asm has a minor (but
  3288. visible) bug. In cpspk2.asm, line 341 is
  3289.  
  3290.         mvi     a,'$'           ; dollar terminate string
  3291.         call    prtstr
  3292.  
  3293. (these are after the label gofi7g.)
  3294.  
  3295. The problem is that the '$' has to be actually moved into the string
  3296. to terminate it. Adding the line
  3297.  
  3298.         stax    d
  3299.  
  3300. between the above two solves the problem.
  3301.  
  3302. The bug manifests itself when doing a "receive": as soon as the remote host
  3303. sends the filename, it gets displayed on the local screen, followed by
  3304. arbitrarily large amounts of garbage (whatever code followed the filename
  3305. buffer up to the first '$', which for me tended to be about 4-5 lines of
  3306. garbage...)
  3307.  
  3308. [Ed. - Thanks for the fix.  It has been added to the .BWR file.]
  3309.  
  3310. On a related note: I have successfully ported kermit to TurboDOS (a CP/M-like
  3311. operating system written by Software 2000) so that it uses the "T-functions",
  3312. a set of standard extensions to CP/M, particularly a set of generic serial
  3313. routines. I have only tested it on my personal system, a custom port of
  3314. TurboDOS to the Radio Shack Model 4P, but it is likely to work on any TurboDOS
  3315. system. Are you interested in adding this to your collection? Are there any
  3316. stylistic constraints you require on submitted code? (I would like to see it
  3317. included, if only because there have been "people working on" TurboDOS
  3318. versions, according to your list, for at least 4 years now.)
  3319.  
  3320. Also, I have patches to the Simtel20 PD2:<UNIX-C.CPM>XASM.SHAR[12], an 8080
  3321. assembler which runs under UNIX, which add a LINK command, that enables it to
  3322. assemble the entire CP/M Kermit release. I will be submitting them to the
  3323. Simtel20 people, but I can send them to you as well if you are interested.
  3324.  
  3325. [Ed. - Yes, please send all source code either via e-mail, if the files are
  3326. small enough or on an IBM PC compatible diskette so we can add the files to
  3327. the Kermit Distribution area.]
  3328.  
  3329. Thanks for providing such a good *FREE* system!
  3330.  
  3331.                                 Mark Eichin
  3332.                                 <eichin@athena.mit.edu>
  3333.  
  3334. ------------------------------
  3335.  
  3336. Date: Wed, 05 Apr 89 10:02:08 -0400
  3337. From: gonzalez@bbn.com
  3338. Subject: Kermit on Northstar Horizon?
  3339. Keywords: CP/M Kermit, Northstar Horizon
  3340.  
  3341. Has anyone on the list successfully installed Kermit on a Northstar Horizon
  3342. running CP/M?  I have had the same trouble with both the pre- assembled
  3343. objects and locally-assembled source.  Most of it works, except that when the
  3344. host (or a terminal attached to the port) sends a character, a "D" is sent
  3345. back to the host.  Characters typed on the Northstar go out to the host
  3346. correctly.  Study of the source reveals nothing.  Has anybody else seen this
  3347. behavior?  Has this happened on other machines?  I'm running CP/M 2.23/A, by
  3348. the way, with the two built-in serial ports.
  3349.  
  3350. Jim Gonzalez                            AT&T: 617-873-2937
  3351. BBN Systems and Technologies Corp.      ARPA: gonzalez@bbn.com
  3352. Cambridge, Massachusetts                UUCP: ...seismo!bbn!gonzalez
  3353.  
  3354. ------------------------------
  3355.  
  3356. From: munnari!yarra.oz.au!cm@uunet.uu.net (Charles Meo)
  3357. Subject: Kermit on Archives 2 Z80 Box
  3358. Date: 6 Apr 89 00:37:11 GMT
  3359. Organization: Pyramid Technology Australia, Melbourne
  3360. Keywords: CP/M Kermit, Archives 2 Z80
  3361.  
  3362. I have recently purchased (for $A100) an archives 2 cpm machine to use as a
  3363. terminal from home. This beastie works fine with generic kermit but I don't
  3364. have any documentation about the screen control codes so I can set up an
  3365. emulation for it. I need this to make life on the pyramid a bit more pleasant
  3366. when I log in.
  3367.  
  3368. Does anyone have any info on this box? Archives Computers don't seem to be in
  3369. business anymore in this country, so I can't ask them!  If anyone knows how
  3370. the SIO is mapped, that would be great too.  Mail me if you can help out at
  3371. all. Thanks in advance!
  3372.  
  3373. chuck
  3374.  
  3375. ps BTW this thing sold for $6k+ when it was new just 8 years ago! Moral:
  3376. digital technology has made resale value a thing of the past.
  3377.  
  3378. ------------------------------
  3379.  
  3380. End of Info-Kermit Digest
  3381. *************************
  3382.  
  3383. 10-May-89 21:17:15-GMT,24379;000000000001
  3384. Return-Path: <cmg@watsun.cc.columbia.edu>
  3385. Received: from cunixc.cc.columbia.edu by watsun.cc.columbia.edu (4.0/SMI-4.0)
  3386.     id AA15195; Wed, 10 May 89 17:17:10 EDT
  3387. Received: from watsun.cc.columbia.edu by cunixc.cc.columbia.edu (5.54/5.10) id AA18336; Wed, 10 May 89 17:15:43 EDT
  3388. Received: by watsun.cc.columbia.edu (4.0/SMI-4.0)
  3389.     id AA15012; Wed, 10 May 89 17:08:20 EDT
  3390. Date: Wed, 10 May 1989 17:08:18 EDT
  3391. From: Christine M Gianone <cmg@watsun.cc.columbia.edu>
  3392. To: Info-Kermit@watsun.cc.columbia.edu
  3393. Subject: Info-Kermit Digest V9 #8
  3394. Reply-To: Info-Kermit@cunixc.cc.columbia.edu
  3395. Queries-To: Info-Kermit-Request@CUNIXC.CC.COLUMBIA.EDU
  3396. Message-Id: <CMM.0.88.610837698.cmg@watsun.cc.columbia.edu>
  3397.  
  3398. Info-Kermit Digest         Wed, 10 May 1989        Volume 9 : Number 8
  3399.  
  3400. Special MS-DOS Kermit Issue:
  3401.  
  3402.                MS-Kermit 2.32/A for NEC-PC9801
  3403.             MS-Kermit and Novell Networks
  3404.             MS Kermit 2.32A vs Novell Disk Server
  3405.         MS-Kermit Scripts for DDN TAC and PCBoard BBS
  3406.          MS-Kermit 2.32A Image Ghosting on IBM PS/2 Monitors
  3407.           MS-Kermit Dropping Characters w/ Accelerator Cards
  3408.                MS-DOS Kermit 2.32/A Server Bug
  3409.            MS-DOS Kermit 2.32/A & AE PC Transporter
  3410.                MS-DOS Kermit 132 Column Support
  3411.             MS Kermit Scripting Questions
  3412.  
  3413. Send digest submissions to Info-Kermit@CUNIXC.CC.COLUMBIA.EDU, requests for
  3414. addition to or deletion from the Info-Kermit subscriber list to
  3415. Info-Kermit-Request@CUNIXC.CC.COLUMBIA.EDU or to KERMIT@CUVMA.BITNET.
  3416.  
  3417. Kermit files may be obtained over networks and by mail order.  On the
  3418. Internetwork, use FTP to log in to host CUNIXC, CUNIXC.CC.COLUMBIA.EDU, a
  3419. VAX 8700 running UNIX (Ultrix).  The IP host number is 128.59.40.130.
  3420. Login as user anonymous (note, lower case), any password, and GET the
  3421. desired files.  The Kermit files are in directories kermit/a, kermit/b,
  3422. kermit/c, kermit/d, and kermit/e.  You can also get Kermit files over
  3423. BITNET/EARN; to get started send a message with text HELP to KERMSRV, the
  3424. Kermit file server, at host CUVMA.  For detailed instructions, read the
  3425. file kermit/a/aanetw.hlp (AANETW.HLP on KERMSRV).  To order by mail,
  3426. request a complete list of Kermit versions and an order form from Kermit
  3427. Distribution, Columbia University Center for Computing Activities, 612
  3428. West 115th Street, New York, NY 10025 USA.
  3429.  
  3430. ----------------------------------------------------------------------
  3431.  
  3432. Date: Tue, 25 Apr 89 23:18:15 JST
  3433. From: Hirofumi Fujii <KEIBUN@JPNKEKVM.BITNET>
  3434. Subject: MS-Kermit 2.32/A for NEC-PC9801
  3435. Keywords: Japanese, NEC PC 9801, Kanji/Kana, MS-DOS Kermit 2.32/A
  3436.  
  3437. Dear Chris & Frank,
  3438.  
  3439. I would like to send you a new version of NEC-PC9801 MS-Kermit 2.32/A.  Please
  3440. replace the MS*P98 modules in your library.  The new features of this program
  3441. are:
  3442.  
  3443. 1. SET TERMINAL COOKED-LOG {ON | OFF}
  3444.  
  3445.  If it is ON, the session logging is made after the analysis of ESC sequences.
  3446.  In VT102 emulation mode, this means that the receiving characters are
  3447.  translated from JIS X 0202 (ISO 2022) stream to local code, i.e., Kanji-code
  3448.  in JIS X 0202 stream is logged in Shift-JIS (MS-Kanji) code.
  3449.  All the control codes except for CR, LF, HT and VT are not logged.
  3450.  The ESC sequences except for cursor movement are eliminated.  The ESC sequence
  3451.  for the cursor movement is logged as CR LF. This is quite convenient for text
  3452.  files.
  3453.  
  3454.  If it is OFF, the session logging is made before terminal emulation.
  3455.  No translation is made on the receiving codes.
  3456.  
  3457. 2. SET PORT DEVICE device/file-name
  3458.  
  3459.  This command allows you to use the standard MS-DOS devices/files as
  3460.  a communication port.  If it is a file, the contents of the file are displayed
  3461.  on the screen of the terminal emulator.  This can be used to playback the
  3462.  session log file.  Any key-input holds the strem from the file.
  3463.  
  3464. In addition to the above, many missing functions in the previous version
  3465. are implemented, e.g., screen colors, screen roll back capabilities, etc.
  3466.  
  3467. Hirofumi Fujii
  3468. National Laboratory for High Energy Physics (KEK), Japan
  3469. KEIBUN@JPNKEKVM.BITNET
  3470.  
  3471. [Ed. - Many thanks for the fine work, and for submitting this program to
  3472. us.  The two new features are quite useful, and will probably also appear
  3473. in a future standard release of MS-Kermit.  For those who don't know, the
  3474. NEC PC 9801 is the most popular personal computer in Japan, and supports
  3475. a combination of Roman, Kana, and Kanji codes.  This version of Kermit
  3476. fully supports the character set capabilities of this machine.]
  3477.  
  3478. ------------------------------
  3479.  
  3480. Date: Wed, 08 Mar 89 15:15 EST
  3481. From: Jim Gogan <UGOGAN%UNC.BITNET@cuvmb.cc.columbia.edu>
  3482. Subject: MS-Kermit and Novell Networks
  3483. Keywords: MS-DOS Kermit Network Support, Novell, Interlan, Ungermann-Bass
  3484.  
  3485. Don't know how many people are aware of the following, but ...
  3486.  
  3487. MS-Kermit 2.31/2.32/2.32a (any newer?) works very nicely as the end-user
  3488. communications software package on a local area network with:
  3489.  
  3490.   - Novell's Netware Asynchronous Communications Server (NACS)
  3491.      (not the original one, but, I think, version 2 - the one
  3492.       originally developed by Network Products Corp - check
  3493.       the copyright notice on your disk);
  3494.  
  3495.   - Network Products Corp.'s (NPC, hereafter) ACS-2 (an enhanced
  3496.      version of the above); and,
  3497.  
  3498.   - NPC's Network Modem Program - a nice, relatively inexpensive
  3499.      ($195 + modem) way to share a workstation's modem
  3500.      across a Novell network.
  3501.  
  3502. The key ingredient of all the above is the use of NPC's NCSI (Network
  3503. Communications Services Interface), what Novell (sometimes) refers to as
  3504. NASI.  NCSI provides the DOS-based communications software applications the
  3505. access mechanism to the async server (or modem sharing) product.  Lo and
  3506. behold, it turns out the the basic functions of NCSI (which include
  3507. writing/reading to/from a virtual circuit, issuing a control request - e.g.
  3508. transmitting a break, checking for a break, and disconnecting) are
  3509. compatible with an interface from Ungermann-Bass called NETCI (gee, almost
  3510. sounds the same...).
  3511.  
  3512. Anyway, if you are using any of the above products for async comm resource
  3513. sharing on a PC LAN, if you include the command "set port ub-net1" in the
  3514. MSKERMIT.INI file at the end-user's PC, MS-Kermit works quite well with
  3515. these programs.  It works regardless of the network hardware you're using
  3516. (i.e., you DON'T have to be using Ungermann-Bass hardware for this to work);
  3517. just so long as the async server product uses NPC's NCSI to talk to the
  3518. communications software.
  3519.  
  3520. Sure beats paying for the network versions of ASCOM IV or Crosstalk - "free"
  3521. has such a nice ring to it!  Plus, you get the added features of key
  3522. remapping and Tektronix 4010 emulation, among others.
  3523.  
  3524. While we're on the subject .....  With the Interlan TCP/IP Gateway for
  3525. Novell networks, it is also possible to use MS-Kermit (same versions as
  3526. above) for your communication software via telnet.  Since Interlan was so
  3527. kind as to provide an Interrupt 14 hook for their telnet implementation, all
  3528. one needs to do is include "set port bios1" in their MSKERMIT.INI file and
  3529. invoke Interlan's telnet command with "telnet [internet node] mskermit" from
  3530. the DOS prompt.  Works just fine also - again, gives you Tektronix 4010
  3531. emulation capability over TCP/IP at no charge (well, except for the Interlan
  3532. gateway product).
  3533.  
  3534. This use of MS-Kermit gives us the advantage of being able to support one
  3535. communications package from the end-user's point of view, regardless of how
  3536. they're getting out - dial out/standalone, dial out/network with shared
  3537. modem, dial out or direct connect/network with async server, or TCP/IP
  3538. gateway.  (Of course, there's still the SNA Gateways, but that's another
  3539. story!)
  3540.  
  3541. If anyone has any specific questions about implementing the above, feel free
  3542. to send mail to ugogan@unc.bitnet (or ugogan@ecsvax.uncecs.edu for you
  3543. internet'ers).
  3544.  
  3545. -- Jim Gogan
  3546.    Microcomputing Support Center
  3547.    Univ. of North Carolina - Chapel Hill
  3548.  
  3549. [From jrd - Thanks Jim for pointing out all the Novell related items. I've
  3550. promised Novell to provide support for their systems, but I have not been
  3551. able to obtain their async server software for real testing (Novell has been
  3552. very generous to me on non-Kermit things) although I have the tech ref.
  3553. Serial port interception is one of the purposes of command SET PORT BIOSn.]
  3554.  
  3555. ------------------------------
  3556.  
  3557. Date: Wed, 08 Mar 89 15:15
  3558. From: Dermot O'Beirne <DOBEIRNE@IRLEARN>
  3559. Subject: MS Kermit 2.32A vs Novell Disk Server
  3560. Keywords: MS-DOS Kermit Network Support, Novell
  3561.  
  3562. I have just received a very recent version of MSVIBM (Kermit 2.32A dated Jan
  3563. 1989) and thanks to Joe Doupnik and all for the great work. The problem I have
  3564. is one that has persisted with every version since the disk-space checking was
  3565. thankfully introduced. Every time I want to do a transfer with attribute
  3566. checking on MS-Kermit checks to see if there is enough space on my A disk if I
  3567. have set default to a Novell Netware mapped drive. So if I dont have a disk in
  3568. my A drive then the transfer aborts. Why does it not check the Novell drive
  3569. where there is lots of space? The Novell version is advanced 2.12 and there is
  3570. nothing special in my environment except that COMSPEC is C:COMMAND.COM because
  3571. I boot up from my C disk.
  3572.  
  3573. Any suggestions? Is this a bug or feature?
  3574. Thanks,
  3575.  
  3576. Dermot O'Beirne
  3577. Systems Programmer
  3578. Computer Centre
  3579. UCD, Dublin
  3580.  
  3581. [from jrd - 2.32/A should be ok. I wonder if we are seeing a side effect of
  3582. Novell's drive MAPping. I don't recall that happening on my Netware 2.12 w/TTS
  3583. system, but I'll probe more to be sure. It too has command.com located on
  3584. drive c: (a ram disk). Readers may be interested to note that Dermot was the
  3585. first to discover problems of losing serial port characters while printing
  3586. across a network, and I introduced printer buffering within Kermit to solve
  3587. that problem at Univ College, Dublin.]
  3588.  
  3589. ------------------------------
  3590.  
  3591. Date: Saturday, 11 March 1989  21:20-MST
  3592. From: Alan Ariel <1052P@cc.nps.navy.mil>
  3593. Subject: MS-Kermit Scripts for DDN TAC and PCBoard BBS
  3594. Keywords: MS-DOS Kermit Scripts, TAC
  3595. Xref: DDN TAC, See TAC
  3596.  
  3597. I've uploaded PD1:<MSDOS.KERMIT>PCBDKER.ARC to SIMTEL20.  It is a collection
  3598. of scripts I use with MSKermit for DDN access through a TAC and BBSing with
  3599. PCBoard BBSs.  I've been impressed with the number of things I can do with
  3600. MSKermit that I only though I could do with PROCOMM or QMODEM.
  3601.  
  3602. I hope the scripts might let someone else discover the things they could do
  3603. with it.  I was first led to it when I learned I could remap keys to
  3604. whatever I wanted and use 43 line mode on my EGA for my comms.  The 43 line
  3605. mode is great if you're trying to look at a large file or a lot of messages
  3606. at once.  I use DSZ for my normal BBS transfers and of course Kermit for
  3607. PC-Mainframe stuff.  I'm really happy with it.
  3608.  
  3609. Alan D. Ariel                               BITNET: 1052P@NAVPGS
  3610. LT        USN                               DDN:    1052P@CC.NPS.NAVY.MIL
  3611. SMC 1624                                    (or)    LEEKW@A.ISI.EDU
  3612. Naval Postgraduate School                   Tel:    (408) 646-2786
  3613. Monterey, CA 93943                          AV:     878-2786
  3614.  
  3615. [From jrd - Thanks Alan.  Much appreciated!]
  3616.  
  3617. ------------------------------
  3618.  
  3619. Date: Thu, 09 Mar 89 18:59:00 EST
  3620. From: Kanthan Pillay <SVPILLAY%PUCC@cuvmb.cc.columbia.edu>
  3621. Subject: MS-Kermit 2.32A Image Ghosting on IBM PS/2 Monitors
  3622. Keywords: MS-DOS Kermit VT102 Emulation, IBM 7171
  3623.  
  3624. We are running MS-Kermit 2.32A connected to our IBM3081 mainframe through
  3625. a 7171 protocol converter. There is a cosmetic problem that has arisen that
  3626. is not present in 2.31. When the screen is cleared on a PS2 monitor (any
  3627. flavour) using the clear sequence Esc-OM, the VM READ/RUNNING line from the
  3628. lower right hand corner of the screen moves briefly to the upper right hand
  3629. corner before disappearing. It is only a cosmetic problem but can be
  3630. disturbing. Any fixes?
  3631.                                            Kanthan Pillay
  3632.                                            Princeton University
  3633.                                            Computing and Information Technology
  3634.  
  3635. P.S. The documentation in PostScript format is excellent. Thank you to all who
  3636. put it together.
  3637.  
  3638. [From jrd - That's Kermit rolling the current screen into the roll back
  3639. buffer whenever the entire screen is cleared.  The status VM READ/RUNNING
  3640. could be cleared by the host before the screen, but that's asking a lot of
  3641. the systems software. The clearing escape sequences are of the ESC [ ... J / K
  3642. form and ESC [ .. M means delete lines at and below the cursor line. Clearing
  3643. is much faster than multiple deletes, by far.  Any chance of telling the host
  3644. to use formal ESC [ .. J codes?  Columbia gets the kudos for Postscript.]
  3645.  
  3646. ------------------------------
  3647.  
  3648. Date: Mon, 27 Mar 89 10:15:59 MST
  3649. From: Doug Baldwin <KGDJB%ASUACAD@cuvmb.cc.columbia.edu>
  3650. Subject: MS-Kermit Dropping Characters w/ Accelerator Cards
  3651. Keywords: MS-DOS Kermit vs Intel Accelerator Card, Intel Accelerator Card
  3652.  
  3653. We have recently come across a problem using accelerator cards with Kermit-MS
  3654. version 2.32/A.  In PC's with the Intel Inboard accelerator card, running
  3655. Kermit-MS 2.32/A, we lose characters during a 9600 bps terminal session when
  3656. Kermit is in VT102 emulation mode.  However, when we switch to Tektronix mode,
  3657. we don't lose characters.  We also discovered the same to be true with version
  3658. 2.30.  Kermit-MS version 2.29b works fine in VT102 mode with the accelerator
  3659. board installed.
  3660.  
  3661. Do you have any idea what the difference is between VT102 & Tek mode, or why
  3662. version 2.29b works and 2.30+ doesn't.  Are you handling things differently
  3663. at the register level?  Bigger buffers in Tektronix mode?  More processing
  3664. required in VT102 mode?  Do you have any suggestions (patches) that will
  3665. resolve this problem?  Any information will be welcome... Thanks.
  3666.  
  3667. --Doug Baldwin
  3668.   Microcomputing & Communications Services
  3669.   Computing Services Customer Support
  3670.   Arizona State University  (602) 965-5677
  3671.  
  3672. [From jrd - I'm guessing that video screen scrolling in the Bios is being done
  3673. very slowly and interrupts are kept off too long during the process.  Tek mode
  3674. does not scroll the screen, hence no problem.  Scrolling under 2.32 is done in
  3675. segments to be compatible with MS Windows and that can yield two scrolling
  3676. calls on the Bios (hence more exposure to the above side effects).  I have
  3677. heard a similar complaint about losing characters when the Intel board tries
  3678. to communicate and suggested the individual contact Intel for any known cures.
  3679. Things are vastly different inside MS Kermit after 2.29.]
  3680.  
  3681. ------------------------------
  3682.  
  3683. Date: 9 Feb 89 09:09
  3684. From: ingraham%tallis.DEC@decwrl.dec.com
  3685. Subject: MS-DOS Kermit 2.32/A Server Bug
  3686. Keywords: MS-DOS Kermit Bugs
  3687.  
  3688. There seems to be a bug in SERVER mode, with Kermit-MS for the IBM-PC
  3689. (MSVIBM), version 2.32/A (21 Jan 1989).  The Kermit running in SERVER mode, is
  3690. unable to receive a file, sent to it via the SEND command from the other
  3691. machine, if the destination directory is a root directory.
  3692.  
  3693. This works fine if the default directory on the machine in SERVER mode, is
  3694. a subdirectory.  It also works OK using root directories, with either the
  3695. GET command, or the SEND/RECEIVE combination (not in SERVER mode).
  3696.  
  3697. - Andy Ingraham  (ingraham%tallis@decwrl.dec.com)
  3698.  
  3699. [From jrd - A known bug, which will be fixed in next release.]
  3700.  
  3701. ------------------------------
  3702.  
  3703. Date:  Tue, 4 Apr 89 15:06 EDT
  3704. From: TMPLee@DOCKMASTER.NCSC.MIL
  3705. Subject: MS-DOS Kermit 2.32/A & AE PC Transporter
  3706. Keywords: MS-DOS Kermit on Apple IIgs With PC Transporter, Apple II
  3707.  
  3708. Warning, this is an arcane problem.
  3709.  
  3710. >From time to time I use an Applied Engineering PC Transporter on an Apple
  3711. IIGS with PC kermit.  The specs for the PC Transporter say it has a V-30
  3712. microprocessor running at 4.17 MHZ, a CGA-compatible video controller and
  3713. 640K dual-port RAM.
  3714.  
  3715. On the Apple side, for historical reasons I'm still using a SSC and have no
  3716. problems when I use Apple kermit.
  3717.  
  3718. I have no problems using pc-kermit 2.29.  When I moved up to 2.31 and later
  3719. 2.32A I find I lose characters at 2400 baud.  The character loss occurs only
  3720. when a terminal is being emulated (not when term is set to "none") and when
  3721. the screen starts to scroll.  It doesn't help to not install ANSI.SYS or a
  3722. mouse driver that are normally there (I don't know if that steals many cycles
  3723. or not) and to set display quiet or serial.  Protocol transfers work fine --
  3724. I've transferred many a large file (100k or more) using 1000 byte packets with
  3725. nary even a single retransmission.  (phone lines here are generally very
  3726. clean.)
  3727.  
  3728. Applied Engineering had an upgrade to their software that was claimed to speed
  3729. up something in its using the Apple communications hardware to emulate the IBM
  3730. serial ports. I have installed that (and I seem to remember that is what made
  3731. 2.29 usable.)
  3732.  
  3733. Suggestions anyone???
  3734.  
  3735. TMPLee@Dockmaster.ncsc.mil
  3736.  
  3737. [From jrd - The emulator of screen Bios calls must be both slow and keeps
  3738. interrupts off for too long.  This would not be unusual for hybrid emulator
  3739. boards because of the traffic passing through a small path (say an 8 bit port
  3740. or memory location) between cpus and the work to emulate on a different
  3741. system.  Scrolling is one of the slowest things video systems perform and
  3742. something is not able to attend to the serial port in the meanwhile.  My Atari
  3743. 800 + 8088 DOS board could run to 9600 baud with a purely software UART using
  3744. MS-Kermit on the DOS side (farthest from the "serial port").  The regular
  3745. Atari 800 Kermit, however, ran out of steam at 4800 baud.]
  3746.  
  3747. ------------------------------
  3748.  
  3749. Date: 15 Feb 89 12:39:00 PST
  3750. From: "SD::HURLEY" <hurley%sd.decnet@afsc-sd.af.mil>
  3751. Subject: MS-DOS Kermit 132 Column Support
  3752. Keywords: MS-DOS Kermit VT102 Emulation
  3753.  
  3754. I have been enjoying Kermit-MS at work using the Compaq 286 with a VGA
  3755. monitor.  I want to mention that I hope that you somehow are able to enlarge
  3756. the support for VGA monitors using the VT102 terminal emulator to include
  3757. 132 column emulation.  The DEC VAX which I talk to frequently has several of
  3758. these screens to explain the keyboard, and Kermit-MS does not recognize
  3759. them.  What happens is that the right edge of the screen is lost.  The only
  3760. progam that I know of which recognizes the 132 column screen of our VAX is
  3761. "Call", which is an Air Force program and is used extensively at the U.S.
  3762. Air Force Base (Space Division) in El Segundo, California.  There are
  3763. several people here trying out Kermit-MS, and I know that they would be
  3764. pleased if this glitch were fixed.
  3765.  
  3766. I am sorry to report that at home, using my XT-clone (no name), Kermit-MS
  3767. has some rather serious problems.  I can run Kermit-MS, but when I go to
  3768. VT102 terminal emulation using the CONNECT command, I cannot get the modem
  3769. to respond.  When I type ATZ, the "echo back" is very slow, and I never
  3770. receive the customary "OK" response from the modem.  This set up, which is
  3771. described fully in the next paragraph, works with Smartcom II ver. 2.2, and
  3772. with Smartcom III ver. 1.0B.  These are the two tests for compatibility
  3773. which are normally applied.  So, I conclude that there is something about
  3774. Kermit-MS which is preventing it from working with my XT-clone.  I have
  3775. checked all the normal things ...  I am running at 1200 baud which is the
  3776. proper speed for the modem, and I am using COM2 which is the correct serial
  3777. port.  Just to be sure that I was not running interference from a TSR, I
  3778. booted from a master DOS disk (ver.  3.2), and then ran Kermit-MS.  Still,
  3779. the result was the same.
  3780.  
  3781. I hope you can find a fix.  There are a lot of other XT-clone people out
  3782. there, and I am sure that they will have problems too.  By the way, I am
  3783. using a DTK ver. 2.27 bios chip (piggybacked on top of a Smartwatch chip for
  3784. the clock), a 640K clone motherboard, an Omnitel PC3 modem (1200 baud), a
  3785. Paradise Plus VGA video board (8bit), an Above Board/PS with 2 MB of RAM,
  3786. and a Copy II PC Deluxe Option board.  I have a multifunction board which
  3787. contains a floppy disk controller controlling two floppy disks, a parallel
  3788. printer port, a, serial port which is connected to a Mouse Systems mouse,
  3789. and a joystick port.  I have a hard disk controller by Western Digital, and
  3790. it controls a 20 MB hard disk by Seagate, Model ST225.  So, this fairly
  3791. describes my setup.
  3792.  
  3793. I surely hope you can help.
  3794.  
  3795. [From jrd - There is no "standard" way of invoking 132 column mode on
  3796. EGA/VGA boards. Each manufacturer has invented a private method, and I lack
  3797. access to and information on what most have done.  Kermit requires a solid
  3798. signature to identify the board safely and the incantations to change modes
  3799. to and from 132 columns.  MS Kermit does support a handful of popular
  3800. EGA/VGA boards.  A simple workaround for unknown systems is to use the
  3801. manufacturer's utility to set 132 columns and then run Kermit.
  3802.  
  3803. By the way, Smartcom II and PCTALK III have a deficiency inherited from old
  3804. MS Compiled Basic that the serial port interrupt vector is stolen by the
  3805. Basic program and not returned properly, leading to eventual crashes.  From
  3806. your description of the modem echoing I surmize that there are serious
  3807. hardware conflicts in the system, typically involving IRQ 3 (COM2), its port
  3808. addressing, and perhaps other items.  The slow "echo back" is from the
  3809. modem, clearly, so it too may be experiencing conflicts.  One place to look
  3810. is that Paradise VGA board and it's 8 vs 16 bit modes; I've experienced
  3811. troubles with a loaner, and with the Professional.  Pulling boards is not
  3812. much fun, but may be the quickest way to pinpoint the cause.]
  3813.  
  3814. ------------------------------
  3815.  
  3816. Date: Tue, 28 Feb 89 22:59:36 -0800
  3817. From: eric@ucscj.ucsc.edu (Eric C. Hewitt)
  3818. Subject: MS Kermit Scripting Questions
  3819.  
  3820. I am submitting this for someone else because the questions are beyond my
  3821. technical knowledge of Kermit.
  3822.  
  3823.                 -Eric Hewitt
  3824.                 UCSC Computer Center Consulting
  3825.                 eric@ucscj.ucsc.edu
  3826.                 CONECH@UCSCVM.BITNET
  3827.  
  3828. P.S. - He does not have 2.32/A yet.
  3829.  
  3830. Hi.  I'm using Kermit 2.32 now.  It works better than 2.31 but I'm still
  3831. having problems, mainly with lost characters.
  3832.  
  3833. Kermit loses characters from the serial port when it isn't in connect mode.
  3834. It seems especially bad when it's waiting for input for the "input" command,
  3835. and is also worst when it is a message from the modem.  But it also occurs in
  3836. other situation.  Unfortunately the loss of characters causes the most
  3837. problems when waiting for input to "input" that is a response from the modem,
  3838. because I want to test for whether it is CONNECT 2400, etc.  At the same time
  3839. that input is lost the speaker usually beeps.
  3840.  
  3841. Oddly enough, it isn't nearly as bad when I have take-echo set to "on".  I'd
  3842. think that if anything having to echo script commands would slow down the
  3843. program's resonse to the modem.  Anyway, I would much rather have take-echo
  3844. set off, but I can't while this happens.  Has anyone else noted this behavior?
  3845.  
  3846. Also, when I am at the kermit command level, or when kermit is suspended
  3847. because I've pushed to DOS or run a program, any data coming in the serial
  3848. port is lost.  This doesn't happen with Crosstalk; a lot of input can arrive
  3849. while Crosstalk is suspended and it will appear when it is restarted.  Is
  3850. kermit supposed to behave this way?  It is a serious problem for me since I
  3851. often suspend kermit to run other things on my system while I'm logged on, but
  3852. if I get a write message or something I will never know it.  Kermit sends a ^S
  3853. when it is suspended, apparently in an attempt to forestall output, but that
  3854. isn't good enough.
  3855.  
  3856. Finally, is there a copy of the 2.32 manual online or on a drive
  3857. somewhere?  Thanks.
  3858.  
  3859.     John DuBois
  3860.  
  3861. [From jrd - The MS Kermit User's Manual is file MSKERM.DOC, available on
  3862. Kermsrv (Bitnet) or anonymous ftp to cunixc.cc.columbia.edu.  MS Kermit does
  3863. not continue to operate the serial port when one Pushes to DOS, for the very
  3864. good reason that the next program may also use the same port.  If Control-S
  3865. does not stop the host then you need to run MS Windows or Concurrent DOS or
  3866. DESQview or similar environments to achieve a semblence of multitasking.
  3867. MS Kermit does not run in DOS background since there is really No$Such_Thing.
  3868. Kermit does not lose characters while processing the INPUT command unless
  3869. your system is imposing a very heavy load in the background (TSRs, PRINT
  3870. command, etc).  If you snatch a copy of 2.32/A, and the manual, there are
  3871. examples of scripts which do autobaud recognition of modem CONNECT responses.]
  3872.  
  3873. ------------------------------
  3874.  
  3875. End of Info-Kermit Digest
  3876. *************************
  3877.  
  3878. 14-Jun-89  2:03:31-GMT,26075;000000000001
  3879. Return-Path: <fdc@watsun.cc.columbia.edu>
  3880. Received: from cunixc.cc.columbia.edu by watsun.cc.columbia.edu (4.0/SMI-4.0)
  3881.     id AA18167; Tue, 13 Jun 89 22:03:27 EDT
  3882. Received: from watsun.cc.columbia.edu by cunixc.cc.columbia.edu (5.54/5.10) id AA01718; Tue, 13 Jun 89 22:02:38 EDT
  3883. Received: by watsun.cc.columbia.edu (4.0/SMI-4.0)
  3884.     id AA17906; Tue, 13 Jun 89 21:58:25 EDT
  3885. Date: Tue, 13 Jun 1989 21:58:24 EDT
  3886. From: Frank da Cruz <fdc@watsun.cc.columbia.edu>
  3887. To: Info-Kermit@watsun.cc.columbia.edu
  3888. Subject: Info-Kermit Digest V9 #9
  3889. Reply-To: Info-Kermit@watsun.cc.columbia.edu
  3890. Queries-To: Info-Kermit-Request@WATSUN.CC.COLUMBIA.EDU
  3891. Message-Id: <CMM.0.88.613792704.fdc@watsun.cc.columbia.edu>
  3892.  
  3893. Info-Kermit Digest         Tue, 13 Jun 1989         Volume 9 : Number 9
  3894.  
  3895. Departments:
  3896.  
  3897.   NEWS -
  3898.         Kermit Conference Report
  3899.         New Kermit Discussion List in Japan
  3900.  
  3901.   ANNOUNCEMENTS -
  3902.         Announcing MVS/TSO Kermit 4.1.001
  3903.         Announcing TSO Kermit 4.1.002
  3904.         Announcing CMS Kermit 4.1.001
  3905.         New Release of Kermit-11 for the DEC PDP-11
  3906.         Announcing Kermit for the Honeywell DPS-6
  3907.         Announcing Version 2.9 of Apollo Pascal Kermit
  3908.         Announcing GEC/OS4000 Kermit Version 3.9
  3909.  
  3910.   MISCELLANY -
  3911.         HP-9000 Kermit Bootstraping Methods
  3912.         Using Kermit on Ethernet?
  3913.         Mixing Things in MS-Kermit Key Definitions?
  3914.         Kermit-370 Through 3174 AEA?
  3915.         C64-Kermit Problem
  3916.  
  3917. Send digest submissions to Info-Kermit@CUNIXC.CC.COLUMBIA.EDU, requests for
  3918. addition to or deletion from the Info-Kermit subscriber list to
  3919. Info-Kermit-Request@CUNIXC.CC.COLUMBIA.EDU or to KERMIT@CUVMA.BITNET.
  3920.  
  3921. Kermit files may be obtained over networks and by mail order.  On the
  3922. Internetwork, use FTP to log in to host WATSUN, WATSUN.CC.COLUMBIA.EDU, a
  3923. SUN-4/280 running UNIX (SUNOS 4.0), IP host number 128.59,39.2, or to CUNIXC,
  3924. CUNIXC.CC.COLUMBIA.EDU, a VAX 8700 running UNIX (Ultrix), IP host number
  3925. 128.59.40.130.  Login as user anonymous (note, lower case), any password, and
  3926. GET or MGET the desired files.  The Kermit files are in directories kermit/a,
  3927. kermit/b, kermit/c, kermit/d, and kermit/e.  You can also get Kermit files
  3928. over BITNET/EARN; to get started send a message with text HELP to KERMSRV, the
  3929. Kermit file server, at host CUVMA.  For detailed instructions, read the file
  3930. kermit/a/aanetw.hlp (AANETW.HLP on KERMSRV).  To order by mail, request a
  3931. complete list of Kermit versions and an order form from Kermit Distribution,
  3932. Columbia University Center for Computing Activities, 612 West 115th Street,
  3933. New York, NY 10025 USA.
  3934.  
  3935. ----------------------------------------------------------------------
  3936.  
  3937. Date: Thu, 8 Jun 1989 16:37:14 EDT
  3938. From: Frank da Cruz <fdc@watsun.cc.columbia.edu>
  3939. Subject: Kermit Conference Report
  3940. Keywords: Conference, Kermit Conference, International Kermit Conference
  3941. Keywords: Moscow, USSR, International Character Sets
  3942.  
  3943. Apologies for the long hiatus in Kermit digests.  Christine Gianone and I
  3944. spent the last several weeks preparing for and then attending the First
  3945. International Kermit Conference, held in Moscow, USSR, May 29-31.  This
  3946. conference, sponsored by the International Centre for Scientific and Technical
  3947. Information (ICSTI) in Moscow, was attended by more than 70 computer
  3948. specialists from the USSR, Hungary, East Germany, Cuba, Mongolia, Bulgaria,
  3949. Poland, and Czechoslovakia.  Many of the conference attendees were active
  3950. Kermit program developers, working on Soviet and Eastern European computers.
  3951.  
  3952. The first two days were devoted to our presentation of Kermit's history,
  3953. philosophy, use, programming, protocol, and performance, with translation
  3954. between English and Russian for the lecture and question-and-answer sessions.
  3955.  
  3956. On the third day, Chris presented our proposed extension to the Kermit
  3957. protocol to allow transfer of text files in diverse character sets (including,
  3958. of course, Cyrillic) which was of great interest to this international
  3959. audience.  The basic ideas of the proposal were warmly endorsed in the
  3960. discussion which followed.  A third draft will appear soon, which will reflect
  3961. points raised in this discussion and others from the isokermit e-mail
  3962. conference.
  3963.  
  3964. There were also presentations from conference attendees, discussing their
  3965. adaptations of Kermit for Soviet and other Eastern European computers, and
  3966. some of the uses to which they had put these programs.  Perhaps the most
  3967. interesting described how Kermit was used in Soviet secondary school CAI labs
  3968. -- 250,000 PCs are being manufactured and delivered to Soviet secondary
  3969. schools as part of the current five-year plan, and each of them has Kermit in
  3970. ROM.
  3971.  
  3972. Chris presented ICSTI with a complete, up-to-date set of Kermit programs and
  3973. documentation on magnetic tape and diskette.  ICSTI in Moscow will join other
  3974. regional Kermit Distribution centers that have been set up around the world --
  3975. in England, Ireland, France, The Netherlands, Japan, Australia, etc.  ICSTI's
  3976. Kermit Distribution will serve the Soviet Union and other Eastern-block
  3977. countries, and ICSTI will become a center for coordinating Kermit program
  3978. development in those countries.  ICSTI presented Columbia with a version of
  3979. Kermit it had developed for IBM's CICS MVS subsystem and with a set of
  3980. Cyrillic fonts for the HP Laserjet.  The CICS support code has been sent to
  3981. John Chandler (see below) in hopes that it can be adapted to Kermit-370.
  3982.  
  3983. Our special thanks to Dr. Juri Gornostaev, Head of ICSTI's Computer
  3984. Department, and Professor A. Butrimenko, Director of ICSTI, for sponsoring the
  3985. first international conference devoted entirely to Kermit, and for their warm
  3986. and generous hospitality.  And thanks also to Juri and the "Kermit Gang" at
  3987. ICSTI -- especially Mischa, Andrei, Kostya, Marina, and Shamil -- for
  3988. befriending us and giving us an "insider's view" of the Soviet Union.
  3989.  
  3990. A more complete report of the Kermit conference will appear in the next (4th)
  3991. issue of Kermit News.  If you're not already a subscriber, send e-mail to the
  3992. Info-Kermit-Request address (or paper mail to the postal address) listed
  3993. above, requesting a subscription.
  3994.  
  3995. Meanwhile, new Kermit contributions have been pouring in.  Some of them are
  3996. announced below (MVS/TSO Kermit 4.1.002, VM/CMS Kermit 4.1.001, PDP-11 Kermit
  3997. 3.60, Honeywell DPS-6 Kermit, and Apollo Pascal Kermit 3.9, GEC OS4000 Kermit
  3998. 3.9.  Others will be announced in forthcoming Kermit digests, including OS/2
  3999. C-Kermit (complete with source code) and new releases of HP-9000 BASIC Kermit
  4000. and Microsoft Windows Kermit.
  4001.  
  4002. ------------------------------
  4003.  
  4004. Date: Tue, 02 May 89 13:58:22 JST
  4005. From: Masamichi Ute <UTE@JPNSUT30.BITNET>
  4006. Subject: New Kermit Discussion List in Japan
  4007. Keywords: Japan, LISTSERV
  4008.  
  4009. I am a postmaster at the Science University of Tokyo, Noda campus (JPNSUT30)
  4010. in Japan.  Many thanks for your Kermit service and Kermit on many computers.
  4011. I have a report and a few questions for now.
  4012.  
  4013. 1. I opened a Kermit discussion list (KERMIT-L) for BITNET users in Japan on
  4014. our LISTSERV.  I would like to introduce Kermit on any computers and exchange
  4015. usage and questions and so on.  We exchage a mail using the Japanese language
  4016. on KERMIT-L.
  4017.  
  4018. 2. I would like to register Kermit programs by file server facility on our
  4019. LISTSERV:
  4020.  
  4021.  * MSVP98 for NEC PC-9801
  4022.     I got a developer's consent from Hirofumi Fujii KEIBUN@JPNKEKVM.
  4023.  * IBM Mainframe's Kermit, VM/CMS, MVS/TSO and MUSIC/SP
  4024.  * C-Kermit for EWS
  4025.  
  4026. I would like to register the execution files for Kermit beginners. It is
  4027. KERMIT MODULE, KERMIT HELPCMS on VM/CMS, for example.  In this case, do I have
  4028. to register Kermit original files on KERMSRV?  Please let me me know the rules
  4029. to register a Kermit program.
  4030.  
  4031. Yours sincerely,
  4032.  
  4033. Masamichi Ute
  4034. UTE@JPNSUT30.BITNET
  4035. Postmaster of JPNSUT30
  4036.  
  4037. Information Processing Center
  4038. Noda campus
  4039. Science University of Tokyo
  4040. 2641, Yamazaki
  4041. Noda, Chiba, 278
  4042. JAPAN
  4043.  
  4044. [Ed. - Ute-san, many thanks for setting up the Japanese Kermit discussion
  4045. group and file server!  This is a valuable service, and will help to ease
  4046. the congestion on the trans-pacific network links.  To answer your questions,
  4047. we normally do not put binary executable files on our Kermit file servers or
  4048. distribution tapes, for reasons of transportability.  Binary files are often
  4049. not compatible with e-mail or labeled magnetic tape formats.  In some cases,
  4050. we encode the binaries as printable characters -- HEX or BOO files.  We
  4051. encourage you to keep the source code along with the binaries so that people
  4052. who get these programs can make improvements, fix bugs, etc, and also so that
  4053. users can satisfy themselves that the programs contain no viruses.  Thanks
  4054. again for what you are doing!]
  4055.  
  4056. ------------------------------
  4057.  
  4058. Date: Mon, 1989 May 8   12:07:11 EDT
  4059. From: "John F. Chandler" <PEPMNT@CFAAMP.BITNET>
  4060. Subject: Announcing MVS/TSO Kermit 4.1.001
  4061. Keywords: MVS/TSO Kermit, IBM 370 Kermit
  4062.  
  4063. I have sent new BWR, INS, and UPD files for IKTKER.  Starting with this
  4064. batch, I intend to make a new "sub-release" number each time a new update
  4065. comes out -- hence, 4.1.001 for TSO.  This number is displayed is the same
  4066. places 4.1 was formerly, so there should be less of a problem figuring out
  4067. exactly what version is involved in problem reports henceforth.  I had hoped
  4068. to get a 4.1.001 out for CMS about now also, but I'm still waiting for
  4069. reports on an update I hope has finally made GRAPHICS controllers work for
  4070. CMS Kermit.
  4071.  
  4072.                                         John
  4073.  
  4074. [Ed. - Many thanks, John!  IKTKER.UPD shows the changes, which include
  4075. improved VTAM TTY support, handling of implicit CLISTs, and improved handling
  4076. of host commands.  The three new files are in kermit/b on watsun and cunixc
  4077. for anonymous FTP access, and also available on BITNET/EARN from KERMSRV at
  4078. CUVMA.  Also, see next message.]
  4079.  
  4080. ------------------------------
  4081.  
  4082. Date: Tue, 1989 Jun 6   20:19 EDT
  4083. From: "John F. Chandler"   <PEPMNT@cfaamp.harvard.edu>
  4084. Subject: Announcing TSO Kermit 4.1.002
  4085. Keywords: MVS/TSO Kermit, IBM 370 Kermit
  4086.  
  4087. Release 4.1.001 contained a bug that interfered with the catalog scan for
  4088. SEND operations, so that a "File not found" error would result.  The fix:
  4089. SC89157 (see IKTKER.UPD).  4.1.002 is now the current release.
  4090.  
  4091. ------------------------------
  4092.  
  4093. Date: Tue, 1989 Jun 13   15:57 EDT
  4094. From: "John F. Chandler"   <PEPMNT%CFAAMP.BITNET@cuvmb.cc.columbia.edu>
  4095. Subject: Announcing CMS Kermit 4.1.001
  4096. Keywords: VM/CMS Kermit, IBM 370 Kermit, CMS Kermit
  4097.  
  4098. I have sent new versions of IKCKER.UPD and IKCKER.BWR.  This marks the
  4099. transition of CMS Kermit to the "edit number" system, such that each new set
  4100. of changes released through Columbia will result in a change in the edit
  4101. number (the 001 in 4.1.001).  I will try to keep a correspondence among all
  4102. the variants of Kermit-370, so that generic additions will appear at roughly
  4103. the same edit number for each.  Thus, the 4.1.001 that appeared for TSO in
  4104. May had the same set of generic updates as the new CMS 4.1.001, but TSO's
  4105. 4.1.002 issued last week has only a TSO-specific bug fix, and, hence, the
  4106. next version of CMS Kermit will presumably be 4.1.003.  For CMS, 4.1.001
  4107. marks a significant milestone -- for the first time, GRAPHICS controllers are
  4108. supported.  In particular, complete success has been reported for the PCI 276
  4109. and partial success for the Renex TMS-1.  The other major innovation is the
  4110. option of entering CMS filespecs as name.type.mode (with periods instead of
  4111. blanks as delimiters).
  4112.                                       John
  4113.  
  4114. [Ed. - Thanks once again, John.  The new files are installed in the regular
  4115. places: kermit/b/ikcker.upd and .bwr on cunixc and watsun for Internet
  4116. anonymous FTP access, and IKCKER UPD and IKCKER BWR for BITNET access via
  4117. KERMSRV at CUVMA.]
  4118.  
  4119. ------------------------------
  4120.  
  4121. Date: Thu, 25 May 1989 21:02:37 EDT
  4122. From: Brian Nelson <bnelson@watsun.cc.columbia.edu>
  4123. Subject: New Release of Kermit-11 for the DEC PDP-11
  4124. Keywords: PDP-11 Kermit, DEC PDP-11, RSX-11, RSTS/E, RT-11
  4125.  
  4126. This is a minor new release of Kermit for the DEC PDP-11 and its various
  4127. operating systems -- RSX-11, RSTS/E, RT-11, P/OS, TSX+, etc.  The version
  4128. number is 3.60, and it replaces 3.58 (which was released back in October
  4129. 1987).  The changes include:
  4130.  
  4131.  . Support for the file protection attribute in the Attribute packet
  4132.  . For RSX, ensure Kermit is privileged before performing SF.SMC to remote
  4133.    port, to prevent crashes of RSX-11/M+ 4.0.
  4134.  . Add local terminal buffering to RSX 'connect' module.
  4135.  . Complete definition of DF224 modem.
  4136.  . Add a few percent to the size reported in an incoming file's attribute
  4137.    packet before preallocating the file for RT-11, to allow for expansion
  4138.    of (for instance) UNIX files to CRLF format.
  4139.  
  4140. [Ed. - Many thanks to Brian for sending in this update which was badly needed
  4141. by RT-11 users who sent files from IBM PCs to the PDP-11, and found that
  4142. RT-11 Kermit did not preallocate enough space for the file.  The new files
  4143. are in kermit/b/k11* on watsun and cunixc, and available as K11*.* from
  4144. KERMSRV at CUVMA on BITNET.]
  4145.  
  4146. ------------------------------
  4147.  
  4148. Date: Thu May 11 15:25:33 1989
  4149. From: Frank Dreano, NAVMASSO, Chesapeake, VA
  4150. Subject: Announcing Kermit for the Honeywell DPS-6
  4151. Keywords: Honeywell DPS-6
  4152.  
  4153. This is the copy of the Honeywell DPS-6 Kermit I promised you serveral months
  4154. ago.  It has the latest features such as attribute packets and extended
  4155. packets.  Documentation and 'C' source code are enclosed (CUCLKER.C,
  4156. CUCLPRI.C contain the source and COMPLNK.EC is a DPS-6 batch job to build the
  4157. executable). Two modules of MSKermit 2.31 were modified to support DPS-6
  4158. Kermit telecommunications:
  4159.  
  4160. MSSCOM.ASM => MSSCOM.DPS: modified to support extended packets and
  4161.   double transmit the backslash character (\) for the 3.1 DPS-6
  4162.   operating system, a necessity unfortunately.
  4163.  
  4164. MSZIBM.ASM => MSZIBM.DPS: modified to provide VERY rudimentary
  4165.   terminal support when in VT102 mode...just enough to let a
  4166.   Honeywell user login to the DPS-6.
  4167.  
  4168. All changes are documented in the source and the executable MSKermit 2.31
  4169. produced by these modules remains generic and I have used it on the DDN VAX
  4170. systems as well as IBM and Tandem systems.
  4171.  
  4172. Sincerely,
  4173.  
  4174. Frank Dreano
  4175. NAVMASSO
  4176. 1441 Crossways Blvd.
  4177. Chesapeake, VA  23320-8915
  4178. (804) 523-8190
  4179.  
  4180. [Ed. - Thanks to Frank Dreano and to Steve Carr for the sources.  Until now
  4181. we have only had a .HEX file which no one could modify.  The old .HEX file
  4182. has been replaced with the new sources and .HEX files in ~kermit/d/hd6*.jar.
  4183. The ".jar" files are collected files stored together ("join archive").]
  4184.  
  4185. ------------------------------
  4186.  
  4187. Date: Tue, 30 May 89 11:36:31 WET DST
  4188. From: The UK National PD Software Archive
  4189.       <pdsoft%pd-software.lancaster.ac.uk@nsfnet-relay.ac.uk>
  4190. Subject: Announcing Version 2.9 of Apollo Pascal Kermit
  4191. Keywords: Apollo Kermit
  4192.  
  4193. The principal change between versions 2.7 and 2.9 of Apollo APX Kermit is to
  4194. add in the 8 bit quoting and associated file handling changes from APO Kermit
  4195. versions 2.8 and 2.8a.  In the parameters exchange, APX 2.9 also handles 'Y'
  4196. and 'N' in the 8-bit field from the other Kermit correctly.  Also there is
  4197. now SET 8BIT ON/OFF (if ON, it sends '&' which, according to the protocol
  4198. manual, means "I insist on quoting"; if OFF, it sends 'N' which means "I
  4199. can't").  I believe that the APX Kermit can now do everything that the APO
  4200. version does (and more).
  4201.  
  4202. The extensions are:
  4203.  
  4204.   APX can be run on a remote node, even (crudely) from an attached terminal 
  4205.    on the local node.
  4206.   Repeat count processing.
  4207.   Filename normalising.
  4208.   RECEIVE followed by filename.
  4209.   SET TIME and TIMEOUT.
  4210.   CVT_NL is now called RAW (i.e. CVT_NL OFF now RAW ON).
  4211.  
  4212. This version works out how it is being driven and sets GRAPHICS and RAW
  4213. accordingly.  As before, if it is being driven by an sio line it assumes it is
  4214. running as a remote Kermit, so you can't use it as it stands to drive one sio
  4215. on a node from another.
  4216.  
  4217. If it is running on a remote node, CONNECT now works in RAW mode.  This means
  4218. you no longer get a double echo and echoing of passwords and you can send
  4219. control characters.  However, if you are using an attached terminal on the
  4220. local node, this doesn't work and you must explicitly SET RAW OFF before
  4221. CONNECTing.  If normalising, received file names are converted to lower case.
  4222. Now handles prefixing in incoming fileheader packets and does control quoting
  4223. in outgoing ones.
  4224.  
  4225. To avoid confusion, this version announces itself as Apollo-APX.  Minor code
  4226. changes to stop the Pascal optimiser generating warnings.
  4227.  
  4228. This version works under Aegis SR 9.7.  I don't know whether it works under
  4229. SR10 - but it will have to be made to eventually.
  4230.  
  4231. Gordon Sands
  4232. Technical Computing Dept.
  4233. Marconi Space Systems Ltd.
  4234. Anchorage Rd.
  4235. Portsmouth  PO3 5PU
  4236. ENGLAND
  4237. 0705-664966 x3521
  4238.  
  4239. [Ed. - Thanks, Gordon!  And thanks to Steve Jenkins at Lancaster University
  4240. for sending this version in to us.  This new release has been placed in the
  4241. Kermit Distribution under the prefix "apx", in the C area (kermit/c/apx*).
  4242. It is supposed to combine the features of the two older Apollo Pascal Kermits,
  4243. which remain available in the same area under the "apo" and "apl" prefixes.
  4244. Users of Apollo Pascal Kermit are encouraged to pick up the new release and
  4245. let us know if the older ones can be retired.]
  4246.  
  4247. ------------------------------
  4248.  
  4249. Date: Tue, 30 May 89 11:47:55 WET DST
  4250. From: The UK National PD Software Archive
  4251.       <pdsoft%pd-software.lancaster.ac.uk@nsfnet-relay.ac.uk>
  4252. Subject: Announcing GEC/OS4000 Kermit Version 3.9
  4253. Keywords: GEC OS4000 Kermit
  4254.  
  4255. Version 3.9 of GEC Kermit for standard OS4000 consists mainly of bug fixes
  4256. and fuller checking of received packets.  Most of the changes were prompted
  4257. by a spate of failed transfers some of which resulted in the GEC terminal
  4258. getting locked up.  The new version is more careful about whether it is in
  4259. Logical or Physical mode and looks for Ctrl-Z more often.  Some of the
  4260. packets were arriving with bytes missing.  This caused problems because the
  4261. GEC kermit would wait for the number of bytes it was expecting and transfer
  4262. would halt until one side timed out.  The new version looks for premature
  4263. CRs and immediately NAKs the packet.  There were also problems in binary
  4264. mode with files which ended in a null or with 2 or 3 copies of the same
  4265. character.
  4266.  
  4267. The routine which normalises incoming filenames now checks the new filename
  4268. and strips off leading digits.  Should the new name consist only of digits,
  4269. the first is replaced with an X, e.g. S12ABC.XYZ becomes .ABCXYZ and
  4270. S1234567.123 becomes .X4567123.
  4271.  
  4272. If a user types RECEIVE followed by a filename, but then SENDs more than one
  4273. file, only the first goes into the given name - the rest into normalised
  4274. versions of the sender's names.
  4275.  
  4276. I have developed a way of setting things up so that a user Kermitting to a
  4277. GEC machine needs only to connect once in a session (to compensate for the
  4278. lack of a LOGOUT command).  Details in GECSVR.JCL.
  4279.  
  4280. Gordon Sands,
  4281. Technical Computing Dept.
  4282. Marconi Space Systems Ltd.
  4283. Anchorage Road,
  4284. Portsmouth, ENGLAND PO3 5PU
  4285. 0705-664966 x3521
  4286.  
  4287. [Ed. - Thanks again to Gordon and Steve for this work.  This version replaces
  4288. the old release in Kermit Distribution area D, under the prefix "gec".]
  4289.  
  4290. ------------------------------
  4291.  
  4292. Date: Thu, 27 Apr 89 15:17 EST
  4293. From: Roger Wallace <22315@res2.ray.com>
  4294. Subject: HP-9000 Kermit Bootstraping Methods
  4295. Keywords: HP-9000 Kermit, BASIC Kermit, Bootstrapping
  4296.  
  4297. Alternative Methods for Bootstrapping KERMIT-RMB to HP-9000 Workstations:
  4298.  
  4299. We have now successfully bootstrapped Kermit-RMB to several HP-9000 series
  4300. workstations, and are in the process of gathering user feedback on the
  4301. performance of this new version.  This particular Kermit fills a long-
  4302. standing need for reliable file transfer to hosts outside of the HP family.
  4303. The basic terminal emulation and file transfer facilities seem to work as they
  4304. should; we will forward any bug reports from our user community both to the
  4305. Digest and to Andy Campagnola.  In the meantime, I thought I would pass along,
  4306. as alternatives, the methods we tried for getting the appropriate files into
  4307. HP-LIF disks.
  4308.  
  4309. [Ed. - 124 lines omitted from here for lack of space, see below...]
  4310.  
  4311. And finally, our thanks again to Andy Campagnola and his associates at HP for
  4312. making a much-needed Kermit implementation available.
  4313.  
  4314. Roger Wallace
  4315. Research Division
  4316. Raytheon Co.
  4317. Lexington, MA
  4318.  
  4319. [Ed. - And many thanks to you, Roger!  Your Fortran dehexifying program has
  4320. been added to the HPB files as HPBDEH.F77, and the full contents of this
  4321. message have been added as HPBKER.BWR.  There is also a new release of the
  4322. HP-9000 Kermit program on the way from Andy Campagnola that should simplify
  4323. the bootstrapping a bit.]
  4324.  
  4325. ------------------------------
  4326.  
  4327. Date: Thu, 11 May 89 13:32:16 IST
  4328. From: Reuven Weiss <I64%TAUNIVM@cuvmb.cc.columbia.edu>
  4329. Subject: Using Kermit on Ethernet?
  4330. Keywords: MS-DOS Kermit Network Support, Interlan, 3COM
  4331.  
  4332. I would like to use the Kermit interface (scripts, key redefinitions, etc.)
  4333. while connected from a PC to a host by TELNET.  Our campus has many RS-232
  4334. terminals where we use Kermit 2.32/A on PC's and the various Kermit programs
  4335. on CDC, VAX and IBM hosts.  We also have a LAN under TCP/IP protocol.  The LAN
  4336. connects to the same hosts and to many PC's.  On the PC's we use 3COM 3C501
  4337. and WD8003E cards and NCSA 2.2 program (for TELNET and FTP).  Instructing
  4338. users would be easier if the two programs (KERMIT and NCSA) would have similar
  4339. user interface, where it is possible.  There is much similarity in terminal
  4340. emulation and KERMIT works now also with LAN (NETBIOS and U-B).  Perhaps
  4341. KERMIT can evolve to TCP/IP emulation?  I would like to read comments from
  4342. Kermit users.
  4343.  
  4344. Reuven Weiss
  4345. Faculty of Engineering
  4346. Tel - Aviv  University
  4347. REUVEN@TAUENG.bitnet (a VAX/VMS site) or
  4348. I64@TAUNIVM.bitnet (an IBM/VM site)
  4349.  
  4350. [Ed. - There are many requests for this.  The most practical approach to
  4351. adding TCP/IP Telnet support to MS-Kermit would be to take the board-level
  4352. drivers from NCSA Telnet and convert them into TSR Bios-level drivers for
  4353. COM1.  Then let MS-Kermit's SET PORT BIOS1 command do the rest.  This
  4354. apparently already works with certain commercial IP products, e.g. Interlan's
  4355. TCP/IP Gateway for Novell networks (see Info-Kermit V9 #8).]
  4356.  
  4357. ------------------------------
  4358.  
  4359. From: Martin Kiff <mgk@psg.national-physical-lab.co.uk>
  4360. Date: Wed, 24 May 89 17:29:47 BST
  4361. Subject: Mixing Things in MS-Kermit Key Definitions?
  4362. Keywords: MS-DOS Kermit Key Definitions
  4363.  
  4364. A quick question, or perhaps a request.
  4365.  
  4366. I am trying to set up a key definition which is a combination of a Kermit verb
  4367. and trailing characters, something like:
  4368.  
  4369.    set key \316 \Klfarr\016T
  4370.  
  4371. give or take a few braces.
  4372.  
  4373. Why would I want to do a thing like that?  Well we use Kermit mainly over an
  4374. X.25 network talking to a VAX.  The VAX likes to think it is dealing with
  4375. single characters; the network works better with longer packets.  The PADs on
  4376. the network are thus set up to bundle together characters until there is a
  4377. 1/20 sec pause and then send them off.  This is fine if using autorepeat to
  4378. write a string of '.'s across the screen but embarrassing if holding down the
  4379. 'delete line' key.
  4380.  
  4381. It would be nice to be able to tag onto some of the VT100 verbs, like the
  4382. cursor movement, PF4, kpminus, kpcoma the characters to force the PAD to
  4383. dispatch the packet being built.  This is the <CntlP>T sequence above.
  4384.  
  4385. It seems however that Kermit (2.32/A version for PCs) doesn't allow this, is
  4386. it something in the pipeline?  Do other people have similar problems?
  4387.  
  4388. Many thanks, 
  4389.  
  4390. Martin Kiff
  4391. Computing Services Unit
  4392. National Physical Laboratory
  4393. mgk@PSG.NPL.CO.UK
  4394.  
  4395. [From JRD - Yes, this is a restriction.  As the code design stands presently
  4396. one cannot join a Kermit keyboard verb with other text in the same definition.
  4397. The algorithms in use do all the definition parsing when the key is being
  4398. defined, rather than when the definition is being sent to the host.  Were the
  4399. latter the case, then terminal emulation speed would drop a lot on medium
  4400. speed 286's and slower machines, and the memory usage for definitions would
  4401. grow substantially.  On 286 machines and above, you might consider
  4402. reprogramming the keyboard repeat rate to match the PAD.  There are public
  4403. domain programs (very short) to do just that.]
  4404.  
  4405. ------------------------------
  4406.  
  4407. Date: Tue, 30 May 89 16:06:36 GMT
  4408. From: Pete Gifford <PETE@ALLEGVM>
  4409. Subject: Kermit-370 Through 3174 AEA?
  4410. Keywords: IBM 3174 Controller, IBM 370 Kermit
  4411.  
  4412. Does anyone have Kermit 4.1 file transfer for CMS or MUSIC working through a
  4413. local 3174 with the Asynchronous Emulation Adapter (AEA)?  We are using
  4414. ProComm+ for terminal emulation (VT102) and ProComm+'s Kermit file transfer
  4415. option and are not able to get the two to communicate.  Any help will be
  4416. greatly appreciated.
  4417.  
  4418. Pete Gifford           PETE@ALLEGVM
  4419. Systems Programmer     PETE@MUSIC.ALLEG.EDU
  4420. Allegheny College      (814) 332-5304
  4421. Meadville, PA          (814) 332-5366
  4422.  
  4423. [From John Chandler - The latest word on the 3174 is that there is no means of
  4424. transparent throughput at present.  However, IBM has indicated there will be
  4425. some such capability fairly soon (as of a month ago, the microcode upgrade was
  4426. due in about 6 months).  It presumably won't be long after that before Kermit
  4427. will be able to do file transfers through the 3174.]
  4428.  
  4429. ------------------------------
  4430.  
  4431. Date: Thu, 11 May 89 17:53:23 edt
  4432. From: pcw@squid.tn.cornell.edu
  4433. Subject: C64-Kermit Problem
  4434. Keywords: Commodore-64/128
  4435.  
  4436. I have the following configuration : a Commodore C64, a 2400 baud Hayes
  4437. compatible modem and a modem adaptor that connects the former two together.
  4438. When I used a terminal software called CCGMS 6.0, the system worked nicely up
  4439. to 2400 baud !!!!!  However, when I used KERMIT, it was a complete failure no
  4440. matter what baud rate I tried !!  The problem is : After the usual procedure
  4441. of dialing the number manually and hearing the high pitch tones, the modem
  4442. did not kick in to do the rest !!  Are there some parameters (that I am not
  4443. aware of) that need to be set beside baud rate in KERMIT ?  What about a
  4444. parameter in KERMIT called rs232-registers ?  What should be its hex value ?
  4445. Any help is appreciated !!
  4446.                                     Patrick Wong 
  4447.  
  4448. ------------------------------
  4449.  
  4450. End of Info-Kermit Digest
  4451. *************************
  4452.  
  4453.