Serial Communication between XBee using Arduino

Priyanshu27:
Error Message:

no matching function for call to 'HardwareSerial::print(uint8_t&, uint8_t&, uint8_t&)'

You need to post the complete program so we can see how all the variables are defined.

The output I want in return should be like in this format:
XBeeId 1: 28,34

And same way I want to get at the receiver side.

I don't believe there is any need for the style XBeeId 1: 28,34. All that needs to be sent is 3 numbers in an array with no colons or commas or text. The receiving program will be written to expect that and everything will be much simpler.

...R