Beispiel #1
0
 private void disconnectBtn_Click(object sender, EventArgs e)
 {
     disconnectBtn.Enabled = false;
     serialPort.Close();
 }