After opening 802.15.4 XStick, I locate a remote XBee node and setParameter("MY", 0x03B9);
After this parameter is updated, the following call to applyChanges or writeChanges fails with TX Failure.
Updating other fields works fine. setParameter(RN,3) followed by writeChanges works as expected.
What steps are required to update the MY field of a remote node using 802.15.4 through the Java library?
Is there an example of updating the MY field programmatically?