mycroes / Sally7

C# implementation of Siemens S7 connections with a focus on performance
MIT License
56 stars 22 forks source link

Reconsider string handling #36

Open mycroes opened 1 year ago

mycroes commented 1 year ago

Strings are currently read and written inclyding both header bytes. The first byte however indicates the reserved area, as such it should technically never be written at all.