I know on later Uniflash versions (ie 8.5.0) the uniflash interface supports "Debug Probe Selection" - Select By Serial Number for the .ccxml file. This is useful when multiple of the same programming modules are needed. I have 2 x XDS200 Programmers I use to program the low voltage uP and the high voltage uP.
We are still using some PCs with Windows 7. The latest version of uniflash that supports Window 7 is Uniflash 4.6.0. I noticed the 4.6.0 UI does not have the option for "Debug Probe Selection" - Select By Serial Number. I am able to create the .ccxml file in 8.5.0 to include this option. However, when I try to program using the "Command Line Interface" to automate the programming, I am unable to program the processor.
My question is, does Uniflash support selecting the Debug Port by Serial Number if the .ccxml has the programming modules Serial Number? SInce I don't see the option in the Uniflash 4.6.0 UI I am skeptical that the command line interface will support it. I need to be able to distinguish programming with 1 x XDS200 module vs programming with 1 x XDS200 module in which I program two different processors on the same board. The pictures below show the differences between Uniflash 8.5.0 and Uniflash 4.6.0.


Below are command line prompt examples within the command line interface using command prompt:
When 2 boards are connected 2 commands would be run.
dslite --mode flash --config=F280049C_LaunchPad_One.ccxml --load-settings=F280049C_LaunchPad_One.ufsettings led_ex1_blinky.out
dslite --mode flash --config=F280049C_LaunchPad_Two.ccxml --load-settings=F280049C_LaunchPad_Two.ufsettings other_program.out
Thanks!