From owner-freebsd-questions@FreeBSD.ORG Fri Nov 18 04:20:38 2005 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 20F2F16A420 for ; Fri, 18 Nov 2005 04:20:38 +0000 (GMT) (envelope-from matt@gsicomp.on.ca) Received: from skippyii.compar.com (cistore.compar.com [216.208.38.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9694F43D46 for ; Fri, 18 Nov 2005 04:20:37 +0000 (GMT) (envelope-from matt@gsicomp.on.ca) Received: from hermes (CPE00062566c7bb-CM0011e6ede298.cpe.net.cable.rogers.com [70.28.254.189]) by skippyii.compar.com (8.13.1/8.13.1) with ESMTP id jAI4KKXP013993; Thu, 17 Nov 2005 23:20:21 -0500 (EST) (envelope-from matt@gsicomp.on.ca) Message-ID: <019b01c5ebf7$502d6950$1200a8c0@gsicomp.on.ca> From: "Matt Emmerton" To: "Jonathon McKitrick" , References: <20051118041023.GA60852@dogma.freebsd-uk.eu.org> Date: Thu, 17 Nov 2005 23:19:47 -0500 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: HyperTerm-like connection via serial port?? 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: Fri, 18 Nov 2005 04:20:38 -0000 > Hi all, > > I have an external device that takes ascii serial commands at the standard > 9600 baud, 8-N-1 protocol. Under Win32, I would use HyperTerm to connect and > send commands and read responses. > > What program and/or settings would I use with FreeBSD to do the same thing? Try tip(1) or cu(1). -- Matt Emmerton