[net.dcom] C-Kermit Problem Caused by vt100 XO

hamilton@uiucuxc.CSO.UIUC.EDU (01/16/86)

>[kermit interprets ESCAPE-^S as status command]

the kermit we run (C-Kermit 4.2(030) PRERELEASE #2, 5 Mar 85)
shows this behavior too.  it also interprets ESCAPE-^C as the
close-connection command and ESCAPE-^B as the send-break command.
you can easily change this by deleting case's from the switch in
doesc() in ckucon.c.

	wayne hamilton
	U of Il and US Army Corps of Engineers CERL
UUCP:	{ihnp4,pur-ee,convex}!uiucdcs!uiucuxc!hamilton
ARPA:	hamilton@uiucuxc.cso.uiuc.edu
CSNET:	hamilton%uiucuxc@uiuc.csnet
USMail:	Box 476, Urbana, IL 61801
Phone:	(217)333-8703

jc@sdcsvax.UUCP (John Cornelius) (01/19/86)

Perhaps I am overly simplifying this thing but if X-off causes Kermit to do the
wrong thing when you're using a VT-100 or emulator, why don't these guys get
out of smooth scroll mode so X-off won't be sent? There are two bits of
interest in the setup of VT-100s and emulating terminals and programs. The
first is smooth scroll which should be off and the other is auto X-on/X-off. An
understanding of these bits and their functioning can be found in the manual
for the terminal or program.

The VT-100 will not emit X-off/X-on characters unless you tell it you want it
to. You are clearly telling it you want it to so why all of the kvetches?

John Cornelius
Western Scientific

P.S. These comments don't apply to VT-100 emulators or programs that don't
     emulate the VT-100 correctly. Those fall into the category of broken
     programs.