设备端参数调整为500 1500

This commit is contained in:
cdyong 2015-12-31 06:47:54 +00:00
parent aed491de9a
commit 01d24722d0
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ TinyClient* CreateTinyClient(ITransport* port)
if(strcmp(port->ToString(), "ShunCom") == 0) if(strcmp(port->ToString(), "ShunCom") == 0)
{ {
//ctrl.Timeout = -1; //ctrl.Timeout = -1;
ctrl.Interval = 200; ctrl.Interval = 500;
ctrl.Timeout = 1500; ctrl.Timeout = 1500;
} }
else if(strcmp(port->ToString(), "R24") == 0) else if(strcmp(port->ToString(), "R24") == 0)