IBM Enterprise Server H80 Series User Manual

Page 207

Advertising
background image

expect " \r" or "OK\r\n" timeout 2

# Confirm successful command.

send "ATV X S = \r"

# Numeric response code
# AT compatible messages
# Auto-Answer disabled

expect " \r" timeout 2

# Confirm commands successful.

done

#

error:

# Handle unexpected modem

#

responses.

expect "8\r" or "7\r" or "4\r" or "3\r"

delay 2

done

Appendix D. Modem Configurations

191

Advertising