Table of Contents Previous topic Next topic
Terminal Emulation->Download Scripts->Script Commands->Wait for Time
WAIT FOR TIME time-out
The WAIT FOR TIME script command instructs the Embedded Development Studio to wait for a period of time. The period of time is in milliseconds.
The format for the WAIT FOR TIME command must be strictly adhered to. The command words WAIT FOR TIME must be uppercase, must start at the beginning of a line and there must be exactly one space character between each of the three words.
Example:
WAIT FOR TIME 300
This will cause a wait period of 300 milliseconds to occur.