Dacs7 2.1.0-beta3

This is a prerelease version of Dacs7.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Dacs7 --version 2.1.0-beta3
NuGet\Install-Package Dacs7 -Version 2.1.0-beta3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Dacs7" Version="2.1.0-beta3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Dacs7 --version 2.1.0-beta3
#r "nuget: Dacs7, 2.1.0-beta3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Dacs7 as a Cake Addin
#addin nuget:?package=Dacs7&version=2.1.0-beta3&prerelease

// Install Dacs7 as a Cake Tool
#tool nuget:?package=Dacs7&version=2.1.0-beta3&prerelease

Dacs7 (Data Access S7) is a library to communicate with a Siemens S7 and TIA PLC.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 is compatible.  netcoreapp2.2 is compatible.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.6 1,331 3/24/2022
2.2.5 473 3/17/2022
2.2.4 555 7/21/2021
2.2.3 983 10/13/2020
2.1.6 606 4/23/2020
2.1.5 549 4/21/2020
2.1.4 601 3/9/2020
2.1.3 658 3/7/2020
2.1.2 546 2/28/2020
2.1.1 552 2/17/2020
2.1.0-beta6 451 12/12/2019
2.1.0-beta3 516 7/30/2019
2.0.0 902 2/4/2019
2.0.0-beta9 655 11/13/2018
2.0.0-beta8 849 7/18/2018
2.0.0-beta7 820 7/16/2018
2.0.0-beta5 814 6/27/2018
2.0.0-beta3 711 6/12/2018
2.0.0-beta2 870 4/16/2018
2.0.0-beta1 855 4/12/2018
1.4.3 699 5/13/2019
1.4.2 1,089 1/31/2018
1.4.0-beta1 884 11/3/2017
1.3.0 1,195 10/12/2017
1.2.0 1,068 9/29/2017
1.1.0 1,014 6/29/2017
1.0.7 1,139 5/15/2017
1.0.6 1,118 4/4/2017
1.0.5 1,059 9/22/2016
1.0.4 1,088 7/21/2016
1.0.3 1,525 7/1/2016
1.0.2 1,463 6/28/2016
1.0.2-beta4 906 6/11/2016
1.0.2-beta3 876 5/21/2016
1.0.2-beta2 863 5/21/2016
1.0.2-beta 1,342 5/9/2016

##Whats New##
     * Added TIA Datatype support

     ##Fixed##
     * Changed receive buffer size from 1024 to 5 * 1024  because with PDUSize 960 the buffer reaches the limit. (ZeroWindow)
     * Fixed TagParsing of numbers in targets lower than NETCOREAPP21
     * fixed a bug where we get non real errors form protocol handle (all errors were timeouts)
     * fixed a bug in Blockinfo ( Invalid error code results in a timeout)