public override void Stop() //Stop Method. Runs when the user presses the "Stop" button. { SerialController.StopSerial(); updateTimer.Stop(); }