lib60870.NET
lib60870.NET copied to clipboard
Wrong LL address from secondary LL with TcpClientVirtualSerialPort
In the CS101Master constructor with Stream the secondaryLinkLayer is not set like in the constructor with SerialPort. Therefore, the linklayeraddress of the secondary link layer is also not set and stay as 0. Therefore, the wrong address (0) is sent within the FixedFrame.
I am trying to use TcpIp in my IEC101 Slave program. It receives the connection, but the RUN for receive data looping dont works! Messages comes in (i see in WireShark) but the Reader dos not work, Have a hint about what i am doing wrong? The same program using Serial Port is working very good!