|
@@ -90,11 +90,6 @@ namespace UAS_MES.Make
|
|
|
catch (Exception) { }
|
|
catch (Exception) { }
|
|
|
thread = new Thread(getSerialData);
|
|
thread = new Thread(getSerialData);
|
|
|
try
|
|
try
|
|
|
- {
|
|
|
|
|
- OutBoxLength.Text = BaseUtil.GetCacheData("OutBoxLength").ToString();
|
|
|
|
|
- }
|
|
|
|
|
- catch (Exception) { }
|
|
|
|
|
- try
|
|
|
|
|
{
|
|
{
|
|
|
GetData = true;
|
|
GetData = true;
|
|
|
serialPort1.PortName = ComList.Text;
|
|
serialPort1.PortName = ComList.Text;
|