gxSetAutoConnectEndDevice (string sDeviceHandle, bool set)

Set autoconnect feature for a connected programmer.

Parameters:

sDeviceHandle - programmer identifier. It normally consist of the string "ed" followed by an optional number, such as "ed0", "ed1", etc.
set - true for setting, false for resetting autoconnect.

Example:

gxSetAutoConnectEndDevice("ed0",true); 

See also:

gxImportProject, gxStartAction

► latest version online