Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!purdue!mentor.cc.purdue.edu!pur-ee!pur-phy!ray From: ray@maxwell.physics.purdue.edu (Ray Moody) Newsgroups: comp.sys.cbm Subject: Re: C64 KERMIT Keywords: kermit columbia Message-ID: <2487@pur-phy> Date: 29 Aug 89 15:49:10 GMT References: <1149@ultb.UUCP> Sender: news@pur-phy Reply-To: ray@maxwell.physics.purdue.edu (Ray Moody) Distribution: na Organization: Purdue Univ. Physics Dept., W. Lafayette, IN Lines: 22 In article <1149@ultb.UUCP>, thw9759@ultb (T.H. White) writes: >I recently got kermit version 2.1 up on my c64 and it seems to be functional >except that I cannot get it to talk correctly with the host. >Is there something there that I am not aware of? I have a vt52 emulator >and magic term, VIP term, all seem to talk to these hosts great. Help please. Kermit does parity checking and most other terminal programs do not. If Kermit does not work for you, but other terminal programs often do, you probably have a parity problem. If Kermit receives a character with bad parity, you will be beeped at and the character will not be displayed. (Are you being beeped at?) Remember that if you set parity to none, you should set word-size to eight, otherwise, you should set word-size to seven. Many other terminal programs will not support non-standard word-sizes so this parameter is often overlooked. Ray