lib60870.NET icon indicating copy to clipboard operation
lib60870.NET copied to clipboard

Wrong LL address from secondary LL with TcpClientVirtualSerialPort

Open rasafitri opened this issue 1 year ago • 1 comments

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.

rasafitri avatar Aug 22 '24 06:08 rasafitri

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!

JoseAurelioPorto avatar Oct 23 '25 15:10 JoseAurelioPorto