MODEMCMD        Send AT command string to modem

Top  Previous  Next

Syntax:

MODEMCMD

[ cmd ]

Arguments:

[ cmd ]

Variable or string defining the AT command to be sent to the modem

Options:

/enableresp

Enable modem response; required if MODEMRESP script command is going to be used to read response to the command

 

 

This script command sends a user specified command to a Hayes compatible modem. The link cannot be connected when issuing this command.

 

Consider the following example.

 

       MODEMCMD "ATW2"

 

Related Command(s):        MODEMRESP, MODEMDEFAULTS, MODEMRESET, DIAL, ANSWER