1.\" $OpenBSD: uplcom.4,v 1.27 2017/08/08 16:40:23 anton 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: August 8 2017 $ 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 Aten UC232A 57.It Belkin F5U257 58.It Digitus DA-70145 59.It ELECOM UC-SGT 60.It Ericsson DCU-10 & DCU-11, made by Susteen, Inc. 61.It HAL Crossam2+USB 62.It HIGH-EDGE HE800 63.It I/O DATA USB-RSAQ 64.It I/O DATA USB-RSAQ2 65.It I/O DATA USB-RSAQ3 66.It I/O DATA USB-RSAQ5 67.It IOGEAR UC-232A 68.It iTegno WM1080A 69.It Leadtek 9531 GPS 70.It Maxxtro UC-232A 71.It Nokia CA-42 72.It Ours Technology DKU-5 clone 73.It Palm 700WX 74.It Pharos USB GPS 75.It PLANEX USB-RS232 URS-03 76.It RATOC REX-USB60 77.It Samsung I330 cradle 78.It Siemens X65 79.It Siemens X75 80.It Siemens SX1 81.It Sitecom USB-Serial CNA-104 82.It SOURCENEXT KeikaiDenwa 8 83.It Speed Dragon MS3303H 84.It TDK USB-PDC Adapter UPA9664 85.It TDK USB-PHS Adapter UHA6400 86.It Tripp-Lite U209 87.El 88.Sh SEE ALSO 89.Xr intro 4 , 90.Xr tty 4 , 91.Xr ucom 4 , 92.Xr uhub 4 , 93.Xr usb 4 94.Sh HISTORY 95The 96.Nm 97driver 98appeared in 99.Nx 1.6 . 100.Ox 101support was added in 102.Ox 3.0 . 103