From owner-freebsd-questions@FreeBSD.ORG Tue Dec 21 21:50:05 2004 Return-Path: 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 12C6C16A4CE for ; Tue, 21 Dec 2004 21:50:05 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DFD943D3F for ; Tue, 21 Dec 2004 21:50:04 +0000 (GMT) (envelope-from aran80@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so41757wra for ; Tue, 21 Dec 2004 13:50:03 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=VaDI0aZaIATsxeZU94kS1n/T0vyd8RfyD6VPg5nhHQeUp/o0TVlSuBtiT/e3tsKWdH3w5kGX3Rquso99HqQagcXt1XehMltSpRFzGdV6D2inSYPld1ayuArMRIgOqFztTqCmFpJOSr/cWHVNdv94kT45v5/LO82+5N8TRd5Lpz4= Received: by 10.54.57.11 with SMTP id f11mr15325wra; Tue, 21 Dec 2004 13:43:51 -0800 (PST) Received: by 10.54.49.12 with HTTP; Tue, 21 Dec 2004 13:43:41 -0800 (PST) Message-ID: Date: Tue, 21 Dec 2004 16:43:41 -0500 From: Alvaro Rosales To: freebsd-questions@freebsd.org In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <003b01c4e489$6497d0e0$9a11a8c0@d3stomc> <41C4F0CC.30700@nbritton.org> <200412200813.06057.krinklyfig@spymac.com> Subject: How to read Serial Port data X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alvaro Rosales List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Dec 2004 21:50:05 -0000 Hi guys, I am trying to write a program to control my Alcatel telephonic central, this device has a serial interfase that can be connected to a computer serial port, I want to read all the data that the alcatel device is sendind to my serial port Can you tell me how can I redirect all the data that comes trough my serial port to a file in FreeBSD?. thanks in advance