Read Serial Number of Xbee

hey everybody,

I was wondering if there is a way to read the serial number of a xbee module via the xbee library for arduino? I couldn't find anything about this in the documentation, but i guess it should definately be possible to read this. If it's not possible, can somebody guide me to a property of the Xbee which is unique, so I can detect automatically which Xbee the one is talking to.

Thanks in advance!

Yours,
mrzl

Hello, I do not using Xbee library, but if there is send command function just send ATSH and ATSL (with enter at the end) and it will give you factory serial high and low. Each 32 bit long.

Yeah, I know you can read all the firmware data via X-CTU, but I wanna read it from my arduino program.