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
AT&FS0=1\r\n
This string sets a U.S. Robotics modem for hardware flow control and auto answer.