public void StartMeasure() { if (!Serial.IsConnected) { return; } Serial.WriteData(new byte[] { 0x01 }); }