From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: *** X-Spam-Status: No, score=3.4 required=5.0 tests=BAYES_50,INVALID_DATE, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site ucbvax.BERKELEY.EDU Path: utzoo!watmath!clyde!burl!ulysses!ucbvax!eglin-vax!harbaughs From: harbaughs@EGLIN-VAX ("Samuel S. Harbaugh") Newsgroups: net.lang.ada Subject: Kermit/IBM PC via Milnet Message-ID: <8603261217.AA10800@ucbvax.berkeley.edu> Date: Wed, 26-Mar-86 05:03:00 EST Article-I.D.: ucbvax.8603261217.AA10800 Posted: Wed Mar 26 05:03:00 1986 Date-Received: Fri, 28-Mar-86 05:39:47 EST Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: "Samuel S. Harbaugh" Organization: The ARPA Internet List-Id: I'm answering Linda Rising via info-ada so others may find the information useful. I use Kermit MS on an IBM PC at 1200 baud. I dial in to a TAC{_, login to the computer and then give 2 sets of commands, set 1 to the TAC and set 2 to the Kermits at both ends. set1: --says to TAC to start flow --control in the out direction-The is shift 2 on your pc keyboard, --I don't use it here because it is the TAC intercept character --and might mess up what I'm typing here. --says to TAC to start flow --control in the in direction <6> -- says to TAC to change the intercept --character (from at si{n) to decimal 6 which is control F. Hereafter --in the session if you wish to talk to the TAC you must use control F --instead of at sign. set 2: --Tell Kermit on your PC and at the remote the following: set sen pac 58 --set send packet size 58 bytes- longer may choke TAC set rec pac 58 --set receive packet size same as send packet size set retry pac 60 --set retry packet size 60, no I don't know why --it's not 58. Also my Kermit MS will not accept --this command but Kermit at NOSC-TECR will accept it and it seems to --work. --All the above works reliably between my pc and NOSC-TECR. It is --a composite of answers I received when I asked the same question --Linda is now asking plus some hacking with Kermit. Rotsa Ruck! regards, sam harbaugh --------------------- ------