There is a way to “stop” XBee3 module radio receiver part so I can send new API commands (new configurations) with related XBee3 replies without receive also packets from the radio module ?
I’m using UART.
Eg:
← received radio packet (0x81)
← received radio packet (0x81)
→ AT API command to disable radio module reception
→ idle time
→ new AT API command (settings)
→ new AT API command (settings)
→ new AT API command (settings)
→ AT API command to enable radio module reception
← received radio packet (0x81)
← received radio packet (0x81)
<…
Thank you in advance for answers
Best Regards