|
@@ -86,6 +86,11 @@ namespace UAS_MES.Make
|
|
|
dh = new DataHelper();
|
|
dh = new DataHelper();
|
|
|
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;
|