1.\" $OpenBSD: uplcom.4,v 1.26 2009/04/27 20:06:27 mk Exp $ 2.\" $NetBSD: uplcom.4,v 1.6 2001/05/22 00:21:25 jhawk Exp $ 3.\" 4.\" Copyright (c) 2001 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: April 27 2009 $ 32.Dt UPLCOM 4 33.Os 34.Sh NAME 35.Nm uplcom 36.Nd Prolific PL-2303 USB serial adapter 37.Sh SYNOPSIS 38.Cd "uplcom* at uhub?" 39.Cd "ucom* at uplcom?" 40.Sh DESCRIPTION 41The 42.Nm 43driver provides support for the Prolific PL-2303 USB-to-RS232 Bridge chip. 44.Pp 45The device is accessed through the 46.Xr ucom 4 47driver which makes it behave like a 48.Xr tty 4 . 49.Sh HARDWARE 50The 51.Nm 52driver supports the following adapters: 53.Pp 54.Bl -tag -width Ds -offset indent -compact 55.It Alcatel One Touch 535/735 56.It Belkin F5U257 57.It Digitus DA-70145 58.It ELECOM UC-SGT 59.It Ericsson DCU-10 & DCU-11, made by Susteen, Inc. 60.It HAL Crossam2+USB 61.It HIGH-EDGE HE800 62.It I/O DATA USB-RSAQ 63.It I/O DATA USB-RSAQ2 64.It I/O DATA USB-RSAQ3 65.It I/O DATA USB-RSAQ5 66.It IOGEAR UC-232A 67.It iTegno WM1080A 68.It Leadtek 9531 GPS 69.It Maxxtro UC-232A 70.It Nokia CA-42 71.It Ours Technology DKU-5 clone 72.It Palm 700WX 73.It Pharos USB GPS 74.It PLANEX USB-RS232 URS-03 75.It RATOC REX-USB60 76.It Samsung I330 cradle 77.It Siemens X65 78.It Siemens X75 79.It Siemens SX1 80.It Sitecom USB-Serial CNA-104 81.It SOURCENEXT KeikaiDenwa 8 82.It Speed Dragon MS3303H 83.It TDK USB-PDC Adapter UPA9664 84.It TDK USB-PHS Adapter UHA6400 85.It Tripp-Lite U209 86.El 87.Sh SEE ALSO 88.Xr intro 4 , 89.Xr tty 4 , 90.Xr ucom 4 , 91.Xr uhub 4 , 92.Xr usb 4 93.Sh HISTORY 94The 95.Nm 96driver 97appeared in 98.Nx 1.6 . 99.Ox 100support was added in 101.Ox 3.0 . 102