IBM H80 Uživatelský manuál Strana 204

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 230
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 203
# %R = paging number
expect "\r" timeout 6 # Confirm successful command.
delay 2 # Wait before hanging up.
send "ATH\r" # Hang up.
expect "\r" timeout 2 # Confirm successful command.
done
ripo: send "AT&F&E2ET\r" # Reset to factory defaults.
# Reliable mode
# Echo off
ignore "\r" or "OK\r\n" timeout 2 # Ignore modem response.
send "AT&E12&E14\r" # Disable pacing
# Disable data compression
expect "\r" or "OK\r\n" timeout 2 # Confirm successful command.
send "AT&SF1&SS9=1\r" # DSR independent of CD.
# Force DSR on.
# CD respond time=1ms
expect "\r" or "OK\r\n" timeout 2 # Confirm commands successful.
send "ATVS=\r" # Numeric response code
# Auto Answer OFF
expect "\r" timeout 2 # Confirm commands successful.
done #
error: # Handle unexpected modem
# responses.
expect "8\r" or "7\r" or "6\r" or "4\r" or "3\r"
delay 2
done
188 RS/6000 Enterprise Server Model H80 Series User's Guide
Zobrazit stránku 203
1 2 ... 199 200 201 202 203 204 205 206 207 208 209 ... 229 230

Komentáře k této Příručce

Žádné komentáře