Newbee Xbee connection

Thanks. I was using Serial.Available() and Serial.Read(), but I didn't know that Serial.Read() got the signal one byte at a time. I thought I was getting the whole stream and thought I needed to somehow divide it from there. I'll do some more work and see where this gets me.

Thanks again.