I'm trying to get a basic point-to-point setup between an ArduinoUno interfaced with an Xbee (XB-24 ZigBee Series 2.5) and a identical Xbee mounted on a Sparkfun USB Explorer Board plugged into my laptop.
The Xbee on the Arduino has Coordinator AT firmware on it.
PAN ID has been manually configured (69 in my case).
Destination IDs are pointed to the Xbee connected to the laptop (DLHigh = 0013A200; DLLow = 40813BED).
Xbee connected to the laptop has Router AT firmware.
PAN ID has been configured to 69.
Destination ID points to Xbee on Uno (DLHigh = 0013A200; DLLow = 407BCCB4)
Baud rates are both at 9600.
A quick program that simply sets up baud rate to 9600 and Serial.println("Hello!") shows up on the COM port for my ArduinoXbee. I'm trying to get it to on the COM port for my LaptopXbee.
Any advice?