From owner-freebsd-questions@FreeBSD.ORG Wed Jan 12 23:27:53 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 D00C816A4CE for ; Wed, 12 Jan 2005 23:27:53 +0000 (GMT) Received: from luzifer.incubus.de (incubus.de [80.237.207.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 668CD43D2D for ; Wed, 12 Jan 2005 23:27:53 +0000 (GMT) (envelope-from mkb@incubus.de) Received: from [192.168.2.10] (pD95420D3.dip.t-dialin.net [217.84.32.211]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by luzifer.incubus.de (Postfix) with ESMTP id 379923016C; Thu, 13 Jan 2005 00:27:53 +0100 (CET) Message-ID: <41E5B280.4050602@incubus.de> Date: Thu, 13 Jan 2005 00:28:00 +0100 From: Matthias Buelow User-Agent: Mozilla Thunderbird 0.9 (X11/20041124) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Florian Hengstberger References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 23:27:53 -0000 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? kermit (ports/comms/kermit) is probably the most widely used terminal program, and it has more features and communications protocols than you'd ever need (including scriptability). cu has already been mentioned, tip is similar, and minicom is another one, imitating DOS-style terminal emulators (telix, telemate), although it's a bit inflexible. mkb