xref: /freebsd/share/man/man4/uplcom.4 (revision 5dcd9c10612684d1c823670cbb5b4715028784e7)
1.\" $NetBSD: uplcom.4,v 1.9 2002/02/07 03:15:09 ross Exp $
2.\"
3.\" Copyright (c) 2001 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.\" $FreeBSD$
31.\"
32.Dd January 11, 2011
33.Dt UPLCOM 4
34.Os
35.Sh NAME
36.Nm uplcom
37.Nd USB support for Prolific PL-2303/2303X/2303HX serial adapters driver
38.Sh SYNOPSIS
39To compile this driver into the kernel,
40place the following lines in your
41kernel configuration file:
42.Bd -ragged -offset indent
43.Cd "device uplcom"
44.Cd "device ucom"
45.Ed
46.Pp
47Alternatively, to load the driver as a
48module at boot time, place the following line in
49.Xr loader.conf 5 :
50.Bd -literal -offset indent
51uplcom_load="YES"
52.Ed
53.Sh DESCRIPTION
54The
55.Nm
56driver provides support for various serial adapters based on the Prolific
57PL-2303, PL-2303X and PL-2303HX USB-to-RS232 Bridge chips.
58.Pp
59The device is accessed through the
60.Xr ucom 4
61driver which makes it behave like a
62.Xr tty 4 .
63.Sh HARDWARE
64The
65.Nm
66driver supports the following devices and adapters:
67.Pp
68.Bl -bullet -compact
69.It
70ADLINK ND-6530 USB-Serial Adapter
71.It
72Alcatel One Touch 535/735 Phone
73.It
74Alcor AU9720 USB-RS232 Serial Adapter
75.It
76AlDiga AL-11U Modem
77.It
78Alltronix ACM003U00 Modem
79.It
80Anchor Serial adapter
81.It
82ATEN UC-232A
83.It
84BAFO BF-800 and BF-810
85.It
86Belkin F5U257
87.It
88BenQ S81 Phone
89.It
90Corega CG-USBRS232R Serial Adapter
91.It
92Cressi Edy (Seiko) Diving Computer
93.It
94ELECOM UC-SGT Serial Adapter
95.It
96HAL Corporation Crossam2+USB IR commander
97.It
98Hama USB RS-232 Serial Adapter
99.It
100Hamlet exagerate XURS232
101.It
102HP LD220 Point-Of-Sale (POS) Display
103.It
104IOGEAR UC-232A
105.It
106I/O DATA USB-RSAQ, USB-RSAQ2, USB-RSAQ3 and USB-RSAQ5
107.It
108iTegno WM1080A GSM/GFPRS Modem
109.It
110iTegno WM2080A CDMA Modem
111.It
112Leadtek 9531 GPS
113.It
114Micromax 610U Modem
115.It
116Microsoft Palm 700WX
117.It
118Mobile Action MA-620 Infrared Adapter
119.It
120Nokia CA-42 Cable
121.It
122OTI DKU-5 cable
123.It
124Panasonic TY-TP50P6-S flat screen
125.It
126PLX CA-42 Phone Cable
127.It
128PLANEX USB-RS232 URS-03
129.It
130Prolific Generic USB-Serial Adapters
131.It
132Prolific Pharos USB-Serial Adapter
133.It
134RATOC REX-USB60
135.It
136Radio Shack USB Serial Cable
137.It
138Sagem USB-Serial Adapter
139.It
140Samsung I330 Phone Cradle
141.It
142Sandberg USB to Serial Link (model number 133-08)
143.It
144Sanwa KB-USB2 Multimeter cable
145.It
146Siemens/BenQ EF81, SX1, X65 and X75 Mobile Phones
147.It
148Sitecom USB-Serial Adapter
149.It
150SMART Technologies USB-Serial Adapter
151.It
152Sony QN3 Phone Cable
153.It
154Sony Ericsson Datapilot
155.It
156Sony Ericsson DCU-10 and DCU-11 (Susteen) USB Cables
157.It
158SOURCENEXT KeikaiDenwa 8 (with and without charger)
159.It
160Speed Dragon USB-Serial Cable
161.It
162Syntech CPT-8001C Barcode Scanner
163.It
164TDK UHA6400 and UPA9664 USB-PHS Adapters
165.It
166TRENDnet USB to Serial Converter (TU-S9)
167.It
168Tripp-Lite U209-000-R USB-Serial Adapter
169.It
170UIC HCR331 Magnetic Stripe Card Reader
171.It
172UIC MSR206 Magnetic Stripe Card Reader
173.It
174Willcom W-SIM DD PHS terminal.(WS002IN)
175.It
176YC-Cable USB-Serial Adapter
177.It
178Zeagle N2iTion3 Diving Computer
179.El
180.Sh SEE ALSO
181.Xr tty 4 ,
182.Xr ucom 4 ,
183.Xr usb 4
184.Sh HISTORY
185The
186.Nm
187driver
188appeared in
189.Nx 1.6 .
190This manual page was adopted from
191.Nx
192by
193.An Tom Rhodes Aq trhodes@FreeBSD.org
194in April 2002.
195