Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.01 KB

README.md

File metadata and controls

24 lines (13 loc) · 1.01 KB

Tcmp-CSharp-SDK

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

Install SDK into Visual Studio Project using Nuget

Nuget page: https://www.nuget.org/packages/TapTrack.Tcmp/

PM> Install-Package TapTrack.Tcmp

Required local database utility to use the batch NFC tag encoder in the example/demo app

To use the batch tag encoder feature of the example/demo utility (v3.0+), you may also need to install SQL local database 2016 for Windows. The install package can be dowloaded here

TCMP Protocol Documentation

Google Document

SDK Documentation

Documentation of classes and methods can be found here

Examples

Examples can be found here, examples are at the bottom of the page