فهرست منبع

称重调试异常处理

Hcsy 8 سال پیش
والد
کامیت
00d4557007
1فایلهای تغییر یافته به همراه10 افزوده شده و 0 حذف شده
  1. 10 0
      UAS-MES/FunctionCode/SystemSetting/SystemSetting_ScaleTest.cs

+ 10 - 0
UAS-MES/FunctionCode/SystemSetting/SystemSetting_ScaleTest.cs

@@ -39,6 +39,16 @@ namespace UAS_MES.SystemSetting
 
         private void StartTest_Click(object sender, EventArgs e)
         {
+            if (this.ComList.Text == "")
+            {
+                MessageBox.Show("端口号不可为空");
+                return;
+            }
+            if (this.BaudRate.Text == "")
+            {
+                MessageBox.Show("波特率不可为空");
+                return;
+            }
             thread = new Thread(GetSerialData);
             try
             {