xref: /onnv-gate/usr/src/cmd/bnu/Dialers (revision 0:68f95e015346)
1*0Sstevel@tonic-gate#
2*0Sstevel@tonic-gate# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
3*0Sstevel@tonic-gate# Use is subject to license terms.
4*0Sstevel@tonic-gate#
5*0Sstevel@tonic-gate# CDDL HEADER START
6*0Sstevel@tonic-gate#
7*0Sstevel@tonic-gate# The contents of this file are subject to the terms of the
8*0Sstevel@tonic-gate# Common Development and Distribution License, Version 1.0 only
9*0Sstevel@tonic-gate# (the "License").  You may not use this file except in compliance
10*0Sstevel@tonic-gate# with the License.
11*0Sstevel@tonic-gate#
12*0Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
13*0Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
14*0Sstevel@tonic-gate# See the License for the specific language governing permissions
15*0Sstevel@tonic-gate# and limitations under the License.
16*0Sstevel@tonic-gate#
17*0Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
18*0Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
19*0Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
20*0Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
21*0Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
22*0Sstevel@tonic-gate#
23*0Sstevel@tonic-gate# CDDL HEADER END
24*0Sstevel@tonic-gate#
25*0Sstevel@tonic-gate#ident	"%Z%%M%	%I%	%E% SMI"
26*0Sstevel@tonic-gate#
27*0Sstevel@tonic-gate# Each caller type that appears in the Devices file (5th field)
28*0Sstevel@tonic-gate# should appear in this file except for the built in callers.
29*0Sstevel@tonic-gate# Each line consists of three parts:
30*0Sstevel@tonic-gate# - the name of the caller
31*0Sstevel@tonic-gate# - the translation table for the phone number to translate from
32*0Sstevel@tonic-gate#   the 801 codes (=-) to the code for the particular device
33*0Sstevel@tonic-gate# - a chat script (same format and meaning as the login scripts
34*0Sstevel@tonic-gate#   that appear in the Systems file.
35*0Sstevel@tonic-gate#
36*0Sstevel@tonic-gate# Meaning of some of the escape characters:
37*0Sstevel@tonic-gate# \p - pause (approximately 1/4-1/2 second delay)
38*0Sstevel@tonic-gate# \d - delay (2 seconds)
39*0Sstevel@tonic-gate# \D - phone number/token
40*0Sstevel@tonic-gate# \T - phone number with Dialcodes and character translation
41*0Sstevel@tonic-gate# \N - null byte
42*0Sstevel@tonic-gate# \K - insert a BREAK
43*0Sstevel@tonic-gate# \E - turn on echo checking (for slow devices)
44*0Sstevel@tonic-gate# \e - turn off echo checking
45*0Sstevel@tonic-gate# \r - carriage return
46*0Sstevel@tonic-gate# \c - no new-line
47*0Sstevel@tonic-gate# \n - send new-line
48*0Sstevel@tonic-gate# \nnn - send octal number
49*0Sstevel@tonic-gate#
50*0Sstevel@tonic-gate# See the Administration Documentation for more details.
51*0Sstevel@tonic-gate#
52*0Sstevel@tonic-gate# NOTE: blank lines and lines that begin with a <space>, <tab>, or # are ignored
53*0Sstevel@tonic-gate
54*0Sstevel@tonic-gatepenril	=W-P	"" \d > Q\c : \d- > s\p9\c )-W\p\r\ds\p9\c-) y\c : \E\TP > 9\c OK
55*0Sstevel@tonic-gateventel	=&-%	"" \r\p\r\c $ <K\T%%\r>\c ONLINE!
56*0Sstevel@tonic-gatevadic	=K-K	"" \005\p *-\005\p-*\005\p-* D\p BER? \E\T\e \r\c LINE
57*0Sstevel@tonic-gatedevelcon ""	"" \pr\ps\c est:\007 \E\D\e \n\007
58*0Sstevel@tonic-gatemicom	""	"" \s\c NAME? \D\r\c GO
59*0Sstevel@tonic-gatedirect
60*0Sstevel@tonic-gate##########
61*0Sstevel@tonic-gate#	The following entry is for use with direct connections
62*0Sstevel@tonic-gate#	using ttymon with the -b and -r options on both ends,
63*0Sstevel@tonic-gate#	or the old uugetty with the -r option.
64*0Sstevel@tonic-gate##########
65*0Sstevel@tonic-gateuudirect ""	"" \r\d in:--in:
66*0Sstevel@tonic-gate
67*0Sstevel@tonic-gate#  Rixon Intelligent Modem -- modem should be set up in the Rixon
68*0Sstevel@tonic-gate#  mode and not the Hayes mode.
69*0Sstevel@tonic-gate#
70*0Sstevel@tonic-gaterixon	=&-%	"" \r\r\d $ s9\c )-W\r\ds9\c-) s\c : \T\r\c $ 9\c LINE
71*0Sstevel@tonic-gate
72*0Sstevel@tonic-gate#   Hayes Smartmodem -- modem should be set with the configuration
73*0Sstevel@tonic-gate#   switches as follows:
74*0Sstevel@tonic-gate#
75*0Sstevel@tonic-gate#       S1 - UP		S2 - UP		S3 - DOWN	S4 - UP
76*0Sstevel@tonic-gate#       S5 - UP		S6 - DOWN	S7 - ?		S8 - DOWN
77*0Sstevel@tonic-gate#
78*0Sstevel@tonic-gatehayes	=,-,	"" \dA\pTE1V1X1Q0S2=255S12=255\r\c OK\r \EATDT\T\r\c CONNECT
79*0Sstevel@tonic-gate
80*0Sstevel@tonic-gate#   USR Courier V.32 and Sportster
81*0Sstevel@tonic-gate#   Set the switches as follows:
82*0Sstevel@tonic-gate#
83*0Sstevel@tonic-gate#   1 2 3 4 5 6 7 8 9 10
84*0Sstevel@tonic-gate#   U U D U U U D D D U		Courier
85*0Sstevel@tonic-gate#   U U D U U U U D		Sportster
86*0Sstevel@tonic-gate#
87*0Sstevel@tonic-gateusrv32-ec =,-,	"" \dA\pTE1V1X1Q0S2=255S12=255&A0&H1&M5&B2\r\c OK\r \EATDT\T\r\c CONNECT STTY=crtscts,crtsxoff
88*0Sstevel@tonic-gateusrv32-nec =,-,	"" \dA\pTE1V1X1Q0S2=255S12=255&A0&H1&M0&B0\r\c OK\r \EATDT\T\r\c CONNECT STTY=crtscts,crtsxoff
89*0Sstevel@tonic-gate
90*0Sstevel@tonic-gate#   Telebit TrailBlazer
91*0Sstevel@tonic-gate#
92*0Sstevel@tonic-gatetb1200	=W-,	"" \dA\pA\pA\pTE1V1X1Q0S2=255S12=255S50=2\r\c OK\r \EATDT\T\r\c CONNECT\s1200
93*0Sstevel@tonic-gatetb2400	=W-,	"" \dA\pA\pA\pTE1V1X1Q0S2=255S12=255S50=3\r\c OK\r \EATDT\T\r\c CONNECT\s2400
94*0Sstevel@tonic-gatetbfast	=W-,	"" \dA\pA\pA\pTE1V1X1Q0S2=255S12=255S50=255\r\c OK\r \EATDT\T\r\c CONNECT\sFAST
95*0Sstevel@tonic-gate
96*0Sstevel@tonic-gate#   Telebit T1600
97*0Sstevel@tonic-gate#
98*0Sstevel@tonic-gatetb9600-ec =W-,	"" \dA\pA\pA\pTE1V1X1Q0S2=255S12=255S50=6\r\c OK\r \EATDT\T\r\c CONNECT\s9600 STTY=crtscts,crtsxoff
99*0Sstevel@tonic-gatetb9600-nec =W-,	"" \dA\pA\pA\pTE1V1X1Q0S2=255S12=255S50=6S180=0\r\c OK\r \EATDT\T\r\c CONNECT\s9600 STTY=crtscts,crtsxoff
100*0Sstevel@tonic-gate
101*0Sstevel@tonic-gate##########
102*0Sstevel@tonic-gate#   AT&T Programmable 300/1200 Modem Model 4000
103*0Sstevel@tonic-gate#
104*0Sstevel@tonic-gate#	Commands:	Explanation:
105*0Sstevel@tonic-gate#	------------	---------------------------------------------------
106*0Sstevel@tonic-gate#	=,-,		Use comma for secondary dial tone & for pause
107*0Sstevel@tonic-gate#	""		expect nothing
108*0Sstevel@tonic-gate#	ATZ\r\p\p	enter command mode, reset modem,
109*0Sstevel@tonic-gate#	OK\r		expect modem to reply OK
110*0Sstevel@tonic-gate#	ATZ\r		enter command mode, reset modem
111*0Sstevel@tonic-gate#	OK\r		expect modem to reply OK
112*0Sstevel@tonic-gate#	\E		turn on echo check mode
113*0Sstevel@tonic-gate#	ATDT\T\r\c	enter command mode, tone dial the number
114*0Sstevel@tonic-gate#			(substitute 'P' for first 'T' for pulse dialing)
115*0Sstevel@tonic-gate#	\T\r\c		phone number to dial
116*0Sstevel@tonic-gate#	CONNECT		expect "CONNECT" from modem when connected
117*0Sstevel@tonic-gate##########
118*0Sstevel@tonic-gateatt4000 =,-, ""  ATZ\r\p\p  OK\r ATZ\r OK\r\c \EATDT\T\r\c CONNECT
119*0Sstevel@tonic-gate
120*0Sstevel@tonic-gate##########
121*0Sstevel@tonic-gate#   AT&T Model 4024 Modem
122*0Sstevel@tonic-gate#
123*0Sstevel@tonic-gate#	For normal operation, dip switch 4 should be CLOSED.
124*0Sstevel@tonic-gate#	This disables ENTER INTERACTIVE WITH <CR>.
125*0Sstevel@tonic-gate#
126*0Sstevel@tonic-gate#	Commands:	Explanation:
127*0Sstevel@tonic-gate#	------------	---------------------------------------------------
128*0Sstevel@tonic-gate#	=,-,		Use comma for secondary dial tone & for pause
129*0Sstevel@tonic-gate#	""		expect nothing
130*0Sstevel@tonic-gate#	atzod,		enter command mode, reset modem, set options to default
131*0Sstevel@tonic-gate#	o12=y,		set option 12 to 'y' (transparent data mode)
132*0Sstevel@tonic-gate#	o4=n\r\c	set option 4 to 'n' (don't disconnect on rcvd spaces)
133*0Sstevel@tonic-gate#	\006		expect ACK from modem
134*0Sstevel@tonic-gate#	atT\T\r\c	enter command mode, tone dial the number
135*0Sstevel@tonic-gate#	ed		expect "ed" (actually "Answered")
136*0Sstevel@tonic-gate#
137*0Sstevel@tonic-gate#			Once transparent data mode is enabled, you
138*0Sstevel@tonic-gate#			cannot enter the interactive mode from the data mode.
139*0Sstevel@tonic-gate##########
140*0Sstevel@tonic-gateatt4024 =+-, "" atzod,o12=y,o4=n\r\c \006 atT\T\r\c ed
141*0Sstevel@tonic-gate
142*0Sstevel@tonic-gate##########
143*0Sstevel@tonic-gate#  AT&T DATAPHONE II 2212C Modem
144*0Sstevel@tonic-gate#
145*0Sstevel@tonic-gate#	For normal operation, dip switch 4 should be CLOSED.
146*0Sstevel@tonic-gate#	This disables ENTER INTERACTIVE WITH <CR>.
147*0Sstevel@tonic-gate#
148*0Sstevel@tonic-gate#	Commands:	Explanation:
149*0Sstevel@tonic-gate#	------------	---------------------------------------------------
150*0Sstevel@tonic-gate#	=+-,		'+' for secondary dial tone, ',' for pause
151*0Sstevel@tonic-gate#	""		expect nothing
152*0Sstevel@tonic-gate#	atzod,		enter command mode, reset modem, set options to default
153*0Sstevel@tonic-gate#	o12=y,		set option 12 to 'y' (transparent data mode)
154*0Sstevel@tonic-gate#	o4=n,		set option 4 to 'n' (don't disconnect on rcvd spaces)
155*0Sstevel@tonic-gate#	\006		Wait for ACK
156*0Sstevel@tonic-gate#	atT\T\r\c	enter command mode, tone dial the number
157*0Sstevel@tonic-gate#	ed		expect "ed" (actually "Answered")
158*0Sstevel@tonic-gate#
159*0Sstevel@tonic-gate#			Once transparent data mode is enabled, you
160*0Sstevel@tonic-gate#			cannot enter the interactive mode from the data mode.
161*0Sstevel@tonic-gate##########
162*0Sstevel@tonic-gateatt2212c =+-, "" atzod,o12=y,o4=n\r\c \006 atT\T\r\c ed
163*0Sstevel@tonic-gateatt2212C =+-, "" atzod,o12=y,o4=n\r\c \006 atT\T\r\c ed
164*0Sstevel@tonic-gate
165*0Sstevel@tonic-gate##########
166*0Sstevel@tonic-gate#  AT&T DATAPHONE II 2224B Modem
167*0Sstevel@tonic-gate#
168*0Sstevel@tonic-gate#	For normal operation dip switch S1 switch 2 should be OPEN.
169*0Sstevel@tonic-gate#	This disables ENTER INTERACTIVE WITH <CR>.
170*0Sstevel@tonic-gate#
171*0Sstevel@tonic-gate#	Commands:	Explanation:
172*0Sstevel@tonic-gate#	------------	---------------------------------------------------
173*0Sstevel@tonic-gate#	=+-,		'+' for secondary dial tone, ',' for pause
174*0Sstevel@tonic-gate#	""		expect nothing
175*0Sstevel@tonic-gate#	atT\T\r\c	enter command mode, tone dial the number
176*0Sstevel@tonic-gate#			(substitute 'P' for first 'T' for pulse dialing)
177*0Sstevel@tonic-gate#	ed		expect "ed" (actually "Answered")
178*0Sstevel@tonic-gate##########
179*0Sstevel@tonic-gateatt2224b =+-, "" atT\T\r\c ed
180*0Sstevel@tonic-gateatt2224B =+-, "" atT\T\r\c ed
181*0Sstevel@tonic-gate
182*0Sstevel@tonic-gate##########
183*0Sstevel@tonic-gate#  AT&T DATAPHONE II 2224CEO Modem
184*0Sstevel@tonic-gate#
185*0Sstevel@tonic-gate#	The 2224CEO Modem supports MNP error control protocol.
186*0Sstevel@tonic-gate#	This entry will use MNP if it is also available on the
187*0Sstevel@tonic-gate#	remote end.
188*0Sstevel@tonic-gate#
189*0Sstevel@tonic-gate#	For normal operation, dip switch S1 switch 3 should be UP.
190*0Sstevel@tonic-gate#	This disables ENTER INTERACTIVE WITH <CR>.
191*0Sstevel@tonic-gate#
192*0Sstevel@tonic-gate#	When used with an EPORTS board on a 3B2, it is recommended that
193*0Sstevel@tonic-gate#	hardware flow control be enabled on the board and that the
194*0Sstevel@tonic-gate#	corresponding second set of entries below be used.
195*0Sstevel@tonic-gate#	(i.e. change \\q0 to \\q3 below - use CTS/RTS flow control)
196*0Sstevel@tonic-gate#
197*0Sstevel@tonic-gate#	Commands:	Explanation:
198*0Sstevel@tonic-gate#	------------	---------------------------------------------------
199*0Sstevel@tonic-gate#	=+-,		'+' for secondary dial tone, ',' for pause
200*0Sstevel@tonic-gate#	""		expect nothing
201*0Sstevel@tonic-gate#	atzod,		enter command mode, reset options to default values,
202*0Sstevel@tonic-gate#	o12=y,		set option 12 to 'y' (transparent data mode)
203*0Sstevel@tonic-gate#	o4=n,		set option 4 to 'n' (don't disconnect on rcvd spaces)
204*0Sstevel@tonic-gate#	\\n3		select normal operating mode
205*0Sstevel@tonic-gate#	\\c1		modem does not buffer data
206*0Sstevel@tonic-gate#	\\j0		do not autobaud modem serial port
207*0Sstevel@tonic-gate#	\\q0		no flow control
208*0Sstevel@tonic-gate#	\\g0\r\c	no modem port flow control
209*0Sstevel@tonic-gate#	\006		Wait for ACK
210*0Sstevel@tonic-gate#	atT\T\r\c	enter command mode, tone dial the number
211*0Sstevel@tonic-gate#			(substitute 'P' for first 'T' for pulse dialing)
212*0Sstevel@tonic-gate#	Connected	expect "ed" (actually "Connected")
213*0Sstevel@tonic-gate#
214*0Sstevel@tonic-gate#			Once transparent data mode is enabled, you
215*0Sstevel@tonic-gate#			cannot enter the interactive mode from the data mode.
216*0Sstevel@tonic-gate##########
217*0Sstevel@tonic-gateatt2224ceo =+-, "" atzod,o12=y,o4=n,\\n3\\c1\\j0\\q0\\g0\r\c \006 atT\T\r\c Connected
218*0Sstevel@tonic-gateatt2224CEO =+-, "" atzod,o12=y,o4=n,\\n3\\c1\\j0\\q0\\g0\r\c \006 atT\T\r\c Connected
219*0Sstevel@tonic-gate#att2224ceo =+-, "" atzod,o12=y,o4=n,\\n3\\c1\\j0\\q3\\g0\r\c \006 atT\T\r\c Connected
220*0Sstevel@tonic-gate#att2224CEO =+-, "" atzod,o12=y,o4=n,\\n3\\c1\\j0\\q3\\g0\r\c \006 atT\T\r\c Connected
221*0Sstevel@tonic-gate
222*0Sstevel@tonic-gate##########
223*0Sstevel@tonic-gate#  AT&T DATAPHONE II 2224G Modem
224*0Sstevel@tonic-gate#
225*0Sstevel@tonic-gate#	The 2224G Modem supports MNP error control protocol.
226*0Sstevel@tonic-gate#	This entry will use MNP if it is also available on the
227*0Sstevel@tonic-gate#	remote end.
228*0Sstevel@tonic-gate#
229*0Sstevel@tonic-gate#	For normal operation, dip switch S1 switch 3 should be RIGHT.
230*0Sstevel@tonic-gate#	This disables ENTER INTERACTIVE WITH <CR>.
231*0Sstevel@tonic-gate#
232*0Sstevel@tonic-gate#	When used with an EPORTS board on a 3B2, it is recommended that
233*0Sstevel@tonic-gate#	hardware flow control be enabled on the board and that the
234*0Sstevel@tonic-gate#	corresponding second set of entries below be used.
235*0Sstevel@tonic-gate#	(i.e. change \\q0 to \\q3 below - use CTS/RTS flow control)
236*0Sstevel@tonic-gate#
237*0Sstevel@tonic-gate#	Commands:	Explanation:
238*0Sstevel@tonic-gate#	------------	---------------------------------------------------
239*0Sstevel@tonic-gate#	=+-,		'+' for secondary dial tone, ',' for pause
240*0Sstevel@tonic-gate#	""		expect nothing
241*0Sstevel@tonic-gate#	atzod,		enter command mode, reset options to default values,
242*0Sstevel@tonic-gate#	o12=y,		set option 12 to 'y' (transparent data mode)
243*0Sstevel@tonic-gate#	o4=n,		set option 4 to 'n' (don't disconnect on rcvd spaces)
244*0Sstevel@tonic-gate#	o1=n\r\c	set option 1 to 'n' (don't wait for far end sense first)
245*0Sstevel@tonic-gate#	\006		Wait for ACK
246*0Sstevel@tonic-gate#	atz		enter command mode
247*0Sstevel@tonic-gate#	\\n3		select auto-reliable operating mode
248*0Sstevel@tonic-gate#	\\c1		select auto-reliable buffering scheme 1
249*0Sstevel@tonic-gate#	\\j0		do not autobaud modem serial port
250*0Sstevel@tonic-gate#	\\q0		no flow control
251*0Sstevel@tonic-gate#	\\g0\r\c	no modem port flow control
252*0Sstevel@tonic-gate#	\datT\T\r\c	delay, enter command mode, tone dial the number
253*0Sstevel@tonic-gate#			(substitute 'P' for first 'T' for pulse dialing)
254*0Sstevel@tonic-gate#	Connected	expect "Connected"
255*0Sstevel@tonic-gate#
256*0Sstevel@tonic-gate#			Once transparent data mode is enabled, you
257*0Sstevel@tonic-gate#			cannot enter the interactive mode from the data mode.
258*0Sstevel@tonic-gate##########
259*0Sstevel@tonic-gateatt2224g =+-, "" atzod,o12=y,o4=n,o1=n\r\c \006 atz\\n3\\c1\\j0\\q0\\g0\r\c "" \datT\T\r\c Connected
260*0Sstevel@tonic-gateatt2224G =+-, "" atzod,o12=y,o4=n,o1=n\r\c \006 atz\\n3\\c1\\j0\\q0\\g0\r\c "" \datT\T\r\c Connected
261*0Sstevel@tonic-gate#att2224g =+-, "" atzod,o12=y,o4=n,o1=n\r\c \006 atz\\n3\\c1\\j0\\q3\\g0\r\c "" \datT\T\r\c Connected
262*0Sstevel@tonic-gate#att2224G =+-, "" atzod,o12=y,o4=n,o1=n\r\c \006 atz\\n3\\c1\\j0\\q3\\g0\r\c "" \datT\T\r\c Connected
263*0Sstevel@tonic-gate
264*0Sstevel@tonic-gate##########
265*0Sstevel@tonic-gate#  AT&T DATAPHONE II 2224 Modem
266*0Sstevel@tonic-gate#
267*0Sstevel@tonic-gate#	This entry is for 2224 with the optional automatic caller.
268*0Sstevel@tonic-gate#	Is is provided only to provide compatibility with previous
269*0Sstevel@tonic-gate#	releases. The entry for the specific model modem you own
270*0Sstevel@tonic-gate#	should be found above.
271*0Sstevel@tonic-gate#
272*0Sstevel@tonic-gate#	Commands:	Explanation:
273*0Sstevel@tonic-gate#	------------	---------------------------------------------------
274*0Sstevel@tonic-gate#	=+-,		'+' for secondary dial tone, ',' for pause
275*0Sstevel@tonic-gate#	""		expect nothing
276*0Sstevel@tonic-gate#	\r\c		send carriage return to enter interactive mode
277*0Sstevel@tonic-gate#	:--:		expect colon.  if don't see it, send newline
278*0Sstevel@tonic-gate#			and expect colon again.
279*0Sstevel@tonic-gate#	T\T\r\c		dial the given number, using touch-tone signaling
280*0Sstevel@tonic-gate#			(change the first T to P if you want to use pulse
281*0Sstevel@tonic-gate#			dialing).
282*0Sstevel@tonic-gate#	red		expect "red" (actually "Answered")
283*0Sstevel@tonic-gate##########
284*0Sstevel@tonic-gateatt2224	=+-,	"" \r\c :--: T\T\r\c red
285*0Sstevel@tonic-gate
286*0Sstevel@tonic-gate##########
287*0Sstevel@tonic-gate#  AT&T DATAPHONE II 2248A Modem
288*0Sstevel@tonic-gate#
289*0Sstevel@tonic-gate#	Commands:	Explanation:
290*0Sstevel@tonic-gate#	------------	---------------------------------------------------
291*0Sstevel@tonic-gate#	=+-,		'+' for secondary dial tone, ',' for pause
292*0Sstevel@tonic-gate#	""		expect nothing
293*0Sstevel@tonic-gate#	atzod,		enter command mode, reset modem, set options to default
294*0Sstevel@tonic-gate#	o12=y\r\c	set option 12 to 'y' (transparent data mode)
295*0Sstevel@tonic-gate#	\006		Wait for ACK
296*0Sstevel@tonic-gate#	atT\T\r\c	enter command mode, tone dial the number
297*0Sstevel@tonic-gate#			(substitute 'P' for first 'T' for pulse dialing)
298*0Sstevel@tonic-gate#	Connected	expect "Connected"
299*0Sstevel@tonic-gate#
300*0Sstevel@tonic-gate##########
301*0Sstevel@tonic-gateatt2248a =+-, "" atzod,o12=y\r\c \006 atT\T\r\c Connected
302*0Sstevel@tonic-gateatt2248A =+-, "" atzod,o12=y\r\c \006 atT\T\r\c Connected
303*0Sstevel@tonic-gate
304*0Sstevel@tonic-gate##########
305*0Sstevel@tonic-gate#  AT&T DATAPHONE II 2296A Modem
306*0Sstevel@tonic-gate#
307*0Sstevel@tonic-gate#	Commands:	Explanation:
308*0Sstevel@tonic-gate#	------------	---------------------------------------------------
309*0Sstevel@tonic-gate#	=+-,		'+' for secondary dial tone, ',' for pause
310*0Sstevel@tonic-gate#	""		expect nothing
311*0Sstevel@tonic-gate#	atzod,		enter command mode, reset options to default values,
312*0Sstevel@tonic-gate#	o12=y,		set option 12 to 'y' (transparent data mode)
313*0Sstevel@tonic-gate#	o50=y,		set option 50 to 'y'
314*0Sstevel@tonic-gate#	o51=n,		set option 51 to 'n' (don't strap CTS/RTS)
315*0Sstevel@tonic-gate#	o55=n,		set option 55 to 'n' (CD does not indicate carrier)
316*0Sstevel@tonic-gate#	o69=n,\r\c	set option 69 to 'n'
317*0Sstevel@tonic-gate#	\006		Wait for ACK
318*0Sstevel@tonic-gate#	atz		enter command mode
319*0Sstevel@tonic-gate#	\\n3		select auto-reliable operating mode
320*0Sstevel@tonic-gate#	\\c1		select auto-reliable buffering scheme 1
321*0Sstevel@tonic-gate#	\\j0		do not autobaud modem serial port
322*0Sstevel@tonic-gate#	\\q0		no flow control
323*0Sstevel@tonic-gate#	\\g0\r\c	no modem port flow control
324*0Sstevel@tonic-gate#	\datT\T\r\c	delay, enter command mode, tone dial the number
325*0Sstevel@tonic-gate#			(substitute 'P' for first 'T' for pulse dialing)
326*0Sstevel@tonic-gate#	Connected	expect "Connected"
327*0Sstevel@tonic-gate#
328*0Sstevel@tonic-gate#	When used with an EPORTS board on a 3B2, it is recommended that
329*0Sstevel@tonic-gate#	hardware flow control be enabled on the board and that the
330*0Sstevel@tonic-gate#	corresponding second set of entries below be used.
331*0Sstevel@tonic-gate#	(i.e. change \\q0 to \\q3 below - use CTS/RTS flow control)
332*0Sstevel@tonic-gate#
333*0Sstevel@tonic-gate##########
334*0Sstevel@tonic-gateatt2296a =+-, "" atzod,o12=y,o50=y,o51=n,o55=n,o69=n\r\c \006 atz\\n3\\c1\\j0\\q0\\g0\r\c "" \datT\T\r\c Connected
335*0Sstevel@tonic-gateatt2296A =+-, "" atzod,o12=y,o50=y,o51=n,o55=n,o69=n\r\c \006 atz\\n3\\c1\\j0\\q0\\g0\r\c "" \datT\T\r\c Connected
336*0Sstevel@tonic-gate#att2296a =+-, "" atzod,o12=y,o50=y,o51=n,o55=n,o69=n\r\c \006 atz\\n3\\c1\\j0\\q0\\g0\r\c "" \datT\T\r\c Connected
337*0Sstevel@tonic-gate#att2296A =+-, "" atzod,o12=y,o50=y,o51=n,o55=n,o69=n\r\c \006 atz\\n3\\c1\\j0\\q0\\g0\r\c "" \datT\T\r\c Connected
338*0Sstevel@tonic-gate
339*0Sstevel@tonic-gate##########
340*0Sstevel@tonic-gate#  Network Listener Service
341*0Sstevel@tonic-gate#  The format of the request to the listener is
342*0Sstevel@tonic-gate#		NLPS:000:001:<service_code>\N\c
343*0Sstevel@tonic-gate#  where <service_code> determines what server the listener invokes.
344*0Sstevel@tonic-gate#  The entry below asks for service code 1.
345*0Sstevel@tonic-gate#
346*0Sstevel@tonic-gate#  If cu & uucico use different service codes, you will have to use
347*0Sstevel@tonic-gate#  separate Dialers files (e.g., Dialers.cico and Dialers.cu).
348*0Sstevel@tonic-gate#  See comments in Sysfiles for instructions.
349*0Sstevel@tonic-gate##########
350*0Sstevel@tonic-gatenls	""	"" NLPS:000:001:1\N\c
351*0Sstevel@tonic-gate
352*0Sstevel@tonic-gate##########
353*0Sstevel@tonic-gate# DATAKIT(r) serial port connection script
354*0Sstevel@tonic-gate#
355*0Sstevel@tonic-gate#	Commands:	Explanation:
356*0Sstevel@tonic-gate#	------------	---------------------------------------------------
357*0Sstevel@tonic-gate#	""		no special character translation table
358*0Sstevel@tonic-gate#	""		expect nothing
359*0Sstevel@tonic-gate#	\d		delay to give some settling time
360*0Sstevel@tonic-gate#	TION:--TION:	wait for the DESTINATION: prompt, if it does not come
361*0Sstevel@tonic-gate#			send a carriage return and wait again.
362*0Sstevel@tonic-gate#	\D		send the specified token
363*0Sstevel@tonic-gate##########
364*0Sstevel@tonic-gatedatakit	""	"" \d TION:--TION: \D
365