Currently the Arduino Serial.readString() method uses a timeout to determine if more data is coming in. This timeout is basically 80% of the whole switch time. It can be reduced further by reducing ...