Date: Wed, 4 Oct 2000 15:54:54 -0500 From: Dan Nelson <dnelson@emsphone.com> To: "Passki, Jonathan P" <jpasski@kpmg.com> Cc: "'Lundahl Instruments'" <lundahl@xmission.com>, freebsd-questions@FreeBSD.ORG Subject: Re: Program to interactively send AT commands to modems Message-ID: <20001004155451.A5451@dan.emsphone.com> In-Reply-To: <7799D023E51ED311BFB50008C75DD7B40223B383@uschiexc05.kweb.us.kpmg.com>; from "Passki, Jonathan P" on Wed Oct 4 16:51:33 GMT 2000 References: <7799D023E51ED311BFB50008C75DD7B40223B383@uschiexc05.kweb.us.kpmg.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <cr>~. 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001004155451.A5451>