void setup() { // start up the serial connection with 9600-8-n-1-true (non-inverted): Serial.begin(9600); } void loop(){ //send text to XBee Serial.print("test"); delay(500); }