Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!watmath!clyde!burl!ulysses!gamma!epsilon!zeta!sabre!petrus!bellcore!decvax!genrad!panda!talcott!harvard!seismo!brl-tgr!tgr!bower@dca-eur.ARPA From: bower@dca-eur.ARPA Newsgroups: net.micro.cpm Subject: Turbo-Kermit on Ampro Little Board Message-ID: <1124@brl-tgr.ARPA> Date: Fri, 30-Aug-85 10:09:37 EDT Article-I.D.: brl-tgr.1124 Posted: Fri Aug 30 10:09:37 1985 Date-Received: Sun, 1-Sep-85 12:29:53 EDT Sender: news@brl-tgr.ARPA Lines: 21 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