TapTrack.Tcmp 0.5.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package TapTrack.Tcmp --version 0.5.3
NuGet\Install-Package TapTrack.Tcmp -Version 0.5.3
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="TapTrack.Tcmp" Version="0.5.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add TapTrack.Tcmp --version 0.5.3
#r "nuget: TapTrack.Tcmp, 0.5.3"
#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 TapTrack.Tcmp as a Cake Addin
#addin nuget:?package=TapTrack.Tcmp&version=0.5.3

// Install TapTrack.Tcmp as a Cake Tool
#tool nuget:?package=TapTrack.Tcmp&version=0.5.3

A C# SDK to communicate with a either a TappyUSB or TappyBLE using the TCMP protocol.

There are no supported framework assets in this 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
0.10.0 437 1/19/2021
0.9.0 481 7/15/2020
0.8.0 789 9/20/2018
0.7.0 961 6/20/2018
0.6.0 974 2/8/2018
0.5.3 1,020 1/29/2018
0.5.2 1,006 12/22/2017
0.4.0 1,017 8/25/2016
0.3.0 970 8/10/2016
0.2.0 1,102 8/4/2016
0.1.0 1,237 7/14/2016

Added the isConntected() methof to the USBConnection and removed a spurious warning message that was being written to the console
 when data was recieved on the serial port.