fixed ReadSZL function

- fix #36
This commit is contained in:
Federico Barresi
2023-05-11 22:26:53 +02:00
parent 5d92d8b3a3
commit 26484df059

View File

@@ -1723,7 +1723,7 @@ namespace Sharp7
else
{
S7_SZL_NEXT.SetWordAt(11, ++Seq_out);
PDU[24] = (byte)Seq_in;
S7_SZL_NEXT[24] = (byte)Seq_in;
SendPacket(S7_SZL_NEXT);
}
if (_LastError != 0)