Exemplo n.º 1
0
 private void btnKes_Click(object sender, EventArgs e)
 {
     if (SeriPort.IsOpen == true)
     {
         SeriPort.Close();
     }
 }
Exemplo n.º 2
0
 private void Form1_FormClosed(object sender, FormClosedEventArgs e)
 {
     if (SeriPort.IsOpen == true)
     {
         SeriPort.Close();
     }
 }
Exemplo n.º 3
0
 public void PortKapat()
 {
     StopWatch.Stop();
     SeriPort.Close();
     SeriPortKapandi?.Invoke(SeriPort, EventArgs.Empty);
 }