Arduino and MYO Armband

Hello,

I'm trying to use the MYO Armband gestures to control and ArduinoUNO and then using an XBEE to control another ArduinoUNO. I'll explain more below, but tell me if you think it's possible.

I'm following an tutorial on instructables, but taking it a step further. Also for clarity, since I'm using two Arduino UNOs; Arduino1 receives signals from the MYO and Arduino2 receives signals from Arduino1.

I went through the tutorial and can control that Arduino1 fine, but then change the case statements that light up leds to serial print statements, which would control Arduino2 it doesn't receive the signal. I think it's because Arduino1 is sending the serialprint statements to the computer and then to the MYO instead of through the XBEE Shield. Since there is one RXTX port on Arduino UNO.

Is it accurate for me to think this? Any opinions or thoughts are welcome and appreciated.

Thanks!

Link to instructables: http://www.instructables.com/id/Gesture-Enable-your-Arduino-Project-with-a-Myo-Arm/

Is it accurate for me to think this?

Absolutely!
Maybe not.

Who knows?