Tags: MoratoriamuTamako/s7netplus
Tags
Release S7NetPlus 0.4.0 Release highlights: - Adress checks for bit writes - Support for reading/writing complex objects - Better exceptions on Open(Async) - Revert negotiated max PDU size to 960 - Add Logo0BA8 support - Read/Write-Timeout support on TCP connection - Fix for 0-padding of last dataItem in WriteMultiple - Allow override of default port - Improve exception message when parsing string - Add DateTime type for reading/writing - Verify items fit in a PDU on Read/Write-Multiple - Fix size calculation for bit arrays
Release S7NetPlus 0.3.0 Release highlights: - Replace LastErrorCode and LastErrorString with exceptions - Fix StringEx write support - Add PDB files with SourceLink to NuGet package - Increase PDU size to support larger requests (S7-1500) - Fix String length on write
Release S7NetPlus 0.2.0 Release highlights: - Async API (PR S7NetPlus#111) - NetStandard 1.3 (replaces UWP) and 2.0 support (PR S7NetPlus#123, S7NetPlus#142) - Support for write of multiple DataItems in single request (PR S7NetPlus#121) - Fixed byte order for short[] / Int16[] (S7NetPlus#126, PR S7NetPlus#127) - Fixed negotiated PDU size (S7NetPlus#128, PR S7NetPlus#130) - Added support for float, obsoleted support for double (S7NetPlus#132, PR S7NetPlus#143) - Fixed invalid TPKT length (PR S7NetPlus#152) - Added SourceLink support (PR S7NetPlus#155)