AutoTest Sytem Operation
Subject to Export Control, see Cover Page for details.
5-40
Config Commands
baud_usb_to_serial [ int 0 - 9 ]
Sets baud rate for serial port. Parameter 0-9 represents 300baud, 1200baud, 2400baud,
4800baud, 9600baud, 19200baud, 38400baud, 57600baud, 115200baud and 230400baud.
timeout_usb_to_serial [ int microseconds ]
Sets time-out values for the read to time-out when in blocking mode and the time between write
and read inside the query command.
Format: microseconds
wait_usb_to_serial [ int microseconds ]
Sets time-out values for the interleaving a time-out between any two commands. (e.g., between
write and read commands).
charsize_usb_to_serial [ int 0/1 ]
Sets the character size to CS7 or CS8.
0 = CS7
1 = CS8 (Default)
parity_usb_to_serial [ int 0 - 3 ]
Sets the parity for RS232 communications.
0 = No Parity (Default)
1 = Even Parity
2 = Odd Parity
3 = Space Parity
hwflowcontrol_usb_to_serial [ int 0/1 ]
Enables/Disable hardware flow control.
0 = Disable
1 = Enable
swflowcontrol_usb_to_serial [ int 0/1 ]
Enables/Disable software flow control.
0 = Disable
1 = Enable
termination_usb_to_serial
Sets the termination character for write and query commands.
Format: The Integer equivalent of the ASCII value (Default is 13)