29-Jul-85 11:55:08-EDT,88691;000000000001
Received: from CUVMA by CU20B with HASP; 29 Jul 85 11:54:58 EDT
Received: from QUCDN(MAILER) by CUVMA (Mailer X1.21) id 2081;
          Mon, 29 Jul 85 11:50:52 EDT
Received: by QUCDN (Mailer X1.21) id 4110; Mon, 29 Jul 85 11:27:41 EDT
Date:    Mon, 29 Jul 85 11:23 EDT
From:    VIC@QUCDN
To:      SY.DAPHNE@CU20B
Subject: PASCALVS KERMIT FOR CMS system.

     I have made a few changes to the Pascalvs version of KERMIT-CMS to
correct a few bugs. So I am sending you a updated source code for it.


Victor Lee
Queen's University



 7-Jun-85 17:02:48-EDT,2480;000000000015
Received: from CUVMA by CU20B with HASP; 7 Jun 85 17:02:47 EDT
Received: from QUCDN(MAILER) by CUVMA (Mailer X1.20) id 0876;
          Fri, 07 Jun 85 16:57:26 EDT
Received: by QUCDN (Mailer X1.20) id 5753; Fri, 07 Jun 85 16:55:09 EDT
Date:    Fri, 7 Jun 85 16:47 EDT
From:    VIC@QUCDN
To:      SY.DAPHNE@CU20B
Subject: KERMIT CMS

I have just sent you an updated version of my Pascalvs version of
KERMIT-CMS .  This version eliminates the use of the LINEMODE call and
thus can be run as a self-contained module and should work with any
other  Kermit  without modification.  There is a quick comparison of the
Assembler and Pascal version below.

COMPARING ASSEMBLER AND PASCALVS KERMIT FEATURES.

CMS Kermit Capabilities :        ASSEMBLER            PASCALVS

  Local operation:                   No                Yes
  Remote operation:                  Yes               no
  Transfers text files:              Yes               Yes
  Transfers binary files:            Yes               Yes
  Wildcard send:                     Yes               Yes
  ^X/^Y interruption:                Yes               Yes
  Filename collision avoidance:      Yes               No
  Can time out:                      No                No
  8th-bit prefixing:                 Yes               Yes
  Repeat count prefixing:            Yes               Receiving only
  Alternate block checks:            Yes               Yes
  Terminal emulation:                No                No
  Communication settings:            No                No
  Transmit BREAK:                    No                No
  Transaction logging:               Yes               No
  Session logging:                   No                No
  Raw transmit:                      No                Yes
  Act as server:                     Yes               Yes
  Talk to server:                    No                Yes
  Advanced server functions:         No                Yes  ****
  Advanced commands for servers:     No                No
  Local file management:             Yes               Yes
  Handle Attribute Packets:          No                No
  Command/init files:                Yes               No
  Command macros:                    No                No

 **** Advanced server commands DIR,ERASE,and TYPE have been
      implemented.   All of the advance server functions will
      respond if only to tell you it has not been implemented.


Victor Lee
Queen's University


There are three files relating to this version:
a) This file, CM2MIT.TXT
b) The Pascal source, CM2MIT.PAS
c) Full screen support written in 370 assembly language , CM2FULL.ASM