From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 07:59:53 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4839816A421 for ; Mon, 1 Oct 2007 07:59:53 +0000 (UTC) (envelope-from jonathan+freebsd-questions@hst.org.za) Received: from hermes.hst.org.za (onix.hst.org.za [209.203.2.133]) by mx1.freebsd.org (Postfix) with ESMTP id 6524313C45A for ; Mon, 1 Oct 2007 07:59:51 +0000 (UTC) (envelope-from jonathan+freebsd-questions@hst.org.za) Received: from sysadmin.hst.org.za (sysadmin.int.dbn.hst.org.za [10.1.1.20]) (authenticated bits=0) by hermes.hst.org.za (8.13.8/8.13.8) with ESMTP id l917sEFl075649 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Mon, 1 Oct 2007 09:54:14 +0200 (SAST) (envelope-from jonathan+freebsd-questions@hst.org.za) From: Jonathan McKeown Organization: Health Systems Trust To: freebsd-questions@freebsd.org Date: Mon, 1 Oct 2007 10:02:42 +0200 User-Agent: KMail/1.7.2 References: <20071001014755.PUFJ2588.oaamta07ps.mx.bigpond.com@myprecious> In-Reply-To: <20071001014755.PUFJ2588.oaamta07ps.mx.bigpond.com@myprecious> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710011002.42899.jonathan+freebsd-questions@hst.org.za> X-Spam-Score: -4.258 () ALL_TRUSTED,AWL,BAYES_00 X-Scanned-By: MIMEDefang 2.61 on 209.203.2.133 Cc: The Longs Subject: Re: usb serial convertor 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: Mon, 01 Oct 2007 07:59:53 -0000 On Monday 01 October 2007 03:41, The Longs wrote: > I'm trying to get Gregs temperature controlled fridge to work, but the > catch is that the laptop I'm using doesn't have a serial port. I'm hoping I > can use a usb to serial convertor and tell the program to look at the usb > port for the temperature probes, but I am lost as to how to do this. A supported USB-to-serial converter will appear as a serial port. For example I use a Bafo BF-810 converter which is driven by uplcom(4), and in turn ucom(4) which presents /dev/cuaU0 and /dev/ttyU0. Jonathan