1.\" $NetBSD: uftdi.4,v 1.11 2006/10/13 21:02:05 wiz Exp $ 2.\" 3.\" Copyright (c) 2000 The NetBSD Foundation, Inc. 4.\" All rights reserved. 5.\" 6.\" This code is derived from software contributed to The NetBSD Foundation 7.\" by Lennart Augustsson. 8.\" 9.\" Redistribution and use in source and binary forms, with or without 10.\" modification, are permitted provided that the following conditions 11.\" are met: 12.\" 1. Redistributions of source code must retain the above copyright 13.\" notice, this list of conditions and the following disclaimer. 14.\" 2. Redistributions in binary form must reproduce the above copyright 15.\" notice, this list of conditions and the following disclaimer in the 16.\" documentation and/or other materials provided with the distribution. 17.\" 3. All advertising materials mentioning features or use of this software 18.\" must display the following acknowledgement: 19.\" This product includes software developed by the NetBSD 20.\" Foundation, Inc. and its contributors. 21.\" 4. Neither the name of The NetBSD Foundation nor the names of its 22.\" contributors may be used to endorse or promote products derived 23.\" from this software without specific prior written permission. 24.\" 25.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 26.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 27.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 28.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 29.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 30.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 31.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 32.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 33.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 34.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 35.\" POSSIBILITY OF SUCH DAMAGE. 36.\" 37.Dd October 8, 2006 38.Dt UFTDI 4 39.Os 40.Sh NAME 41.Nm uftdi 42.Nd USB support for serial adapters based on the FT8U100AX and FT8U232AM 43.Sh SYNOPSIS 44.Cd "uftdi* at uhub?" 45.Cd "ucom* at uftdi?" 46.Sh HARDWARE 47The 48.Nm 49driver supports the following adapters: 50.Pp 51.Bl -tag -width Dv -offset indent -compact 52.It Tn B\*[Am]B Electronics uLinks RS-422/485 53.It Tn Coastal ChipWorks TNC-X 54.It Tn Crystalfontz CFA-631 LCD 55.It Tn Crystalfontz CFA-632 LCD 56.It Tn Crystalfontz CFA-633 LCD 57.It Tn Crystalfontz CFA-634 LCD 58.It Tn Crystalfontz CFA-635 LCD 59.It Tn Falcom Samba 55/56 GSM/GPRS modem 60.It Tn Falcom Twist GSM/GPRS modem 61.It Tn Future Technology Devices DB9 62.It Tn Future Technology Devices IC 63.It Tn Future Technology Devices KW 64.It Tn Future Technology Devices RS232 65.It Tn Future Technology Devices Y6 66.It Tn Future Technology Devices Y8 67.It Tn Future Technology Devices Y9 68.It Tn Future Technology Devices YS 69.It Tn HP USB-Serial adapter shipped with some HP laptops 70.It Tn Inland UAS111 71.It Tn Interpid Control Systems NeoVI Blue 72.It Tn Interpid Control Systems ValueCAN 73.It Tn Matrix Orbital LK/VK/PK202-24 LCD 74.It Tn Matrix Orbital LK/VK204-24 LCD 75.It Tn Matrix Orbital MX2/MX3/MX6 Series 76.It Tn Matrix Orbital MX4/MX5 Series LCD 77.It Tn QVS USC-1000 78.It Tn SIIG US2308 Serial 79.It Tn Sealevel Systems USB-Serial adapter 80.El 81.Sh DESCRIPTION 82The 83.Nm 84driver provides support for various serial adapters based on the FTDI 85FT8U100AX and FT8U232AM chips. 86.Pp 87The device is accessed through the 88.Xr ucom 4 89driver which makes it behave like a 90.Xr tty 4 . 91.Sh SEE ALSO 92.Xr tty 4 , 93.Xr ucom 4 , 94.Xr usb 4 95.Sh HISTORY 96The 97.Nm 98driver 99appeared in 100.Nx 1.5 . 101