I'm trying to switch from the XCTU gui app to the command-line XCTUcmd to apply configuration profiles to a group of XBee3-Z-TH devices. the gui app succeeds but the command line fails with
[ERROR 112] Load profile error: Error writing the following AT parameters:
- SM: Invalid parameter
i opened the profile and the xml file shows nothing strange:
<data>
<profile>
<profile_version>1</profile_version>
<description_file>XB3-24Z/XB3-24Z_100A-th.xml</description_file>
<flash_fw_action>1</flash_fw_action>
<description xml:space="preserve"></description>
<reset_settings>true</reset_settings>
<settings>
<setting command="ID">2019</setting>
<setting command="JV">1</setting>
<setting command="PL">3</setting>
<setting command="SM">1</setting>
<setting command="AP">1</setting>
<setting command="BD">5</setting>
</settings>
</profile>
</data>
why would one work and the other not?
thanks.
bill