Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 5/3/83; site cbosgd.UUCP Path: utzoo!linus!philabs!seismo!harpo!eagle!mhuxl!cbosgd!mark From: mark@cbosgd.UUCP Newsgroups: net.dcom Subject: Re: Using uucp with Hayes Smartmodem Message-ID: <585@cbosgd.UUCP> Date: Fri, 11-Nov-83 15:50:26 EST Article-I.D.: cbosgd.585 Posted: Fri Nov 11 15:50:26 1983 Date-Received: Sun, 13-Nov-83 09:08:53 EST References: <189@houxd.UUCP> Organization: AT&T Bell Laboratories, Columbus Lines: 9 I don't know about your Ventel 212+, but mine requires 2 CR's to wake up at 1200 baud. They must be less than 1 second apart, but cannot be right next to each other at 1200 baud either - at least 3 chars worth of nothing must be between them. This is very hard to deal with in hard code (sleep(1) takes > 1 second about half the time), much less in an L.sys file. Our solution tries three times - usually the second one works if the first fails. Since we stopped using a Ventel, I have heard that setting a CR delay in the tty driver works better.