With 1.5.2 there is serielEvent problem in the core. by adding this code: void serialEventRun(void) { if (Serial.available()) serialEvent(); } works for serial but don't work for serialEvent1,2,3?