Hello, I have an XBee S6B that is initialized at startup with some AT Commands.
This works fine until at initalization time it found RF data. In this case, it seems to be impossibile to finish my initialization sequence if at the same time there is RF data incoming (that obviously i don't care at initialization time).
In other words, the Command Mode Timeout is set to default (10s), but after entering to command mode, if it receive some RF packet while I am giving some AT command (less than a quarter of second), it back unattendly to data mode, so from this moment any further command are lost and I need to re-enter again to command mode. Sometimes it is not sufficient and i need to hard-reset the module.
There is a way to avoid command mode switch to data mode if a RF packet is received?
Am I doing something wrong?