xref: /openbsd/share/man/man4/uftdi.4 (revision 7b36286a)
1.\" $OpenBSD: uftdi.4,v 1.25 2008/06/26 05:42:07 ray Exp $
2.\" $NetBSD: uftdi.4,v 1.3 2001/01/13 20:53:22 nathanw Exp $
3.\"
4.\" Copyright (c) 2000 The NetBSD Foundation, Inc.
5.\" All rights reserved.
6.\"
7.\" This code is derived from software contributed to The NetBSD Foundation
8.\" by Lennart Augustsson.
9.\"
10.\" Redistribution and use in source and binary forms, with or without
11.\" modification, are permitted provided that the following conditions
12.\" are met:
13.\" 1. Redistributions of source code must retain the above copyright
14.\"    notice, this list of conditions and the following disclaimer.
15.\" 2. Redistributions in binary form must reproduce the above copyright
16.\"    notice, this list of conditions and the following disclaimer in the
17.\"    documentation and/or other materials provided with the distribution.
18.\"
19.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
20.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
21.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
22.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
23.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29.\" POSSIBILITY OF SUCH DAMAGE.
30.\"
31.Dd $Mdocdate: June 26 2008 $
32.Dt UFTDI 4
33.Os
34.Sh NAME
35.Nm uftdi
36.Nd FT8U100AX USB serial adapter
37.Sh SYNOPSIS
38.Cd "uftdi* at uhub?"
39.Cd "ucom*  at uftdi?"
40.Sh DESCRIPTION
41The
42.Nm
43driver provides support for various serial adapters based on the FTDI
44FT8U100AX, FT232BM, FT2232C, FT8U232AM, and FT8U245AM chips.
45.Pp
46The device is accessed through the
47.Xr ucom 4
48driver which makes it behave like a
49.Xr tty 4 .
50.Pp
51The
52.Nm
53driver supports the following adapters:
54.Pp
55.Bl -tag -width Ds -offset indent -compact
56.It Tn 2232C (Dual) Serial converter
57.It Tn 8U232AM Serial converter
58.It B&B Electronics USB->RS422/485 adapter
59.It Tn Coastal ChipWorks TNC-X
60.It Tn Crystalfontz CFA-631 USB LCD
61.It Tn Crystalfontz CFA-632 USB LCD
62.It Tn Crystalfontz CFA-633 USB LCD
63.It Tn Crystalfontz CFA-634 USB LCD
64.It Tn Crystalfontz CFA-635 USB LCD
65.It Tn D-Link DSB-H4SMK
66.It Tn Expert ISDN Control
67.It Tn Expert OptoBridge
68.It Tn Falcom Twist/Samba USB GSM/GPRS modem
69.It Tn I-O DATA USBGPS2
70.It Tn Inland UAS111
71.It Tn Intrepidcs NeoVI Blue
72.It Tn Intrepidcs ValueCAN
73.It Tn Matrix Orbital LK202-24 USB LCD
74.It Tn Matrix Orbital LK204-24 USB LCD
75.It Tn Matrix Orbital MX200 Series LCD
76.It Tn MaxStream XBee ZigBee Development Kit
77.It Tn microHAM USB microKEYER
78.It Tn microHAM USB CW Keyer
79.It Tn microHAM USB Interface II
80.It Tn MJS Sirius To PC Interface
81.It Tn QVS USC-1000
82.It Tn RATOC REX-USB60F
83.It Tn Sealevel USB-Serial
84.It Tn SEMC DSS-20 SyncStation
85.It Tn SIIG US2308
86.It Tn Tactrix OpenPort 1.3 Mitsubishi
87.It Tn Tactrix OpenPort 1.3 Subaru
88.It Tn Tactrix OpenPort 1.3 Universal
89.El
90.Sh SEE ALSO
91.Xr intro 4 ,
92.Xr tty 4 ,
93.Xr ucom 4 ,
94.Xr uhub 4 ,
95.Xr usb 4
96.Sh HISTORY
97The
98.Nm
99driver appeared in
100.Nx 1.5 .
101.Ox
102support was added in
103.Ox 2.9 .
104