xref: /freebsd/share/man/man4/umct.4 (revision aa0a1e58)
1.\"
2.\" Copyright (c) 2004 Scott Long
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright
9.\"    notice, this list of conditions and the following disclaimer.
10.\" 2. Redistributions in binary form must reproduce the above copyright
11.\"    notice, this list of conditions and the following disclaimer in the
12.\"    documentation and/or other materials provided with the distribution.
13.\"
14.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
15.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
16.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
17.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
18.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
19.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
20.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
21.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
22.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
23.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
24.\" POSSIBILITY OF SUCH DAMAGE.
25.\"
26.\" $FreeBSD$
27.\"
28.Dd November 22, 2006
29.Dt UMCT 4
30.Os
31.Sh NAME
32.Nm umct
33.Nd Magic Control Technology USB-RS232 converter driver
34.Sh SYNOPSIS
35To compile this driver into the kernel,
36place the following lines in your
37kernel configuration file:
38.Bd -ragged -offset indent
39.Cd "device umct"
40.Ed
41.Pp
42Alternatively, to load the driver as a
43module at boot time, place the following line in
44.Xr loader.conf 5 :
45.Bd -literal -offset indent
46umct_load="YES"
47.Ed
48.Sh DESCRIPTION
49The
50.Nm
51driver provides support for USB to RS-232 converters based on the Magic
52Control Technology USB-232 design.
53These devices support most of the
54standard RS-232 features including baud rates ranging from 300 to 115200
55bits per second.
56However, neither hardware nor software flow control
57seems to be supported.
58.Pp
59Access to devices under this driver is via the
60.Xr ucom 4
61framework and device nodes.
62.Sh HARDWARE
63The
64.Nm
65driver supports the following adapters:
66.Pp
67.Bl -bullet -compact
68.It
69Belkin F5U109
70.It
71Belkin F5U409
72.It
73D-Link DU-H3SP USB BAY Hub
74.It
75Magic Control Technology USB-232
76.It
77Sitecom USB-232
78.El
79.Sh SEE ALSO
80.Xr tty 4 ,
81.Xr ucom 4 ,
82.Xr usb 4
83.Sh HISTORY
84The
85.Nm
86driver
87appeared in
88.Fx 5.2 .
89It is loosely based on the
90.Xr ubsa 4
91driver by
92.An Alexander Kabaev Aq kan@FreeBSD.org
93with documentation from
94.An Wolfgang Grandeggar Aq wolfgang@cec.ch .
95.Sh AUTHORS
96The
97.Nm
98driver was written by
99.An Scott Long Aq scottl@FreeBSD.org .
100