From owner-freebsd-questions@FreeBSD.ORG Thu Jan 5 06:12:36 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2ADE716A41F for ; Thu, 5 Jan 2006 06:12:36 +0000 (GMT) (envelope-from jhfoo@nexlabs.com) Received: from tin.colossus.net (tin.colossus.net [216.121.224.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id C313B43D46 for ; Thu, 5 Jan 2006 06:12:35 +0000 (GMT) (envelope-from jhfoo@nexlabs.com) Received: from nexpc (215.210-193-15.adsl.qala.com.sg [210.193.15.215]) by tin.colossus.net (8.9.3p2/8.9.3) with SMTP id WAA30674; Wed, 4 Jan 2006 22:12:31 -0800 Message-ID: <008901c611c0$3a3b5dc0$c801a8c0@nexpc> From: "Foo Ji-Haw" To: , References: <1351.12.170.206.13.1136427418.squirrel@admintool.trueband.net> Date: Thu, 5 Jan 2006 14:21:10 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Cc: Subject: Re: Serial Port Logging X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jan 2006 06:12:36 -0000 Why don't you write a little Perl daemon to read from the port (easy since fbsd reads a port like a file), then dump it to the file? That way you have more control. ----- Original Message ----- From: To: Sent: Thursday, January 05, 2006 10:16 AM Subject: Serial Port Logging > Ladies and Gentlemen, > > The organization I work for has a need to log information from the phone > system. The phone system has a serial port output. > > Since I already have a FreeBSD server in place at this location, I was > wondering if it is possible to send the information from the phone system, > to the FreeBSD server, have the information saved via the serial port? > > I'm thinking something like cu -l /dev/cuua0 >> outputfile.txt > > Thanks, > > > Jay > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"