Read many bytes 1500 (develop branch) (#160)

* ReadBytesWithSingleRequest cannot read >491 Bytes on S7-1500
This commit is contained in:
Raphael Schlameuß
2018-07-11 10:15:08 +02:00
committed by GitHub
parent a5d3c70373
commit 214a7a73c8
3 changed files with 3 additions and 3 deletions

View File

@@ -75,7 +75,7 @@ namespace S7.Net.UnitTest
destTsap1, destTsap2, //Destination TASP
192, //Parameter Code (tpdu-size)
1, //Parameter Length
9 //TPDU Size (2^9 = 512)
11 //TPDU Size (2^11 = 2048)
};
}
}