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