I have a gps receiver connected to a XBee 900 Pro sending gps data to the collector mounted(XBee 900 Pro) on a USB adapter. Our software is reading the gps data with no problems and showing position on a map.
I would like “My Address” included in the gps string so our tracking program knows which module has sent the gps string and can assign a name for the module (vehicle or asset) and show multiple vehicles or a assets on a map. I am assuming there has to be an API Command to do this.
That only requires the receiving radio to be in API mode. Then all data being received over the RF port will be sent out as a Rx packet which will include the transmitters 64 bit MAC address along with the data.
I did according to your instructions, but there is garbled data at the beginning of the gps strings but no 64 bit Mac Address.
The API frames are in Hex characters. That Garbled data is the bulk of that API frame.