Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!cbosgd!ihnp4!ptsfa!lll-lcc!pyramid!csg From: csg@pyramid.UUCP Newsgroups: comp.unix.wizards Subject: Re: EWE-EWE-SEE-PEA and pseudohayes modems Message-ID: <2445@pyramid.UUCP> Date: Fri, 22-May-87 12:55:13 EDT Article-I.D.: pyramid.2445 Posted: Fri May 22 12:55:13 1987 Date-Received: Sat, 23-May-87 10:47:58 EDT References: <1685@Umunhum.STANFORD.EDU> Reply-To: csg@pyramid.UUCP (Carl S. Gutekunst) Organization: Pyramid Technology Corp., Mountain View, CA Lines: 21 Keywords: uucp, uucico, modems In article <1685@Umunhum.STANFORD.EDU> paulf@Umunhum.STANFORD.EDU (Paul A. Flaherty, N9FZX) writes: >Unfortunately, "--" results in a ^M being send down the line, which, true >to the Hayes standard, hangs up the call. So, I was stuck, since I didn't >have a true "null send". Yes you do. Instead of: >OK-AT^M-OK ATDT5551212 gin:--gin:-^M-gin: uucp the correct form for v7 uucp is: OK-AT\r\c-OK ATDT5551212 gin:-\c-gin:-\r\c-gin: uucp and even better is: OK-AT\r\c-OK ATDT5551212 CONNECT-\c-CONNECT \c gin:-\r\c-gin: uucp \c means "don't send the default newline." And note that v7 ends each "send" with a '\n' character (aka ^J), not a '\r' (aka ^M).