1.\" $NetBSD: uftdi.4,v 1.12 2008/04/30 13:10:54 martin 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.\" 18.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 19.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 20.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 21.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 22.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 23.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 24.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 25.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 26.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 27.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 28.\" POSSIBILITY OF SUCH DAMAGE. 29.\" 30.Dd October 8, 2006 31.Dt UFTDI 4 32.Os 33.Sh NAME 34.Nm uftdi 35.Nd USB support for serial adapters based on the FT8U100AX and FT8U232AM 36.Sh SYNOPSIS 37.Cd "uftdi* at uhub?" 38.Cd "ucom* at uftdi?" 39.Sh HARDWARE 40The 41.Nm 42driver supports the following adapters: 43.Pp 44.Bl -tag -width Dv -offset indent -compact 45.It Tn B\*[Am]B Electronics uLinks RS-422/485 46.It Tn Coastal ChipWorks TNC-X 47.It Tn Crystalfontz CFA-631 LCD 48.It Tn Crystalfontz CFA-632 LCD 49.It Tn Crystalfontz CFA-633 LCD 50.It Tn Crystalfontz CFA-634 LCD 51.It Tn Crystalfontz CFA-635 LCD 52.It Tn Falcom Samba 55/56 GSM/GPRS modem 53.It Tn Falcom Twist GSM/GPRS modem 54.It Tn Future Technology Devices DB9 55.It Tn Future Technology Devices IC 56.It Tn Future Technology Devices KW 57.It Tn Future Technology Devices RS232 58.It Tn Future Technology Devices Y6 59.It Tn Future Technology Devices Y8 60.It Tn Future Technology Devices Y9 61.It Tn Future Technology Devices YS 62.It Tn HP USB-Serial adapter shipped with some HP laptops 63.It Tn Inland UAS111 64.It Tn Interpid Control Systems NeoVI Blue 65.It Tn Interpid Control Systems ValueCAN 66.It Tn Matrix Orbital LK/VK/PK202-24 LCD 67.It Tn Matrix Orbital LK/VK204-24 LCD 68.It Tn Matrix Orbital MX2/MX3/MX6 Series 69.It Tn Matrix Orbital MX4/MX5 Series LCD 70.It Tn QVS USC-1000 71.It Tn SIIG US2308 Serial 72.It Tn Sealevel Systems USB-Serial adapter 73.El 74.Sh DESCRIPTION 75The 76.Nm 77driver provides support for various serial adapters based on the FTDI 78FT8U100AX and FT8U232AM chips. 79.Pp 80The device is accessed through the 81.Xr ucom 4 82driver which makes it behave like a 83.Xr tty 4 . 84.Sh SEE ALSO 85.Xr tty 4 , 86.Xr ucom 4 , 87.Xr usb 4 88.Sh HISTORY 89The 90.Nm 91driver 92appeared in 93.Nx 1.5 . 94