VTC6221 SDK for Windows


Introduction
--------------------------------------------------------------------------

This package enables developers to easily add support in their applications
for controlling GPIO, accelerometer, watchdog timer...


Contents of the package
--------------------------------------------------------------------------

Bin     - Binary (Executable, Demo program)
Doc     - Documentation
Include - API header files
Lib     - libs 32 and 64 bit, dlls 32 and 64 bit
Samples - Sample program using the SDK


The environment for use of the package
--------------------------------------------------------------------------

Visual Studio 2008 with service pack 1 (or later) to build and run the sample program
Windows 7, 8.1, 10, and updates


List of currently supported devices
--------------------------------------------------------------------------

VTC6221, nROK6221, nROK6221-IP


Where to start
--------------------------------------------------------------------------

For a demo program to control GPIO on devices:

Execute Bin\VTC6221_Utility.exe.

Or:

1. Go to Samples folder and open the project in Visual Studio.

2. Compile and run.


To implement sdk support in your application:

1. Include the following header file in your application:

   Include\VTC6221.h  (for C++)
   Include\VTC6221.cs (for C#)

2. Include the following library and dll in your application:

   Lib\x86\VTC6221.lib (for C++ only) and Lib\x86\VTC6221.dll or
   Lib\x64\VTC6221.lib (for C++ only) and Lib\x64\VTC6221.dll

3. Alternatively you may only add the VTC6221.dll to your application and use
   GetProcAddress to access its functions.

4. Read and follow instructions from "Doc\VTC6221 API User Manual.chm"


Release Notes
--------------------------------------------------------------------------
v1.0
   Initial release

