RTU response wait time raised to 500 ms

This commit is contained in:
Victor Antonovich 2016-04-25 18:17:11 +03:00
parent 2676b6e886
commit 58244c0176

View File

@ -50,7 +50,7 @@
#define DEFAULT_MAXCONN 32
#define DEFAULT_MAXTRY 3
#define DEFAULT_RQSTPAUSE 100
#define DEFAULT_RESPWAIT 50
#define DEFAULT_RESPWAIT 500
#define DEFAULT_CONNTIMEOUT 60
#define CRCSIZE 2 /* size (in bytes) of CRC */