SparkFun Forums 

Where electronics enthusiasts find answers.

All things pertaining to wireless and RF links
By TonyScarpelli
#169437
I have two Xbees communicating all right. The transmitter is sending ASCII code, and I know what it is sending by connecting the receiver with an Xbee Explorer.

The receiver Xbee (Coordinator), is connected to the Arduino via the RX/TX pins.

The script I wrote for getting the Xbee data doesn't work.

I need to be able to see what the Arduino is doing with the data, like through the Serial Monitor.

Is it possible to debug these two things at the same time?

Thanks.