Uses XBEE PRO PROGRAMABLE w/ Java

Hello!

I have bought a XBEE Pro S2C Programable, I can connect XCTU to it, (indicating that it is a programable device).

But, when I’m using java library, I get the next exception:
“InvalidOperatingModeException”.

The same code I use for S2B (No programable) and it works fine. I have looked through the documentation and it seems it doesn’t have the booleader active. I have followed the tutorials but I couldn’t get it.
There is way to get a XBEE Programable devices with java?

You need to load an application on the Freescale processor first. Otherwise the Java app can’t talk to the RF processor.

Do I need the complete kit for program the radio?
I mean, something like one of these:
XKA2C-Z7T-U
XKB2-Z7T-WZM
XKB2-Z7T-WTZM

No, none of them would do what you need. You need a development board such as the XBIB-U-DEV along with a BDM programmer and the FreeScale SDK software in which to write and port over an application. That application would need to be written to understand what it is you are asking the Freescale processor to do.

Ok!
Thank you