I am using two XBee modules trying to get line passing to work.
On my local module I have one input that is ‘line passed’ to an output on a remote module. That works!
Now I connect the input on my local module to an output on the same module.
I change the local output in AT command mode.
If sample rate (IR) is set the output on the remote changes after leaving command mode because the IO data is sent cyclic.
If I use change detect (IC) and set IR=0 then nothing happens on the remote output.
I think that when in command mode the change detect does not work and no IO update message is transmitted to a remote module.
Is there a possibility to force IO data to be sent once when in command mode?
I don’t want to use automatic sampling (IR>0) because it interferes with the communication in transparent mode!