While Receiving frames from xbee i am getting 3 frames, but in byte array its showing data of only one frame. How to get all the 3 frame data in byte array? I am using these two commands to read data and print the data in byte array.
xbee_message =local_device.read_data()
data = xbee_message.data