From owner-freebsd-questions Wed Apr 11 21:58:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id E527737B496 for ; Wed, 11 Apr 2001 21:58:33 -0700 (PDT) (envelope-from jonc@itouch.co.nz) Received: (from jonc@localhost) by itouch.co.nz (8.11.2/8.11.1) id f3C4vri36942; Thu, 12 Apr 2001 16:57:53 +1200 (NZST) (envelope-from jonc) Date: Thu, 12 Apr 2001 16:57:53 +1200 From: Jonathan Chen To: Andrew Johns Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to:Read directly from serial port to a file Message-ID: <20010412165753.A36812@itouchnz.itouch> References: <3AD52F5E.BDED3F1C@kpi.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AD52F5E.BDED3F1C@kpi.com.au>; from johnsa@kpi.com.au on Thu, Apr 12, 2001 at 02:30:22PM +1000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, Apr 12, 2001 at 02:30:22PM +1000, Andrew Johns wrote: > Apologies for following up my own post. > > 2 additional things: > a) Please CC me (too many subscriptions already) > b) The command I've been trying is: > # cu -l /dev/cuaa2 -s 1200 > phonelog > # > > but I get: > [1] + Suspended (tty output) cu -l /dev/cuaa2 -s 1200 Have you tried something like: (stty speed 1200; cat) < /dev/cuaa2 > phonelog -- Jonathan Chen ---------------------------------------------------------------------- Experience is a hard teacher because she gives the test first, the lesson afterwards To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message