Path: utzoo!attcan!uunet!auspex!guy From: guy@auspex.UUCP (Guy Harris) Newsgroups: comp.unix.questions Subject: Re: relationship between uucico and stty Message-ID: <679@auspex.UUCP> Date: 11 Dec 88 02:00:16 GMT References: <139@cmtl01.UUCP> Reply-To: guy@auspex.UUCP (Guy Harris) Organization: Auspex Systems, Santa Clara Lines: 19 >Suppose machine A is calling machine B with uucico. The stty parameters of the >B side of the line will be set according to the /etc/gettydefs entry correspon- >ding to the /etc/inittab line for that tty port. > >My question is: What does set the stty parameters for the calling side??? "uucico". It chooses the baud rate based on assorted configuration files (see the documentation), and chooses most of the rest of the options based on "what works with the 'g' protocol", i.e. 8 bits, no parity, no special input processing, OPOST off. (It may choose other options with protocols other than "g".) In fact, since "uucico" will be fired up on machine B when machine A logs in, the slave "uucico" will *also* choose most of the rest of the options based on what the "g" protocol wants; the input baud rate will be established by the login procedure, but a lot of the other settings established by the login procedure will be discarded. I.e., the slave "uucico" will choose 8 bits, no parity, no special input processing, OPOST off.