I'm trying to get two XBee units to communicate wirelessly, but I'm not having any luck. I've looked at a lot of tutorials and copied code and even tweaked the copied code, but still to no avail. As of right now, I think the issue has to do with the shield I'm using for the XBee (SparkFun XBee Shield - WRL-12847 - SparkFun Electronics). Normally the XBee uses the serial port on the Arduino to communicate, but that is how this shield communicates with the computer. I've tried implementing the same setup using the software serial library, but no success so far.
Any suggestions would be much appreciated. So far I haven't found any tutorials, etc. using the sparkfun shield mentioned above so I don't know if that's actually the problem.
Thanks!