# /etc/modems
#
#
# libmodem library, a modem control facility.
# Copyright (C) 1994,1995,1996,1997,1998,1999  Riccardo Facchetti
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library General Public
# License as published by the Free Software Foundation; either
# version 2 of the License, or (at your option) any later version.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Library General Public License for more details.
#
# You should have received a copy of the GNU Library General Public
# License along with this library; if not, write to the Free
# Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
# You can contact the author at this e-mail address:
#
# fizban@tin.it
#
#
# This file contains all the modem informations. This is the list
# of the system modems that will be used when callbacking, by the
# library libmodem.a
#
# Format:
#
# line:cp:ce:at:dl:bd:cs:ds:dp:de:im:hu:fc
#
# line: the modem device. If you have a /dev/modem, you will use
#       only 'modem' without '/dev/' prefix
# cp:	command prefix (usually AT)
# ce:	command end (suffix)
# at:	attention string (usually +++)
# dl:	delay waiting for OK, in seconds (be warned that a +++ may require a
#       long delay
# bd:	max baud rate (every rate below this is allowed)
# cs:	connect string (usually CONNECT)
# ds:	dial string (usually DT for tone or DP for pulse), if null, cannot dial
# dp:	dial prefix (e.g. strings to get the line: '0,')
# de:	dial end
# im:	initialize modem (usually H0V1Q0E1)
# hu:	hangup string (usually H0)
# fc:	flow control (0==Hardware RTS/CTS, 1==XON/XOFF)
#
# Note: ALL the above fields must be present in a modem entry. If set to
#       nothing, like '::' it will be NULL, zero, nada, niente!
#
# Note2:be sure to use cua? devices for callout lines (such as the ones
#       described in this file)

ttyS0:AT::+++:30:14400:CONNECT:DT:0,::Z:H0:0
ttyS1:AT::+++:30:14400:CONNECT:DT:0,::Z:H0:0
ttyS2:AT::+++:30:14400:CONNECT:DT:0,::Z:H0:0
