From owner-freebsd-hackers@FreeBSD.ORG Sat Oct 11 08:38:03 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C0BA7BE for ; Sat, 11 Oct 2014 08:38:03 +0000 (UTC) Received: from mail-wg0-x22c.google.com (mail-wg0-x22c.google.com [IPv6:2a00:1450:400c:c00::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 593739B4 for ; Sat, 11 Oct 2014 08:38:03 +0000 (UTC) Received: by mail-wg0-f44.google.com with SMTP id y10so5479240wgg.27 for ; Sat, 11 Oct 2014 01:38:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references:reply-to :mime-version:content-type:content-transfer-encoding; bh=OPs7SyNrt8I1/DZjDMevACny2kxXgmD4+Rn/FrKwHq0=; b=x9EaEhZ/92QFQZh+kxqQxzNfYMIvvl5f87XEzhdZqeot0h+jmJ04OxlJp2OqQITmqh oF5dRSHt4w4T5nonh7cFvulz+X5hTYFebE2pEHxcZVTW8iSrKVbkmTPcGtl5rLdZXoc1 bui7i4KOpQG/uzKWY4YOGqr2TA+B1EBn66zP+NEWpZNDCDjK4XCuYfq0L1zD7XzV3AQa U2cA75S5YSRN0CrJ1qjaBBVoXWh/+aOo36WINu3oNGqcXEo6e3pz7r0YfvK2w1vGM0lR FBp3CAFFGp98Jz8TXz8I00BPt1YmTqUGWMwGR70F4EN1r/EGWY+QVeKqmnmDjm/WRpps Rzhg== X-Received: by 10.194.179.73 with SMTP id de9mr1216418wjc.87.1413016681505; Sat, 11 Oct 2014 01:38:01 -0700 (PDT) Received: from ernst.home (p578E2606.dip0.t-ipconnect.de. [87.142.38.6]) by mx.google.com with ESMTPSA id bi7sm5026310wib.17.2014.10.11.01.37.59 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 11 Oct 2014 01:38:00 -0700 (PDT) Date: Sat, 11 Oct 2014 10:37:58 +0200 From: Gary Jennejohn To: netmantej Subject: Re: ppp and set dial Message-ID: <20141011103758.05252cd4@ernst.home> In-Reply-To: <54371C20.6090904@gmail.com> References: <54371C20.6090904@gmail.com> Reply-To: gljennjohn@gmail.com X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.17; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org, wojtek@puchar.net X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Oct 2014 08:38:03 -0000 On Thu, 09 Oct 2014 19:37:04 -0400 netmantej wrote: > Message: 1 > Date: Wed, 8 Oct 2014 14:23:28 +0200 (CEST) > From: Wojciech Puchar > To: freebsd-hackers@freebsd.org > Subject: ppp and set dial > Message-ID: > Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII > > is there somewhere complete manual about set dial chatscript syntax > i need to do > > AT > wait for OK or ERROR (but one line answer) > AT > > --------------------------------------------------------- > > When I learned it the definitive source was "Dvorak's Guide to Modem > Communications". > > Now it is " Dvorak's Guide to PC Telecommunications: Second Edition ". > ISBN-13: 9780078817878 > > You might find " Official Hayes Modem Companion " useful as well. > SBN13: 978-1568840727 > ISBN10: 1568840721 > > Enjoy. > > That book is what lit my passion for Network Analysis. > > -- Tim Jacques > netmantej@gmail.com > > > ------------------------------ > Also look at the examples under /usr/share/examples/ppp. Should be obvious how it works. -- Gary Jennejohn