Missing Types at Serialization
TobyStoe opened this issue · 2 comments
TobyStoe commented
I tried to use the .Write Method with different Datatypes. It seems like there are missing some Datatypes for the Serialization.
S7.Net.Protocol.Serialization.SerializeValue
Missing Types are:
[S7]/[C#]
- sInt/sByte
- LInt/Int64
- ULInt/UInt64
And the Array-Version of these 3
mycroes commented
Yes, these are indeed missing. I'm quite time constrained so I won't make any promises about adding them, shouldn't be too hard to add them similar to the current implementations though.