Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site down.FUN Path: utzoo!watmath!clyde!burl!ulysses!allegra!princeton!down!honey From: honey@down.FUN (code 101) Newsgroups: net.bugs.uucp Subject: Re: Re: uucico hangs in SLAVE mode Message-ID: <479@down.FUN> Date: Mon, 1-Apr-85 11:26:42 EST Article-I.D.: down.479 Posted: Mon Apr 1 11:26:42 1985 Date-Received: Tue, 2-Apr-85 05:06:49 EST References: <504@ptsfa.UUCP> <104@ccup.UUCP> <163@sesame.UUCP> <194@phri.UUCP> Organization: Princeton University, EECS Lines: 12 hangup protocol failure is almost always caused by the parity bit. replace this if (msg[0] == 'O') break; by this if ((msg[0] & 0177) == 'O') break; -- peter