GitHub user mjoseph909 closed a discussion: PLC4J EIP
I'm trying to use the EIP protocol in the connection string to communicate with a Compact GuardLogix 5380 5069 -L306ERMS2 processor; however, after specifying big endian as false, I'm still getting an error that the remote device doesn't use big endian byte order. Here is my connection string: String connectionString = "eip://192.168.10.2:44818?big-endian=false"; Here is the error I'm getting: [nioEventLoopGroup-2-1] WARN io.netty.channel.DefaultChannelPipeline - An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception. io.netty.handler.codec.DecoderException: org.apache.plc4x.java.api.exceptions.PlcRuntimeException: The remote device doesn't seem to use BIG_ENDIAN byte order. Additionally, I have the dependency in the pom file. Any help would be appreciated, as I'm new to using PLC4X. Thanks! GitHub link: https://github.com/apache/plc4x/discussions/1982 ---- This is an automatically sent email for dev@plc4x.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@plc4x.apache.org