SetJTAGDeviceAndConnect Method
This function is used to isolate a single target JTAG device in a JTAG chain and connect to it.
Syntax
object.SetJTAGDeviceAndConnect( _
[ nPowerTarget As Long, ]_
[ nDevicesBeforeTarget As Long, ]_
[ nDevicesAfterTarget As Long, ] _
[ IRBitsBeforeTarget As Long, ] _
[ IRBitsAfterTarget As Long ] _
)
Parameters
nPowerTarget
If this parameter is set to '1', the USB Debug Adapter will be configured to continue
supplying power after it has been disconnected from the target device. The default is '0',
configuring the adapter to discontinue supplying power when disconnected.
A Long number of devices in the JTAG chain before the target device.
The default is '0'.
nDevicesBeforeTarget
A Long number of devices in the JTAG chain before the target device.
The default is '0'.
nDevicesAfterTarget
A Long Number of devices in the JTAG chain after the target device.
The default is '0'.
IRBitsBeforeTarget
The sum (Long) of instruction register bits in the JTAG chain before the target device.
The default is '0'.
IRBitsAfterTarget
The sum (Long) of instruction register bits in the JTAG chain after the target device.
The default is '0'.