Hi,
i found something new:
I logged the Packetstructure which works between two Sensor-Nodes and
the Packetstructure which the xbee-api outputs.
In the Version of the xbee-api, there is a lack of 6 byte.
Sensor-Node:
7E 00 14 00 52 00 7D 33 <A2 00 40 86 7A 5D> 00 52 01 23 00 56 78 48 69
21 45
XBEE-API:
7E 00 0E 00 52 00 7D 33 <A2 00 40 86 7A EC> 00 -- -- -- -- -- -- 48 69
21 FA
The Payload of both messages was: <48 69 21>
I put brackets around the mac-adresses, but the first byte is not
actually there.
In the Bytes which are not in the packet, there seems to be: 52<-frame-
id
01 23<- Maybe the Destination-16bit-address? (Set to 1234)
56 78<-The Origin-16bit-address!
Is there any way to get the missing bytes into the packet?
Best regards
Lars