From owner-freebsd-questions@FreeBSD.ORG Wed Jan 12 22:06:39 2005 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 DE78C16A4CE for ; Wed, 12 Jan 2005 22:06:39 +0000 (GMT) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8371043D1F for ; Wed, 12 Jan 2005 22:06:39 +0000 (GMT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.13.1/8.13.1) with ESMTP id j0CM6c2D072841; Wed, 12 Jan 2005 15:06:38 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.13.1/8.13.1/Submit) with ESMTP id j0CM6ce0072838; Wed, 12 Jan 2005 15:06:38 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Wed, 12 Jan 2005 15:06:38 -0700 (MST) From: Warren Block To: Florian Hengstberger In-Reply-To: Message-ID: <20050112150250.Q95286@wonkity.com> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.6 (wonkity.com [127.0.0.1]); Wed, 12 Jan 2005 15:06:38 -0700 (MST) cc: FreeBSD mailinglist Subject: Re: Serial communication, terminal 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: Wed, 12 Jan 2005 22:06:40 -0000 On Wed, 12 Jan 2005, Florian Hengstberger wrote: > I have a microcontroller with an uart interface. > I want to communicate with my computer through the serial port > of my FreeBSD box. > Is it somehow possible to connect the serial io to a xterm? > Case it is not: I don't want to write a program myself - > is there an existing program handling the io? See the man page for cu. To connect to a serial device on the first serial port at 9600 baud, for example: cu -l /dev/cuaa0 -s 9600 -Warren Block * Rapid City, South Dakota USA