xref: /netbsd-src/share/man/man4/ucom.4 (revision 274254cdae52594c1aa480a736aef78313d15c9c)
1.\" $NetBSD: ucom.4,v 1.20 2008/04/30 13:10:54 martin Exp $
2.\"
3.\" Copyright (c) 1999 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 March 24, 2008
31.Dt UCOM 4
32.Os
33.Sh NAME
34.Nm ucom
35.Nd USB tty support
36.Sh SYNOPSIS
37.Cd "ucom* at ubsa?"
38.Cd "ucom* at uchcom?"
39.Cd "ucom* at uftdi?"
40.Cd "ucom* at ugensa?"
41.Cd "ucom* at uhmodem?"
42.Cd "ucom* at uipaq?"
43.Cd "ucom* at ukyopon?"
44.Cd "ucom* at umct?"
45.Cd "ucom* at umodem?"
46.Cd "ucom* at uplcom?"
47.Cd "ucom* at uslsa?"
48.Cd "ucom* at uvisor? portno ?"
49.Cd "ucom* at uvscom?"
50.Sh DESCRIPTION
51The
52.Nm
53driver attaches to USB modems, serial ports, and other devices that need
54to look like a tty.
55The
56.Nm
57driver shows a behaviour like a
58.Xr tty 4 .
59This means that normal programs such as
60.Xr tip 1
61or
62.Xr pppd 8
63can be used to access the device.
64.Pp
65The
66.Va portno
67locator can be used to decide which port to use for device that have
68multiple external ports.
69.Sh FILES
70.Bl -tag -width Pa
71.It Pa /dev/ttyU?
72.El
73.Sh SEE ALSO
74.Xr tty 4 ,
75.Xr ubsa 4 ,
76.Xr uchcom 4 ,
77.Xr uftdi 4 ,
78.Xr ugensa 4 ,
79.Xr uhmodem 4 ,
80.Xr uipaq 4 ,
81.Xr ukyopon 4 ,
82.Xr umct 4 ,
83.Xr umodem 4 ,
84.Xr uplcom 4 ,
85.Xr usb 4 ,
86.Xr uslsa 4 ,
87.Xr uvisor 4 ,
88.Xr uvscom 4
89.Sh HISTORY
90The
91.Nm
92driver
93appeared in
94.Nx 1.5 .
95