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