COMMAND |
OPTION |
DESCRIPTION |
END |
  |
Script normal end. |
ERROR |
  |
Script error end. |
PAUSE |
Time |
waiting periods which was specified by "Time". |
TRANSMIT |
"Data" |
Transmits the strings which was specified by "Data". |
WAIT |
Line,Time,"Data" |
Wait for "Data", in the time which was specified by "Time".
If received "Data", jump to "Line".
When timeout occurred, go to next line. |
OPTION |
DESCRIPTION |
Line |
The destination line number in "WAIT" command when "Data" received. |
Data |
The specified strings. In case of "TRANSMIT" command, it means transmit strings.
In case of "WAIT" command, it means receive strings. |
Time |
The wait timer in case of "PAUSE" or "WAIT" command. (secs) |
CHARACTERS |
DESCRIPTION |
$USERID |
"(User ID)" |
$PASSWORD |
"(Password)" |
^M |
Carriage return code (0x0D) |
|