I'm using 900mhz xbee-pro modules. Xbee recently came out with an upgraded version with a bit higher power and more sensitivity. The older versions worked fine in my application. I'm using an Arduino clone with the xbee hooked up with the software serial driver to two pins on the processor. The newer Xbees are not 5 volt tolerant, but we are using the processor at 3.3v so that isn't an issue. What is happening is that right after reset the xbee seems to be sending a string of 8 digit hex numbers one after an other, the numbers in an increasing sequence (IE counting up). When the same xbee is sitting in a USB serial xbee adapter it works fine. When in my prototype it comes up in this test mode. Sending the xbee a "+++" string puts it in command mode and it DOES respond to AT commands. However once the command mode times out it's back in the 'test mode' and won't respond to anything other than '+++'.
What is going on???

