Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Apr 2001 16:57:53 +1200
From:      Jonathan Chen <jonathan.chen@itouch.co.nz>
To:        Andrew Johns <johnsa@kpi.com.au>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: How to:Read directly from serial port to a file
Message-ID:  <20010412165753.A36812@itouchnz.itouch>
In-Reply-To: <3AD52F5E.BDED3F1C@kpi.com.au>; from johnsa@kpi.com.au on Thu, Apr 12, 2001 at 02:30:22PM %2B1000
References:  <3AD52F5E.BDED3F1C@kpi.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <jonathan.chen@itouch.co.nz>
----------------------------------------------------------------------
                                          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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010412165753.A36812>