xref: /freebsd/share/man/man4/umodem.4 (revision 00bf32b031ff9f9fa730dba36c4d508a7e028036)
18b97f354STom Rhodes.\" $NetBSD: umodem.4,v 1.6 2001/09/11 23:18:55 wiz Exp $
28b97f354STom Rhodes.\"
38b97f354STom Rhodes.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
48b97f354STom Rhodes.\" All rights reserved.
58b97f354STom Rhodes.\"
68b97f354STom Rhodes.\" This code is derived from software contributed to The NetBSD Foundation
78b97f354STom Rhodes.\" by Lennart Augustsson.
88b97f354STom Rhodes.\"
98b97f354STom Rhodes.\" Redistribution and use in source and binary forms, with or without
108b97f354STom Rhodes.\" modification, are permitted provided that the following conditions
118b97f354STom Rhodes.\" are met:
128b97f354STom Rhodes.\" 1. Redistributions of source code must retain the above copyright
138b97f354STom Rhodes.\"    notice, this list of conditions and the following disclaimer.
148b97f354STom Rhodes.\" 2. Redistributions in binary form must reproduce the above copyright
158b97f354STom Rhodes.\"    notice, this list of conditions and the following disclaimer in the
168b97f354STom Rhodes.\"    documentation and/or other materials provided with the distribution.
178b97f354STom Rhodes.\" 3. All advertising materials mentioning features or use of this software
188b97f354STom Rhodes.\"    must display the following acknowledgment:
198b97f354STom Rhodes.\"        This product includes software developed by the NetBSD
208b97f354STom Rhodes.\"        Foundation, Inc. and its contributors.
218b97f354STom Rhodes.\" 4. Neither the name of The NetBSD Foundation nor the names of its
228b97f354STom Rhodes.\"    contributors may be used to endorse or promote products derived
238b97f354STom Rhodes.\"    from this software without specific prior written permission.
248b97f354STom Rhodes.\"
258b97f354STom Rhodes.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
268b97f354STom Rhodes.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
278b97f354STom Rhodes.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
288b97f354STom Rhodes.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
298b97f354STom Rhodes.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
308b97f354STom Rhodes.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
318b97f354STom Rhodes.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
328b97f354STom Rhodes.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
338b97f354STom Rhodes.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
348b97f354STom Rhodes.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
358b97f354STom Rhodes.\" POSSIBILITY OF SUCH DAMAGE.
368b97f354STom Rhodes.\"
37706b6f9fSRuslan Ermilov.\" $FreeBSD$
38706b6f9fSRuslan Ermilov.\"
391e4b1b9cSSimon L. B. Nielsen.Dd August 19, 2004
408b97f354STom Rhodes.Dt UMODEM 4
418b97f354STom Rhodes.Os
428b97f354STom Rhodes.Sh NAME
438b97f354STom Rhodes.Nm umodem
448b97f354STom Rhodes.Nd USB modem support
458b97f354STom Rhodes.Sh SYNOPSIS
46fc1a4ecfSWarner Losh.Cd "device umodem"
47fc1a4ecfSWarner Losh.Cd "device ucom"
488b97f354STom Rhodes.Sh DESCRIPTION
498b97f354STom RhodesThe
508b97f354STom Rhodes.Nm
518b97f354STom Rhodesdriver provides support for USB modems in the Communication
528b97f354STom RhodesDevice Class using the Abstract Control Model.
538b97f354STom RhodesThese modems are basically standard serial line modems, but they are
54706b6f9fSRuslan Ermilovaccessed via USB instead.
55706b6f9fSRuslan ErmilovThey support a regular AT command set.
568b97f354STom RhodesThe commands can either be multiplexed with the data stream
57706b6f9fSRuslan Ermilovor handled through separate pipes.
58706b6f9fSRuslan ErmilovIn the latter case the AT
5900bf32b0SChristian Brueffercommands have to be given on a device separate from the data device.
608b97f354STom Rhodes.Pp
618b97f354STom RhodesThe device is accessed through the
628b97f354STom Rhodes.Xr ucom 4
638b97f354STom Rhodesdriver which makes it behave like a
648b97f354STom Rhodes.Xr tty 4 .
651e4b1b9cSSimon L. B. Nielsen.Sh HARDWARE
661e4b1b9cSSimon L. B. NielsenDevices supported by the
671e4b1b9cSSimon L. B. Nielsen.Nm
681e4b1b9cSSimon L. B. Nielsendriver include:
691e4b1b9cSSimon L. B. Nielsen.Pp
701e4b1b9cSSimon L. B. Nielsen.Bl -bullet -compact
711e4b1b9cSSimon L. B. Nielsen.It
721e4b1b9cSSimon L. B. Nielsen3Com 5605
731e4b1b9cSSimon L. B. Nielsen.It
741e4b1b9cSSimon L. B. NielsenMetricom Ricochet GS USB wireless modem
751e4b1b9cSSimon L. B. Nielsen.It
761e4b1b9cSSimon L. B. NielsenYamaha Broadband Wireless Router RTW65b
771e4b1b9cSSimon L. B. Nielsen.El
788b97f354STom Rhodes.Sh SEE ALSO
798b97f354STom Rhodes.Xr tty 4 ,
808b97f354STom Rhodes.Xr ucom 4 ,
818b97f354STom Rhodes.Xr usb 4
828b97f354STom Rhodes.Sh HISTORY
838b97f354STom RhodesThe
848b97f354STom Rhodes.Nm
858b97f354STom Rhodesdriver
868b97f354STom Rhodesappeared in
878b97f354STom Rhodes.Nx 1.5 .
888b97f354STom RhodesThis manual page was adopted from
898b97f354STom Rhodes.Nx
90706b6f9fSRuslan Ermilovby
91706b6f9fSRuslan Ermilov.An Tom Rhodes Aq trhodes@FreeBSD.org
928b97f354STom Rhodesin April 2002.
938b97f354STom Rhodes.Sh BUGS
948b97f354STom RhodesOnly modems with multiplexed commands and data are supported
958b97f354STom Rhodesat the moment.
96