From owner-freebsd-small@FreeBSD.ORG Sat May 13 04:17:32 2006 Return-Path: X-Original-To: freebsd-small@freebsd.org Delivered-To: freebsd-small@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C996116A405 for ; Sat, 13 May 2006 04:17:32 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 667EE43D48 for ; Sat, 13 May 2006 04:17:32 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.4/8.13.4) with ESMTP id k4D4GYU2077022 for ; Fri, 12 May 2006 22:16:35 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 13 May 2006 00:16:41 -0400 (EDT) Message-Id: <20060513.001641.78708336.imp@bsdimp.com> To: freebsd-small@freebsd.org From: "M. Warner Losh" X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Cool device X-BeenThere: freebsd-small@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 May 2006 04:17:33 -0000 If you are hacking a device that has 3.3V TTL serial signals, then I'd love to recommend http://www.parallax.com/detail.asp?product_id=28024 you can plug it into the headers on most boards, since it has a good pinout. Here's the blurb from the parallax page: The Parallax USB2SER device is a mini development tool based on the FTDI232BM USB to Serial UART interface chip. Parallax created this development tool in order to provide microcontroller developers (like our BASIC Stamp customers) to have easy access to a PC's USB port using the FTDI virtual device drivers. And FreeBSD's uftdi supports it great. I've been using it to flash my Atmel AT91RM9200 eval board (and our company's custom board). For $30 it beats soldering the MAX232ish part and dealing with all that. I plug it into the headers, and it just works... Enjoy Warner