1
\$\begingroup\$

Does anyone know how to resolve the 64 bit address of a remote xbee (series 2) using the Xbee Arduino library (http://code.google.com/p/xbee-arduino) ?

The getRemoteAddress() public function of class ZBTxRequest returns only the the 16 bit address.

\$\endgroup\$

1 Answer 1

1
\$\begingroup\$

You should use the method getAddress64() documented here

It will give you back a XBeeAddress64 object though.

if you need the address itself you need to concatenate it with the methods getLSB and getMSB like this .

tx.getRemoteAddress64().getLsb() 

hope this was useful

\$\endgroup\$

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.