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.\" 398b97f354STom Rhodes.Dd August 16, 1999 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 598b97f354STom Rhodescommands have to be given on 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 . 658b97f354STom Rhodes.Sh SEE ALSO 668b97f354STom Rhodes.Xr tty 4 , 678b97f354STom Rhodes.Xr ucom 4 , 688b97f354STom Rhodes.Xr usb 4 698b97f354STom Rhodes.Sh HISTORY 708b97f354STom RhodesThe 718b97f354STom Rhodes.Nm 728b97f354STom Rhodesdriver 738b97f354STom Rhodesappeared in 748b97f354STom Rhodes.Nx 1.5 . 758b97f354STom RhodesThis manual page was adopted from 768b97f354STom Rhodes.Nx 77706b6f9fSRuslan Ermilovby 78706b6f9fSRuslan Ermilov.An Tom Rhodes Aq trhodes@FreeBSD.org 798b97f354STom Rhodesin April 2002. 808b97f354STom Rhodes.Sh BUGS 818b97f354STom RhodesOnly modems with multiplexed commands and data are supported 828b97f354STom Rhodesat the moment. 83