From owner-freebsd-questions Wed Oct 4 13:55: 2 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id C7B8737B503 for ; Wed, 4 Oct 2000 13:55:00 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id PAA11200; Wed, 4 Oct 2000 15:54:54 -0500 (CDT) (envelope-from dan) Date: Wed, 4 Oct 2000 15:54:54 -0500 From: Dan Nelson To: "Passki, Jonathan P" Cc: "'Lundahl Instruments'" , freebsd-questions@FreeBSD.ORG Subject: Re: Program to interactively send AT commands to modems Message-ID: <20001004155451.A5451@dan.emsphone.com> References: <7799D023E51ED311BFB50008C75DD7B40223B383@uschiexc05.kweb.us.kpmg.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.9i In-Reply-To: <7799D023E51ED311BFB50008C75DD7B40223B383@uschiexc05.kweb.us.kpmg.com>; from "Passki, Jonathan P" on Wed Oct 4 16:51:33 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Oct 04), Passki, Jonathan P said: > From: Lundahl Instruments [mailto:lundahl@xmission.com] > > What program should I use to interactively send AT commands to a > > modem. I don't want to dial or anything at this point. I just > > want to set the NVRAM. > > You can use ppp(8), and then the 'term' command: A better way would probably be "cu": cu -l /dev/cuaa0 -s 9600 Use ~. to exit the session. -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message