fbarresi / Sharp7

Nuget package for Sharp7
MIT License
215 stars 75 forks source link

Fail to Get info from S7-300 CPU #36

Closed IvanAstu closed 1 year ago

IvanAstu commented 1 year ago

In file S7Client.cs line 1726 currently is: PDU[24] = (byte)Seq_in;

Should be: S7_SZL_NEXT[24] = (byte)Seq_in;