|
@@ -68,7 +68,7 @@ namespace RF_TRIO_PLL_ZIG
|
68
|
68
|
|
69
|
69
|
private void ComboBox_Port_SelectedIndexChanged(object sender, EventArgs e)
|
70
|
70
|
{
|
71
|
|
- // serial.Serial_Name = comboBox_Port.SelectedItem.ToString();
|
|
71
|
+ serial.Serial_Name = comboBox_Port.SelectedItem.ToString();
|
72
|
72
|
}
|
73
|
73
|
|
74
|
74
|
private void Button_terminal_Click(object sender, EventArgs e)
|
|
@@ -776,7 +776,7 @@ namespace RF_TRIO_PLL_ZIG
|
776
|
776
|
}
|
777
|
777
|
private void comboBox_Port_MouseDown(object sender, MouseEventArgs e)
|
778
|
778
|
{
|
779
|
|
- serial.SetPortNameValues(comboBox_Port);
|
|
779
|
+ // serial.SetPortNameValues(comboBox_Port);
|
780
|
780
|
}
|
781
|
781
|
}
|
782
|
782
|
}
|