home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / e / v11.8 < prev    next >
Text File  |  2020-01-01  |  23KB  |  502 lines

  1. 22-Jun-90 17:32:06-GMT,23429;000000000001
  2. Return-Path: <cmg>
  3. Received: by watsun.cc.columbia.edu (5.59/FCB)
  4.     id AA03324; Fri, 22 Jun 90 12:53:12 EDT
  5. Date: Fri, 22 Jun 90 12:53:11 EDT
  6. From: Christine M Gianone <cmg@watsun.cc.columbia.edu>
  7. To: Info-Kermit
  8. Subject: Info-Kermit Digest V11 #8
  9. Reply-To: Info-Kermit@watsun.cc.columbia.edu
  10. Queries-To: Info-Kermit-Request@WATSUN.CC.COLUMBIA.EDU
  11. Message-Id: <CMM.0.88.646073591.cmg@watsun.cc.columbia.edu>
  12.  
  13. Info-Kermit Digest         Fri, 22 Jun 1990        Volume 11 : Number 8
  14.  
  15. Today's Topics:
  16.            Kermit News #4 Available On Line
  17.      MS-DOS Kermit 3.02 Pre-Release Available for Testing
  18.      MS-DOS Kermit 3.0 for Heath/Zenith-100 Available for Testing
  19.          New MS-Windows Kermit Available for Testing
  20.               Another New VMS Kermit-32
  21.         Announcing Kermit 1.02 for the Honeywell DPS-6
  22.      VMS DCL Procedure for Using WordPerfect with Kermit
  23.    Okstate Kermit/UUCP Kermit Distribution Server Adds Trailblazer
  24.         SIM3278 TCP/IP Version Supports Kermit-370 4.x
  25.           Needed: Mac Kermit for a 128K Mac
  26.  
  27. Digest submissions may be sent to Info-Kermit@WATSUN.CC.COLUMBIA.EDU,
  28. requests for addition to or deletion from the Info-Kermit subscriber list to
  29. Info-Kermit-Request@WATSUN.CC.COLUMBIA.EDU or to KERMIT@CUVMA.BITNET.
  30.  
  31. Kermit files may be obtained over networks and by mail order.  On the
  32. Internetwork, use FTP to log in to host WATSUN.CC.COLUMBIA.EDU, a SUN-4/280
  33. running UNIX (SUNOS 4.1), IP host number 128.59.39.2.  Login as user
  34. anonymous (note, lower case), any password, and GET or MGET (MULTIPLE GET)
  35. the desired files.  The Kermit files are in directories kermit/a, kermit/b,
  36. kermit/c, kermit/d, and kermit/e.  Test versions are in kermit/test.  You
  37. can also get Kermit files over the BITNET/EARN network; to get started send
  38. a message with text HELP to KERMSRV, the Kermit file server, at host CUVMA.
  39. For detailed instructions, read the file kermit/a/aanetw.hlp (AANETW.HLP on
  40. KERMSRV).  To order by mail, request a complete list of Kermit versions and
  41. an order form from Kermit Distribution, Columbia University Center for
  42. Computing Activities, 612 West 115th Street, New York, NY 10025 USA.
  43.  
  44. ----------------------------------------------------------------------
  45.  
  46. Date: Fri, 22 Jun 90 12:30 EDT
  47. From: Christine M Gianone <cmg@watsun.cc.columbia.edu>
  48. Subject: Kermit News #4 Available On Line
  49. Keywords: Kermit News #4, MS-DOS Kermit Utilities Diskettes
  50.  
  51. A plain-text ASCII version of Kermit News #4 is available online as
  52. kermit/e/news.n4 on watsun (Internet) and NEWS.N4 from KERMSRV at CUVMA
  53. (BITNET/EARN).  Meanwhile, the paper version has been mailed to all
  54. subscribers and should have arrived by now.
  55.  
  56. Some people have asked what is on the 2-diskette set "MS-DOS Utilities and
  57. Technical Documentation" that is listed on the order form in Kermit News.  A
  58. list and description of the files is given in the file kermit/a/msauti.dsk on
  59. watsun (and MSAUTI.DSK on KERMSRV).
  60.  
  61. ------------------------------
  62.  
  63. Date: Tue, 19 Jun 90 13:59 EDT
  64. From: Christine M Gianone <cmg@watsun.cc.columbia.edu>
  65. Subject: MS-DOS Kermit 3.02 Pre-Release Available for Testing
  66. Keywords: MS-DOS Kermit 3.02
  67.  
  68. Version 3.02 of MS-DOS version 3.0 for the IBM PC, PS/2, and comptibles, from
  69. Professor Joe R. Doupnik of Utah State University is now available in a
  70. priliminary prerelease form for testing.  MS-DOS Kermit users should be aware
  71. that this will probably be the final release of MS-DOS Kermit in its present
  72. form, because code space is completely used up.  The next release will
  73. involve a massive reorganization of the code to make space for new features,
  74. translation tables, etc.  Obviously, this will require a lot of time and
  75. effort.
  76.  
  77. Version 3.02 fixes the bugs for which patches were required in the 3.00 and
  78. 3.01, as well as some problems that were not fixed by these patches.  It also
  79. has some new features:
  80.  
  81.  . SET FLOW-CONTROL has a new option, RTS/CTS, for controlling sending and
  82.    receiving of characters at the hardware level.  It is effective only for
  83.    COM1..COM4 (real UARTs); selecting SET FLOW RTS/CTS for other
  84.    communications ports is the same as SET FLOW NONE.  It is effective only
  85.    when SET DUPLEX is FULL.
  86.  
  87.  . The port address of serial ports COM3 and COM4 may now be given to Kermit
  88.    itself rather than being set externally, using the new commands:
  89.  
  90.      SET COM3 <address>
  91.      SET COM4 <address>
  92.  
  93.    or in the DOS KERMIT= environment variable, as shown below.
  94.  
  95.    The IRQ value for these ports must still be 4 or 3. It is permissable to
  96.    have two serial ports sharing the same IRQ line, provided only one is
  97.    active at a time. Kermit does testing to discover which IRQ, 4 or 3, is
  98.    used by the selected serial port.
  99.  
  100.  . The current list of commands recognized from the DOS environment lines
  101.    starting with KERMIT=, KERMIT0=, KERMIT1=, etc, are:
  102.  
  103.         COM3 value                      value = port address (no default)
  104.         COM4 value                      value = port address (no default)
  105.         ROLLBACK value                  value = number of screens (def 10)
  106.         INPUT-BUFFER-LENGTH value       value = size (in bytes) of the
  107.                                           the script INPUT command buffer.
  108.  
  109.    Environment lines are constructed with the DOS command SET, which can be
  110.    given at the DOS prompt or included in your AUTOEXEC.BAT file, for example:
  111.  
  112.         C> SET KERMIT=ROLLBACK 35;COM3 \x02f8;INPUT 256;
  113.  
  114.  . SET TERMINAL WIDTH {80, 132} allows you to manually set the screen width
  115.    in text terminal emulation mode, provided your display adapter is capable
  116.    of 132 column mode (IBM adapters -- MCGA, CGA, EGA, VGA) are not.  This
  117.    was previously possible only with escape sequences transmitted from the
  118.    host.  Screen width change is accomplished via the user-supplied files
  119.    COLS80.BAT and COLS132.BAT.  Also, a bug which could cause Kermit to loop
  120.    endlessly reading these files under certain conditions has been corrected.
  121.  
  122.  . SET TERMINAL ARROW-KEYS {CURSOR, APPLICATION} gives you manual control
  123.    over the escape sequences sent by the arrow keys during VT100/300
  124.    emulation.
  125.  
  126.  . SET TERMINAL BELL {AUDIBLE, VISUAL, NONE} has the new option "none" for
  127.    people who prefer peace and quiet.
  128.  
  129.  . REMOTE PRINT <filespec> [ printer-parameters ] allows files to be sent to
  130.    a Kermit server for printing rather than storage, provided the server
  131.    supports this feature.  The MS-DOS Kermit server will also respond
  132.    correctly to REMOTE PRINT commands.
  133.  
  134.  . SET KEY LK command to ask Kermit to look for an LK250 (DEC-style) keyboard
  135.    driver.  Previously Kermit did this automatically, and this interfered
  136.    with Kermit's correct operation on certain PCs.
  137.  
  138.  . SET TERMINAL BELL { AUDIBLE, VISIBLE, NONE } - New option to turn off
  139.    the terminal bell entirely during terminal emulation, for use when your
  140.    host application sends lots of irritating bells.
  141.  
  142.  . Explicit control over assignment of the left (and right, if any) half of a
  143.    terminal character set to G0 through G3 through optional trailing
  144.    parameters to the SET TERMINAL CHARACTER-SET command.  The exact design of
  145.    this item is still fluid.  In this test release, it looks like this:
  146.  
  147.      SET TERMINAL CHARACTER-SET <name> [ G0 [ G1 [ G2 [ G3 ] ] ] ]
  148.  
  149.    For example, SET TERM CHAR LATIN1 G1.
  150.  
  151. This final item allows you to assign one or more character sets to the VT320
  152. terminal emulator's tables, G0 through G3, by typing a command.  Formerly
  153. this could only be done by escape sequences sent from the host.
  154.  
  155. An example where this override capability is handy is when LATIN1 needs to be
  156. accessed from the keyboard or host with a single key command ^N or back again
  157. with ^O.  These control codes are named SO and SI, respectively, and they
  158. switch displaying of 7-bit characters from the usual ASCII table in G0 to the
  159. table in G1, and back again.  Of course, the other computer receiving our
  160. typing and providing our viewing must observe the same conventions.
  161.  
  162. The host can move LATIN1 to G1 by sending the escape sequence ESC - A (three
  163. characters) or we can do it by hand with the command above.  A real DEC VT320
  164. assigns the right half of Latin-1 to G2 and G3 by default, leaving ASCII in
  165. G0 and G1.
  166.  
  167. Unfortunately, most people do not know how to get their hosts to send
  168. strange escape sequences to put their terminal emulators into the right
  169. frame of mind, and in some cases the host offers no way to do this.  Now you
  170. can do it at Kermit command level.
  171.  
  172. The command:
  173.  
  174.   SET TERMINAL CHARACTER-SET <name>
  175.  
  176. works exactly as before, assigning the left (and right, if any) half of the
  177. character set to the G0..G3 tables according the DEC's default assignments.
  178.  
  179. If you include one or more of G0, G1, G2, and G3 after the character set
  180. name, Kermit will assign the character set only to the tables that you
  181. mention, and will leave the others undisturbed.  The most common use of this
  182. command will be to set up Latin-1 so it can be used without any special
  183. action on the part of the host, simply by sending 8-bit characters or SI/SO:
  184.  
  185.   SET TERMINAL CHARACTER-SET LATIN1 G1
  186.  
  187. If the named character set is an 8-bit set (like Latin-1 or DEC-MCS) then the
  188. right half of it (characters with their high bit set) is assigned to the named
  189. table, which can be G1, G2, or G3, but not G0 (this is an international
  190. standard, not an arbitrary and capricious Kermit rule!).  If it is a 7-bit set
  191. (like ASCII, DUTCH, GERMAN, ITALIAN, NORWEGIAN, etc), then the entire set is
  192. assigned to the named table (see pp.118-119 of "Using MS-DOS Kermit").
  193.  
  194. You can even use this command to assign up to four different character sets
  195. to the four tables:
  196.  
  197.   SET TERM CHAR LATIN1           (ASCII  -> G0,G1; Latin-1 -> G2,G3)
  198.   SET TERM CHAR LATIN1 G1        (Latin1 -> G1, replaces ASCII)
  199.   SET TERM CHAR DUTCH G2         ("Dutch ASCII" -> G2)
  200.   SET TERM CHAR DEC-SPECIAL G3   (DEC Special Graphics -> G3)
  201.  
  202. OK, so now how do you display all these characters once you have them
  203. assigned to your G0..G3 tables?  Very briefly, the rules are (again, these
  204. are international standards, and how the real DEC VT320 works):
  205.  
  206.   1. Two pointers are maintained, GLeft and GRight, each pointing to one
  207.      of the four Gnumber tables. Initially, for VT300's GLeft points to G0
  208.      and GRight to G2; VT100's have only G0 and G1 so GRight points to G1.
  209.  
  210.   2. When a 7-bit printable value arrives, the corresponding character
  211.      is displayed from the table where GLeft points (normally G0).
  212.  
  213.   3. When an 8-bit printable value arrives, the corresponding character is
  214.      displayed from the table where GRight points; that is usually G2 for
  215.      VT300's. 8-bit characters will be seen only if you SET DISPLAY 8 and SET
  216.      PARITY NONE, otherwise they get chopped to 7 bits.
  217.   
  218.   4. If the "locking shift" character Shift Out (SO, or Control-N) arrives,
  219.      then GLeft is pointed at G1 and all subsequent arriving 7-bit values
  220.      will be displayed from G1. The Shift In (SI, or Control-O) character
  221.      cancels this and points GLeft to G0, which is its normal place.
  222.  
  223.   5. The locking shift sequence LS2 (ESC n) points GLeft to G2 and causes
  224.      subsequent 7-bit values to be displayed from G2.  This is cancelled by
  225.      SI (point GLeft back at G0). 8-bit characters are still directed to
  226.      where GRight points. The other shifts below work similarly.
  227.  
  228.   6. The locking shift sequence LS3 (ESC o) causes subsequent 7-bit values
  229.      to be displayed from G3.  This is also cancelled by SI.
  230.  
  231.   7. The "single shift" sequence SS2 (ESC N) causes the following character
  232.      only to be displayed from G2.
  233.  
  234.   8. The single shift sequence SS3 (ESC O) causes the following character
  235.      only to be displayed from G3.
  236.  
  237.   9. The GRight pointer also has shifts to G1, G2, and G3, but none to G0:
  238.  
  239.         locking shift G1 right    ESC ~    points GRight to G1
  240.         locking shift G2 right    ESC }    points GRight to G2
  241.         locking shift G3 right    ESC |    points GRight to G3
  242.  
  243. Well, you get the idea (there's more).  If you're interested in a summary
  244. of the concepts of character set designation and switching, see the file
  245. isok5.txt in kermit/e (ISOK5.TXT in KERMSRV).  A summary of Kermit's VT320
  246. character-set designating escape sequences is listed in kermit/a/msvibm.vt
  247. (MSVIBM.VT on KERMSRV).
  248.  
  249. Version 3.02 also includes some new fixes for the Tek and VT emulators, etc.
  250. Details of the changes since 3.01 are in the file MSR302.UPD.  The MSTIBM.BOO
  251. file and the latest source files are in the Kermit test areas (kermit/test on
  252. watsun, use the T: prefix for KERMSRV).  On watsun only, the mstibm.exe file
  253. is available for binary-mode ftp in the directory kermit/bin.
  254.  
  255. More changes are expected.  Watch the kermit/test and T: areas of Kermit
  256. Distribution, and Info-Kermit for more announcements.  Send reports of
  257. possible problems to Info-Kermit@watsun.cc.columbia.edu or
  258. KERMIT@CUVMA.BITNET.
  259.  
  260. ------------------------------
  261.  
  262. Date: Fri, 8 Jun 90 14:21 EDT
  263. From: Christine M Gianone <cmg@watsun.cc.columbia.edu>
  264. Subject: MS-DOS Kermit 3.0 for Heath/Zenith-100 Available for Testing
  265. Keywords: MS-DOS Kermit 3.0, Heath/Zenith-100, Z-100
  266.  
  267. >From Bo Gedda of Lidingoe, Sweden, Z-100 Kermit updated to 3.0 level.  It
  268. includes the system-independent aspects of MS-DOS Kermit 3.0, such as sliding
  269. window packet protocol and improved script language, but not the
  270. IBM-dependent aspects like VT320 emulation and LAN support.  The files are in
  271. kermit/test/ms*z10.* on watsun and T:MS*Z10.* on KERMSRV at CUVMA.
  272.  
  273. ------------------------------
  274.  
  275. Date: Fri, 8 Jun 90 12:30 EDT
  276. From: Christine M Gianone <cmg@watsun.cc.columbia.edu>
  277. Subject: New Microsoft Windows Kermit Available for Testing
  278. Keywords: Microsoft Windows Kermit
  279.  
  280. >From Bill Hall, a new version of Kermit for Microsoft Windows that includes
  281. VT52/100/102/132 terminal emulation (the previous version only emulated the
  282. Heath/Zenith-19 terminal) and an improved user interface.  Bill says it should
  283. work under Windows 3.0.  No sources or documentation yet -- the new user
  284. interface should make it self explanatory.  Report problems, reactions, etc,
  285. to Info-Kermit and we'll collect them and pass them on the Bill.  Reports from
  286. Windows 3.0 users would be especially appreciated.
  287.  
  288. You can ftp the binary executable program from kermit/bin/wn100k.exe on
  289. watsun, or the printable "boo" file from kermit/test/wn100k.boo on watsun, or
  290. you can request the boo file as T:WN100K.BOO from KERMSRV at CUVMA on
  291. BITNET/EARN.  The boo file is decoded into a an .EXE file using any of the
  292. MSBPCT programs in the Kermit Distribution "A" area.
  293.  
  294. Thanks to Bill for his continued improvements to this program.
  295.  
  296. ------------------------------
  297.  
  298. Date: Fri, 1 Jun 90 13:17 EDT
  299. From: Jonathan_Welch <JHWELCH@ecs.umass.edu>
  300. Subject: Another New VMS Kermit-32
  301. Keywords: VMS, Kermit-32, VAX/VMS, DEC VAX/VMS
  302.  
  303. This version of Kermit-32, 3.3.126, was linked under VMS Version 4.5, so
  304. that the VMSMIT.HEX file can be VMSDEHex'd and will run on any VMS system
  305. 4.5 or later.
  306.  
  307. Changes since edit 122:
  308.  
  309. Modified a miscoded call which affected GETting files using long packets;
  310. standard length packets were being used when long packet support was
  311. available in both kermit programs.
  312.  
  313. The buffer for terminal names has been increased from 20 to 255 characters.
  314.  
  315. A bug which resulted in a "No default terminal line for transfers" message
  316. when kermit was run as a subprocess has been fixed. It turns out that when
  317. asking $GETJPI to return JPI$_TERMINAL a null string is returned for this
  318. item when called from a subprocess.
  319.  
  320. A similar error that was corrected occurs when one VMS service returns a
  321. terminal name sans trailing ':'.  When used as input to another service an
  322. error occurs ("invalid device name" from the service is returned to the user
  323. as "no default terminal line for transfers").
  324.  
  325. Unfortunately the only cure is to either 1) upgrade the operating system or
  326. 2) have the code check for the lack of a ':' and add one (this is what the
  327. new version does).
  328.  
  329. The batch problem is fixed, as it was related to the terminal line business.
  330.  
  331. The spawn issue will have to be dealt with in the future as it will involve
  332. some tricky coding.  DEC changed the meaning of the CAPTIVE bit in the user
  333. authorization file (UAF) to mean RESTRICTED and added a new bit for CAPTIVE
  334. as of VMS 5.2 (?).
  335.  
  336. -jonathan.
  337.  
  338. [Ed. - Thanks, Jonathan!  Also, the truncated VMSMIT.HEX file has been
  339. replaced with an updated and full-length version, the missing VMSCOM.REQ
  340. file has been installed, without which it was not possible to build the
  341. program from the source code and get the new long packet support.]
  342.  
  343. ------------------------------
  344.  
  345. Date: Mon 18 Jun 1990 10:30:00 EST
  346. From: Frank Dreano, NAVMASSO, Chesapeake, VA
  347. Subject: Announcing Kermit 1.02 for the Honeywell DPS-6
  348. Keywords: Honeywell DPS-6, MS-DOS Kermit 3.01
  349.  
  350. I have finished testing Version 1.02 of Honeywell Superkermit and have also
  351. generated the changes to Version 3.01 of MS-DOS Kermit necessary to
  352. communciate with the Honeywell DPS-6 minicomputer.  (The latter changes are on
  353. the diskette in three files having a filename extension of .DPS with comments
  354. explaining modifications at the start of the files.)  Although these changes
  355. are made directly to the source, I feel that they are small and succint enough
  356. to be natural candidates for the new MSKermit 'patch' facility.
  357.  
  358. The modified MS-DOS Kermit 3.01 produced from this source still works
  359. properly with other machines such as the AT&T 3B2, Vax, Tandem, etc..  The
  360. new Superkermit (source code is included in CUCLKER.C and CUCLPRI.C) for the
  361. Honeywell now supports 2000-byte packets and corrects a minor bug in the
  362. decoding of incoming attribute packet information.  All sources on this
  363. diskette should be included in and/or replace the current official library
  364. versions.
  365.  
  366. Frank Dreano Jr.
  367.  
  368. [Ed. - Thanks Frank, and thanks for your contribution to Kermit News #4!
  369. The new Honeywell Kermit source files, along with documentaion and diffs for
  370. the MS-DOS Kermit files, special batch and initialization files, etc, have
  371. been installed in a single "text archive" file in the "D" Kermit distribution
  372. area, replacing the previous version, as kermit/d/hd6ker.jar on watsun
  373. (Internet) and HD6KER.JAR on CUVMA (BITNET KERMSRV).  Frank also sent in an
  374. impressive PC-based demo of his NALCOMIS data transfer operation, but because
  375. of its format (a large collection of .EXE files), it not practical to add it
  376. to Kermit Distribution.  Meanwhile, the changes to MS-DOS Kermit have been
  377. forwarded to Joe Doupnik, who will include them in the next major release of
  378. MS-DOS Kermit -- not 3.02, because code space is too tight.]
  379.  
  380. ------------------------------
  381.  
  382. Date: Fri, 1 Jun 90 11:42 EST
  383. From: Bob Martin <GRAPHICS@EKU.BITNET>
  384. Subject: VMS DCL Procedure for Using WordPerfect with Kermit
  385. Keywords: MS-DOS Kermit WordPerfect, VMS, DCL
  386.  
  387. Folks,
  388.  
  389. I enclose a VMS DCL procedure that allows VMS WordPerfect 5.0 to be used
  390. with MS-DOS Kermit 3.0. It automatically redefines ANY IBM type keyboard (84
  391. or 101) to the standard PC key definitions for IBM WordPerfect 5.0. In other
  392. words you can use the PC WordPerfect template when you are using VMS
  393. WordPerfect.  Sorta makes it easier to remember!
  394.  
  395. The Procedure is reasonably well documented; if you have any questions
  396. or comments feel free to drop me a line at the addresses listed in
  397. the procedure.
  398.  
  399. Bob Martin --
  400.  
  401. [Ed. - Thanks, Bob!  Your new procedure has been put in the Kermit
  402. Distribution A area as MSIWP3.COM.]
  403.  
  404. ------------------------------
  405.  
  406. Date: Wed, 20 Jun 90 19:27:27 -0500
  407. From: Mark Vasoll <vasoll@a.cs.okstate.edu>
  408. Subject: Okstate Kermit/UUCP Kermit Distribution Server Adds Trailblazer
  409.  
  410. We have just replaced the modem used in our dial up Kermit Distribution
  411. with a Telebit Trailblazer.  All access information remains the same,
  412. just the additional speed is also offered.
  413.  
  414. Mark Vasoll
  415. Computer Science Department                Email:  vasoll@a.cs.okstate.edu
  416. Oklahoma State University
  417. Stillwater, Oklahoma
  418.  
  419. ------------------------------
  420.  
  421. Date: Thu, 14 Jun 90 23:38:09 EDT
  422. From: Ed Sterling <SIMXT@UOTTAWA.BITNET>
  423. Subject: SIM3278 TCP/IP Version Supports Kermit-370 4.x
  424. Keywords: SIM3278, IBM 370 Kermit
  425.  
  426. Greetings,
  427.  
  428. I am the author of SIM3278 TCP/IP, a new member of the SIM3278 product line
  429. (where other products are SIM3278/VM /VTAM and SIM3278/GCS). I'm happy to
  430. announce that I finally have been able to support Kermit in at least one
  431. environment!
  432.  
  433. SIM3278 TCP/IP Release 2.0 which is now in production, will support Kermit
  434. file transfers with SET CONTROLLER SERIES1, using the "7171" WRITE-THEN-READ
  435. transparency.  There is "effective" support of the "7171" WRITE-ONLY
  436. transparency, however due to interface limitations, SIM3278 TCP/IP does NOT
  437. emulate the ATTN interrupt to the application after the transparent write
  438. completes.  This does not seem to affect KERMIT Release 4.0 transfers.
  439.  
  440. Please note that the SIM3278 TCP/IP software level MUST be Release 2.0; our
  441. earlier Release 1.0 does not support KERMIT.  Further requirements appear to
  442. be KERMIT Release 4.x (tests using KERMIT 3 did not work, and appeared to be
  443. related to the ATTN interrupt requirement cited above).  And, IBM TCP/IP for
  444. VM Release 1.2.2 is required.
  445.  
  446. A test site which could be contacted as a reference is Portland (OR) State
  447. Univ., Fred Dayton (FRED@PSUORVM).
  448.  
  449. Simware STILL intends to support Kermit in the next release of SIM3278/VM.  I
  450. am one of the founders of Simware, and the guy who in fact made the
  451. "infamous" mistake back in 1983 of FAILING to realize the Kermit data should
  452. be left alone and NOT translated! This mistake is what "breaks" Kermit
  453. transfers through SIM3278/VM, and yes, we've built our own file transfer
  454. programs (AKA "FORSIMPC") that of course "rely" on this mistake.
  455.  
  456. However, I am currently working in a team to revise the entire SIM3278
  457. system, and I plan to fully support the "7171" transparencies in this next
  458. release, using my success in the TCP/IP product, and porting it to the VM
  459. version of SIM3278 next.
  460.  
  461. Let me join hundreds of others in thanking you for supporting Kermit as well
  462. as you do.  As a vendor, it's great to have a de facto universal transfer
  463. "system" that can solve many customer connectivity problems, that "we"
  464. individually cannot do alone.
  465.  
  466. Regards,
  467. Ed Sterling
  468. Simware Inc.
  469.  
  470. [Ed. - Thanks, Ed!  Your message will certainly be welcome news to your many
  471. customers who are also Kermit users, and it will put your product a step
  472. ahead of competitors that do not support transparent or graphics mode in
  473. their protocol emulators.  Meanwhile, the new SIM3278 transparent mode
  474. support will have to be verified against versions 4.1 and 4.2 of Kermit-370.]
  475.  
  476. ------------------------------
  477.  
  478. Date: Tue, 22 May 90 12:33:25 CDT
  479. From: Eric Romo <UD069225@VM1.NoDak.EDU>
  480. Subject: Needed: Mac Kermit for a 128K Mac
  481.  
  482. We tried version 0.8(34) on our Mac 128K with no luck.
  483.  
  484. What system/finder combination would you recommend using with that version
  485. of CKMKER?  Keep in mind that we don't have much memory available. Also if
  486. you would, send me an even older version of CKMKER, since that may have a
  487. better chance of running on a 128K Mac.
  488.  
  489. Thanks for your continued help.
  490. Eric Romo
  491. Acknowledge-To: <UD069225@NDSUVM1>
  492.  
  493. [Ed. - We thought that 0.8(34) did the trick, but apparently not!  We don't
  494. have any versions older than that.  Does anybody out there still have Kermit
  495. running on a 128K Mac?  Could you send in a BinHex'd version of it?]
  496.  
  497. ------------------------------
  498.  
  499. End of Info-Kermit Digest
  500. *************************
  501.  
  502.