Exemple #1
0
 private void Button1_Click(object sender, EventArgs e)
 {
     Serial = new SerialServer(comboBox1.SelectedItem.ToString());
 }