From owner-freebsd-questions Thu May 28 01:00:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA23919 for freebsd-questions-outgoing; Thu, 28 May 1998 01:00:40 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from astra.gal.ukrpack.net ([195.230.139.50]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA23834 for ; Thu, 28 May 1998 01:00:09 -0700 (PDT) (envelope-from olegg@astra.gal.ukrpack.net) Received: from localhost (olegg@localhost) by astra.gal.ukrpack.net (8.8.7/8.8.7) with SMTP id KAA02542; Thu, 28 May 1998 10:54:30 +0300 (EEST) (envelope-from olegg@astra.gal.ukrpack.net) Date: Thu, 28 May 1998 10:54:30 +0300 (EEST) From: "Oleg G." To: Questions , "Andrew A.Karjagin" Subject: Re: Modem In-Reply-To: <356AC4F1.987CD94C@tdis.gctc.rssi.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 26 May 1998, Andrew A.Karjagin wrote: > Hello, people! Anybody help me! How can I send a commands to my local > modem on FreeBSD machine to control internal options of modem. Thank > you. Try to use: #cu -l /dev/cuaa0 -s 57600 or #cu -l /dev/cuaa0 to connect with modem on default speed of modem<->serialport You may use the modem commands, like the AT&V, ATA, ATDP... (if Your modem is Hayes-type) and set up internal options of Your modem. To exit from cu-terminal use command '~.' And, read the 'man cu' :) Regardz, Oleg G. ~~~~~~~~~~~~~~~~ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message