Automatic translation module in bypass mode

Hi guys.
I see that many have faced the problem of automatic translation module in bypass mode.
Has anyone solved this problem?
Can you share your method?
I have a problem transferring data from Arduino with Xbee module. When connecting the power supply module is waiting for user commands to go to bypass.
The only thing that popped into my head, it is sent to the Arduino serial connection to the symbol ‘B’ with all the delays and load characteristics of bootloader. This in theory should work. I’ll try.

Hi,

I never faced this problem with the modules, still the problem exists? contact Digi technical support, create an online support request at the below link, http://www.digi.com/support/eservice/login.jsp , digi technical guys will help you.
If the problem is already solved, can you please update the forum.

Hello Kirill. You always can flash a firmware to the Programmable XBee to force a reset to bypass with function:

sys_reset(APP_CAUSE_BYPASS_MODE);

By the way and as a curiosity: why are you using a Programmable XBee with an Arduino?

1 Like