7-8 Talking to the Modems
Initialization Script Example
Setting up a new initialization script is a four step process. The
example given below forces modem 3 to auto answer.
1. Create an empty initialization script.
add init auto_an
2. Define the contents of the new script.
set init auto_an “ATS0=1\r\n”
3. Assign the new script to a port.
set s3 init auto_an
4. Save the new configuration information.
save all
5. Reset the port so your changes take effect.
reset s3
The default initialization string
NETServer/8 and NETServer/16 have a pre-defined initializa-
tion script assigned to all their internal modems. This script is
called USR_int and looks like this:
AT&FS0=1\r\n
This string sets a U.S. Robotics modem for hardware flow
control and auto answer.