Script File Command Options |
Top Previous Next |
Command options may be present on certain script file commands following the opcode and any arguments that may be required. Options always begin with the / symbol and must not contain any embedded spaces. For instance, in an option such as /baudrate=9600, you must not put spaces on either side of the equal sign. Many commands support multiple options. Examples of command options are below:
RCVFILE /flush /timeout=0 PROTOCOL "xmodem" /use_checksum USEPORT "COM1" /baudrate=9600 /parity=none /stopbits=1
|