From owner-freebsd-hackers Sun Aug 12 10:50:22 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 7576E37B40B for ; Sun, 12 Aug 2001 10:50:18 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f7CHoGq01080; Sun, 12 Aug 2001 11:50:17 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.11.3/8.11.4) with ESMTP id f7CHoGW01818; Sun, 12 Aug 2001 11:50:16 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200108121750.f7CHoGW01818@harmony.village.org> To: Chris Ruffin Subject: Re: serial port programming problems Cc: freebsd-hackers@FreeBSD.ORG In-reply-to: Your message of "Sun, 12 Aug 2001 12:16:03 EDT." <20010812121603.D838@surge> References: <20010812121603.D838@surge> Date: Sun, 12 Aug 2001 11:50:15 -0600 From: Warner Losh Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20010812121603.D838@surge> Chris Ruffin writes: : This gives me back "ATZ\r\nOK\r\n", which is completely : counter-intuitive to me. I have downloaded other code and tested them : with the same results, where it is clear in the code that the port is : not expecting to see the data that we wrote to it, only the response. : This code, however, did not mention being tested under FreeBSD. The modem has echo turned on, so it gives back to you what you give it (with expanded to , like you are seeing). ATE0 will turn off the echo. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message