From owner-freebsd-questions@FreeBSD.ORG Mon Mar 8 18:54:51 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 CD0A716A4CE for ; Mon, 8 Mar 2004 18:54:51 -0800 (PST) Received: from lillith-iv.ovirt.dyndns.ws (ppp36-152.lns1.adl1.internode.on.net [150.101.36.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0B0243D46 for ; Mon, 8 Mar 2004 18:54:50 -0800 (PST) (envelope-from ws+freebsd-questions@au.dyndns.ws) X-Envelope-From: ws+freebsd-questions@au.dyndns.ws X-Envelope-To: freebsd-questions@freebsd.org Received: from [192.168.100.132] (ppp36-152.lns1.adl1.internode.on.net [150.101.36.152])i292sfa8064930; Tue, 9 Mar 2004 13:24:42 +1030 (CST) (envelope-from ws+freebsd-questions@au.dyndns.ws) From: Wayne Sierke To: Ryan Merrick In-Reply-To: <404BBDC0.1010808@comcast.net> References: <200403080006.47824.mirya@ukrpost.net> <404BBDC0.1010808@comcast.net> Content-Type: text/plain Message-Id: <1078800921.657.27.camel@ovirt.dyndns.ws> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Tue, 09 Mar 2004 13:25:21 +1030 Content-Transfer-Encoding: 7bit X-Spam-Score: 0 () X-Scanned-By: MIMEDefang 2.38 cc: Kyryll A Mirnenko cc: freebsd-questions@freebsd.org Subject: Re: using hyperterminal X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2004 02:54:51 -0000 On Mon, 2004-03-08 at 10:56, Ryan Merrick wrote: > Kyryll A Mirnenko wrote: > > How is `tip` related to well-known windows' hyperterminal? E.g. can I use > > hyperterm-to-tip style connection? If they're using different protocols, is > > there a BSD hyperterminal version? > > > Hi, > > Tip is the freebsd built in terminal emulator (ie) the same as hyperterm. I > am not sure what you are asking on the second question. The close port to > hyperterminal is #/usr/ports/comms/minicom Is it tip or cu? I've used tip on an embedded linux system as a basic serial comms utility, but tip on FreeBSD appears to be a login-style connection program only? In any case, the following worked for me: # cu -l cuaa0 Connected ~ [EOT] # Disconnect is either ~^D or ~. (tilde + ctrl-d or tilde + period). Wayne