[net.micro.cpm] Turbo-Kermit on Ampro Little Board

bower@dca-eur.ARPA (08/30/85)

There is a Turbo-Pascal version of Kermit floating around for the
CP/M-80 systems.  For those who might have tried it on an Ampro Little
Board and been unsuccessful in getting it to come up, try changing the
assignment of the variable "port" from:
        port := 2               to:     port := 0
  The Turbo version uses some fancy switching of the IOBYTE to convert
from the console to the RDR/PUN device.  In the Ampro, the normal hard-
wired definition for RDR/PUN is Serial Port B which is the standard TTY:
device.  The Columbia version evidentally uses UR1:/UP1: which becomes
the BAT: console device when switched in for status reads to the console
device.
   With this one equate fixed (in the main K.PAS module), terminal oper-
ation with the "connect" command works.  There are a couple of other
assignments that need to be fixed in the port configuration section, but
I haven't sorted it out yet.
   If someone has used this program to transfer binary files to/from a
BBN C-70 Unix machine, I would appreciate any info on settings in both
programs, since I still can't get that to work yet.

                        Hal
                        Bower At DCA-EUR

ceb@ddnt.UUCP (09/01/85)

The latest release of C-Kermit (4c 57) has been tested on BBN C-70s. A
copy of the C70 binary is available. I am not sure if you can get
the file via anonymous FTP but you can try. The file pathname is:

	/usr/intermet/chbrooks/ck (on DDN2.ARPA)

Remember this is a binary file. Set the FTP options accordingly.
If you want more information contact me via MILNET mail (chbrooks@ddn2
or ceb@ddnt).

			/ceb\