SparkFun Forums 

Where electronics enthusiasts find answers.

All things pertaining to wireless and RF links
By barak8
#168770
Hello,
How do I control my end point xbee I/O from my coordinate xbee?
After I gave him DH and DL?
is it just ATD04? Or I might need to refare the at command to the specific end point?

I am not looking for PTP communication.
Thank you.
By waltr
#168771
Use the AP remote commands as listed in the XBee document found on Digi Int's web site.
By barak8
#168789
I red the document several times. Can you please give me a AT command? I was abale to communicate with the 2 xbees, but not to use the IOs.
Thank you.
By waltr
#168800
I meant to type API commands. To do this the local XBee must be in API command mode (see API operation in doc) and then use the AT Queue Parameter Value (API ID 0x09) which the remote XBee will return a Command Response packet (API ID 0x88) containing the I/O data.

This is assuming your are using Series 1 XBees. Are you?
By ander.dominguez
#168802
This is a good explanation of how to use Remote AT Commands to change I/O:
http://www.digi.com/support/kbase/kbase ... tl?id=3221
Despite this is for Series 2 Xbees, you can use nearly the same for Series 1.
If you were to use any other AT command, you'd have to choose the AT Command that best fitted you from the page 28-35:
https://www.sparkfun.com/datasheets/Wir ... asheet.pdf
And do s/t similar.
By barak8
#168805
ander.dominguez wrote:This is a good explanation of how to use Remote AT Commands to change I/O:
http://www.digi.com/support/kbase/kbase ... tl?id=3221
Despite this is for Series 2 Xbees, you can use nearly the same for Series 1.
If you were to use any other AT command, you'd have to choose the AT Command that best fitted you from the page 28-35:
https://www.sparkfun.com/datasheets/Wir ... asheet.pdf
And do s/t similar.
Thank you! the first link was very helpfull!