Example #1
0
 public override void Start() //Start Method. Runs when the user presses the "Start" button.
 {
     SerialController.StartSerial();
     updateTimer.Start();
 }