xbee to xbee communication without MCU help needed.

As part of a bigger project I am trying to get 2 of the XBee® ZNet 2.5 (Series 2) modems to interact as follows: Press a button on xbee 1 and LED lights on xbee 2 using pin 20 (D0). Rob Faludi suggests it is doable here:
http://www.faludi.com/2006/12/03/xbee-direct-io-with-adc/

I have each xbee on a separate breadboard without a microcontroller. I have worked through getting them to communicate with one another using the 2-terminal method (typing on one terminal shows output on second terminal). That all works. Before I get too deep here, I would like to ask the very basic question: Is it possible to have 2 stand-alone xbees interact as I described (press button on one causes LED to light on other)?

Here are the contents of the .pro files from XCTU:

Router:
XB24-ZB_2270.mxi
80
0
251
2270
0
[A]ID=2001
[A]SC=1FFE
[A]SD=3
[A]ZS=0
[A]NJ=FF
[A]NW=0
[A]JV=1
[A]JN=1
[A]DH=13A200
[A]DL=4069532F
[A]NI=
[A]NH=1E
[A]BH=0
[A]AR=FF
[A]DD=20000
[A]NT=3C
[A]NO=0
[A]SE=E8
[A]DE=E8
[A]CI=11
[A]PL=4
[A]PM=1
[A]EE=0
[A]EO=0
[A]BD=3
[A]NB=0
[A]SB=0
[A]RO=3
[A]D7=1
[A]D6=0
[A]CT=64
[A]GT=3E8
[A]CC=2B
[A]SM=0
[A]SN=1
[A]SO=0
[A]SP=20
[A]ST=1388
[A]D0=4
[A]D1=0
[A]D2=0
[A]D3=0
[A]D4=0
[A]D5=1
[A]P0=1
[A]P1=0
[A]P2=0
[A]PR=1FFF
[A]LT=0
[A]RP=28
[A]IR=200
[A]IC=0
[A]V+=0

Coordinator:
XB24-ZB_2070.mxi
80
0
251
2070
0
[A]ID=2001
[A]SC=1FFE
[A]SD=3
[A]ZS=0
[A]NJ=FF
[A]DH=13A200
[A]DL=406952F3
[A]NI=
[A]NH=1E
[A]BH=0
[A]AR=FF
[A]DD=20000
[A]NT=3C
[A]NO=0
[A]SE=E8
[A]DE=E8
[A]CI=11
[A]PL=4
[A]PM=1
[A]EE=0
[A]EO=0
[A]BD=3
[A]NB=0
[A]SB=0
[A]RO=3
[A]D7=1
[A]D6=0
[A]CT=64
[A]GT=3E8
[A]CC=2B
[A]SP=20
[A]SN=1
[A]D0=3
[A]D1=0
[A]D2=0
[A]D3=0
[A]D4=0
[A]D5=1
[A]P0=1
[A]P1=0
[A]P2=0
[A]PR=1FFF
[A]LT=0
[A]RP=28
[A]IR=200
[A]IC=80
[A]V+=0

Thank you very much for looking.

Rob

For such DIO line passing, you should use XBee 802.15.4 (Series 1) Modules.

Hi shahrj,

having the same problem as rob, can I change the firmware
of a series 2 module so as to run as a series 1 module?

As I understand the manual if there is no DIO line passing used or possible,
the data should be put out on the serial port of the destination module.
But that doesn’t work either.

I found descriptions of AT-commands IU/IA/IT which always result in errors.

I would appreciate any answer.
Detlef

@DWK:

Sorry, there’s no way the series 2 modules can run the firmware for series 1 because the hardware is very different. If you need a feature that’s available on series 1 and not on series 2, you’ll have to use the series 1 modules or find another solution within the supported series 2 features.