Explorar el Código

포트 새로고침 재수정 / 5G 최댓값 4000으로 변경

YJ hace 5 años
padre
commit
d53df3f5e2
Se han modificado 2 ficheros con 4 adiciones y 4 borrados
  1. 2 2
      Basic_Terminal/Wnd/Main_Form.Designer.cs
  2. 2 2
      Basic_Terminal/Wnd/Main_Form.cs

+ 2 - 2
Basic_Terminal/Wnd/Main_Form.Designer.cs

@@ -1414,7 +1414,7 @@
1414 1414
             65536});
1415 1415
             this.numericUpDown_PLL_3_5G_UL.Location = new System.Drawing.Point(132, 47);
1416 1416
             this.numericUpDown_PLL_3_5G_UL.Maximum = new decimal(new int[] {
1417
-            3000,
1417
+            4000,
1418 1418
             0,
1419 1419
             0,
1420 1420
             0});
@@ -1435,7 +1435,7 @@
1435 1435
             65536});
1436 1436
             this.numericUpDown_PLL_3_5G_DL.Location = new System.Drawing.Point(132, 19);
1437 1437
             this.numericUpDown_PLL_3_5G_DL.Maximum = new decimal(new int[] {
1438
-            3000,
1438
+            4000,
1439 1439
             0,
1440 1440
             0,
1441 1441
             0});

+ 2 - 2
Basic_Terminal/Wnd/Main_Form.cs

@@ -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
 }