我建议用串行中断子程序,基本不会错.void serialEvent(){//statements} int inByte = Serial.read(); Serial.write(inByte);}这个函数错误很小