Subject: Re: who uses the build-in uucp with a modem?
To: None <dave@turbocat.de>
From: David Stanhope <dms@celtech.com>
List: current-users
Date: 11/30/1997 12:49:39
> 
> --NeXT-Mail-1800313708-1
> Content-Type: text/plain; charset=us-ascii
> Content-Transfer-Encoding: 7bit
> Content-Disposition: inline
> 
> > From: Martin Husemann <martin@rumolt.teuto.de>
> 
> > So maybe uucico doesn't configure the com port correctly? Have you
> > tried to compare stty -a -f /dev/tty... output when uucico is running
> > against when pppd is running?
> 
> PPP:
> 
> alice# stty -a -f /dev/tty01
> ppp disc; speed 115200 baud; 0 rows; 0 columns;
> lflags: -icanon -isig -iexten -echo -echoe -echok -echoke -echonl
>         -echoctl -echoprt -altwerase -noflsh -tostop -flusho -pendin
>         -nokerninfo -extproc
> iflags: -istrip -icrnl -inlcr -igncr -ixon -ixoff -ixany -imaxbel ignbrk
>         -brkint -inpck ignpar -parmrk
> oflags: -opost -onlcr -ocrnl -oxtabs
> cflags: cread cs8 -parenb -parodd hupcl -clocal -cstopb crtscts -mdmbuf
>         -cdtrcts
> cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = <undef>;
>         eol2 = <undef>; erase = ^?; intr = ^C; kill = ^U; lnext = ^V;
>         min = 1; quit = ^\; reprint = ^R; start = ^Q; status = <undef>;
>         stop = ^S; susp = ^Z; time = 0; werase = ^W;
> 
> UUCP:
> 
> alice# stty -a -f /dev/tty01
> speed 115200 baud; 0 rows; 0 columns;
> lflags: -icanon -isig -iexten -echo -echoe -echok echoke -echonl echoctl
>         -echoprt -altwerase -noflsh -tostop -flusho -pendin -nokerninfo
>         -extproc
> iflags: -istrip -icrnl -inlcr -igncr -ixon -ixoff ixany -imaxbel -ignbrk
>         -brkint -inpck -ignpar -parmrk
> oflags: -opost onlcr -ocrnl oxtabs
> cflags: cread cs8 -parenb -parodd hupcl -clocal -cstopb crtscts -mdmbuf
>         -cdtrcts
> cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = <undef>;
>         eol2 = <undef>; erase = ^?; intr = ^C; kill = ^U; lnext = ^V;
>         min = 10; quit = ^\; reprint = ^R; start = ^Q; status = <undef>;
>         stop = ^S; susp = ^Z; time = 1; werase = ^W;
> 
> 
> DIFF:
> 
> (-echoctl -ixany ignbrk ignpar -onlcr -oxtabs time = 0 Or did I miss one?)
> 
> 
> What now?
> 

It might be usefull to hack uucp to set the port exactly like ppp does,
minus the line disipline, or even just use the stty command after the
connection is made. I could be that the changes in the 'com' driver have
affected how it handles the various flags. Just a thought.
		 dms@celtech.com