Use Serial.flush() instead of the delay(10); in your arduino code as it sounds like you switching the control pin from TX to RX before all the serial data is sent.
Use Serial.flush() instead of the delay(10); in your arduino code as it sounds like you switching the control pin from TX to RX before all the serial data is sent.