|
@@ -2838,7 +2838,7 @@ namespace MOKA_Factory_Tools
|
|
|
return false;
|
|
|
}
|
|
|
|
|
|
- tryCount = 10;
|
|
|
+ tryCount = 50;
|
|
|
while (reallyLength < dataLen)
|
|
|
{
|
|
|
if (tryCount-- == 0)
|
|
@@ -2846,7 +2846,7 @@ namespace MOKA_Factory_Tools
|
|
|
// 读取剩余数据;
|
|
|
int len = Comport.Read(receive2Data, reallyLength, 20480 - reallyLength);
|
|
|
reallyLength += len;
|
|
|
- Thread.Sleep(30);
|
|
|
+ Thread.Sleep(20);
|
|
|
}
|
|
|
|
|
|
if (reallyLength < dataLen)
|