Hi,
My question is about the co-existence of the Arduino IDE Serial Monitor and the XBee Rx and Tx pins. When I connect my Stalker using the UartSBee and upload a sketch, I can write debug info to Serial.println() and read this on the Serial Monitor.
If I also have a XBee connected to my Stalker, how does this work if there is only one Rx and Tx port on the Stalker?
I am wondering if the UartSBee somehow overrides the XBee and ‘grabs’ the Rx/Tx ports so the XBee can’t use them. If this is the case, then how do you debug (via Serial Monitor) a sketch which needs to write to the XBee?
I can easily do this on other Arduino boards using the SoftwareSerial library (so that I effectively have an extra serial channel to use) but can’t see how to do this on the Stalker because the XBee pins are already hardwired to the shield (and to the CPU pins).
Any ideas on how to debug such a sketch if I can only have one Tx/Rx pair in operation?