K8090.ManagedClient 1.0.2

dotnet add package K8090.ManagedClient --version 1.0.2
NuGet\Install-Package K8090.ManagedClient -Version 1.0.2
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="K8090.ManagedClient" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add K8090.ManagedClient --version 1.0.2
#r "nuget: K8090.ManagedClient, 1.0.2"
#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 K8090.ManagedClient as a Cake Addin
#addin nuget:?package=K8090.ManagedClient&version=1.0.2

// Install K8090.ManagedClient as a Cake Tool
#tool nuget:?package=K8090.ManagedClient&version=1.0.2

K8090 Managed Client Library

A 64-bit managed client library for the Velleman K8090/VM8090/WMI8090 USB relay boards.

The project is built for .NET 5 / AnyCPU and it should work cross-platform but I have not tested on any OS other than Windows at this point. Technically it should work on a 32-bit platform too but again this is untested.

Note that if you want to run this on Linux or MacOS there are some support libraries that must be installed for the underlying serial port software to work and these are not part of this project or any NuGet package. See the notes here: https://github.com/jcurl/serialportstream.

All methods / properties / values identifying relays by index are based on the bits in the mask byte used to specify them which means they are 0-7 and not 1-8 as numbered on the K8090 board. Also, because the bit index order is right to left, relay 0 (bit 0) is the right-most or least-significant bit, whereas the relays on the board are labelled from left to right and the relay labelled '1' corresponds to bit 7 in the mask byte, '2' to bit 6, and so on. You should take account of this when programming the board and identifying which relays to manipulate or else you will be switching on and off the wrong relays!

For more information on getting started, see https://github.com/neilhewitt/K8090-Managed-Client/blob/main/README.md.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  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. 
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
1.0.2 373 9/29/2021
1.0.0 355 9/24/2021