HOW TO BREAK?

[ul]
#include
#include

void main(void)
{
sys_hw_init();
sys_xbee_init();
sys_app_banner();
sys_reset(APP_CAUSE_BYPASS_MODE);
for (;:wink: {
/* Write your code here… */
sys_watchdog_reset();
sys_xbee_tick();
}
}
[/ul]

how to turn command mode
the code can’t auto into radio mode,
and can’t enter any command…

You are referring to a Programmable radio. To use AT command mode, you need to load the transparent app.

The application is called serial_bypass now.

That is the one I am referring to.