|
@@ -14,10 +14,10 @@ import com.ydl.iec.iec104.enums.UControlEnum;
|
|
|
public class Iec104Util {
|
|
|
|
|
|
private static int controlLength = 4;
|
|
|
- // public static String host = "192.168.2.21";
|
|
|
- // public static int port = 8404;
|
|
|
- public static String host = "127.0.0.1";
|
|
|
- public static int port = 2404;
|
|
|
+ public static String host = "192.168.2.21";
|
|
|
+ public static int port = 8404;
|
|
|
+ // public static String host = "127.0.0.1";
|
|
|
+ // public static int port = 2404;
|
|
|
/**
|
|
|
* I 格式 低位在前
|
|
|
* @param accept 接收序列号
|