- Created by Randy Palermo , last modified by IT-ADMIN G on Feb 18, 2020
- Request approval
You are viewing an old version of this page. View the current version.
Compare with Current View Version History
« Previous Version 12 Next »
On NuGet:
Current Standard SDK package available on Nuget: IDTechSDK_STD
Available Downloads:
- SDK Demo Application Installer (SDK:2.0.1.16 APP:2.0.1.3)
- SDK Demo Application Source Code (Visual Studio C# Project) APP:2.0.1.3
- SDK API Documentation
File | Modified | |
---|---|---|
ZIP Archive ID Tech RKI Utility.zip APP 1.0.0.14, SDK 2.1.2.220. Utility for executing Remote Key Injection. |
Jul 28, 2021 by Randy Palermo | |
ZIP Archive VP3300UpdateMulti.zip APP 1.0.5.1, SDK 2.1.2.220: Windows app to update multiple VP3300 from 1.01.xxx to 1.10.xxx |
Jul 28, 2021 by Randy Palermo | |
ZIP Archive Firmware Update Utility.zip Firmware Update Utility for IDTech Devices. 1.0.2.3, SDK 2.1.2.220 |
Jul 28, 2021 by Randy Palermo | |
ZIP Archive UpdateVP3300.zip Console app to update VP3300 from 1.01.xxx to 1.10.xxx |
Jul 28, 2021 by Randy Palermo | |
ZIP Archive DeviceUpdateUtility.zip BETA: Firmware, RKI and ViVOConfig Combined Utility 1.0.1.21 / sdk 2.1.3.250 |
Oct 01, 2021 by Randy Palermo | |
ZIP Archive DeviceUpdate.zip |
Nov 11, 2021 by Randy Palermo | |
ZIP Archive IDTech Decryption Utility.zip 1.0.2.6 Utility for Encrypting/Decrypting Data |
Dec 17, 2021 by Randy Palermo | |
ZIP Archive DeviceUpdateUtilityFW.zip Firmware, ViVOConfig FW Utility 1.0.1.52 / sdk 2.1.3.300 |
Mar 05, 2022 by Randy Palermo | |
ZIP Archive DeviceUpdateUtilityFWSolo.zip Firmware Utility 1.0.1.54 / sdk 2.1.4.338 |
Jul 26, 2022 by Randy Palermo | |
ZIP Archive UpdateIDT_Legacy.zip CLI Update Utility (Legacy version) Windows .Net 4.6.1 Only |
Aug 18, 2022 by Randy Palermo | |
PDF File Universal Demo QuickStart Guide.pdf Rev H |
Jul 11, 2023 by Chris Barton | |
File IDT_UsbBridge.cs Required File to use USB in UWP Apps. Requires SDK 2.1.2.156 or greater. |
Nov 30, 2023 by Randy Palermo | |
ZIP Archive IDTech_ZMQ_Server_App_Source_Code.zip ZMQ Server Test App Source Code and compiled app SDK 3.2.4.391 |
Dec 13, 2023 by Randy Palermo | |
ZIP Archive dot NET SDK Documentation.zip PDF and HTML documentation for ID TECH .NET SDK |
Jan 10, 2024 by Randy Palermo | |
ZIP Archive GetSysLog.zip Cross Platform Console Utility to retrieve SysLogs |
Apr 17, 2024 by Randy Palermo | |
ZIP Archive Cross Platform Source Code Example.zip Example code that compiles on Windows, Mac and Linux using .NET8 and ID TECH .NET SDK |
Aug 01, 2024 by Randy Palermo | |
ZIP Archive USB_Test.zip .Net8 USB Test App for Linux/Mac/Windows |
Aug 01, 2024 by Randy Palermo | |
ZIP Archive SDK_Demo_CrossPlatform.zip Windows/Mac/Linux Terminal Demo App, 3.2.4.404 Net8.0 |
Aug 13, 2024 by Randy Palermo | |
ZIP Archive NEOII_Simple_Demo.zip Simple Demo for NEOII |
Sept 03, 2024 by Randy Palermo | |
ZIP Archive MAUI_SDKuDemo.zip MAUI Demo App for Android/iOS: Maui.Comm SDK 3.2.4.410 |
Sept 16, 2024 by Randy Palermo | |
ZIP Archive UpdateIDT.zip 1.0.35 CLI Utility to update IDTech Devices. Mac/Windows/Linux. Requires .NET8 |
Nov 07, 2024 by Randy Palermo | |
Dec 31, 2024 by Randy Palermo | ||
ZIP Archive dot NET SDK Demo Source Code.zip Demo Source Code using SDK 3.2.4.411 |
Dec 31, 2024 by Randy Palermo | |
ZIP Archive dot NET SDK Demo.zip Demo App using SDK 3.2.4.411 |
Jan 06, 2025 by Randy Palermo | |
ZIP Archive PAEUDemo.zip PAE uDemo 1.0.0.40 |
Jan 21, 2025 by Matthew Hornbeck |
As of 2/1/2020, we will start deprecating all .Net 4.5 (multi-file) SDKs. Our Visual Studio SDK will be like our C SDK, which means no more individual device SDK, instead a single combined SDK with documentation of all the device API calls. We will offer builds compiled for .Net 6.5.1, .Net Standard 2.0, .Net Standard 2.1 and .NetCore 3.1, allowing it to work across multiple platforms. While all API functions/callbacks are the same as the deprecated .Net 4.5 version, internally there has been a complete re-write of all communication drivers (USB, IP, Serial). This should provide a new level of robustness.
Quick Facts:
- This is a single file SDK now (IDTechSDK.dll). There are additional system dependencies that will be part of the NuGet installation process.
- The new minimum .Net standard is 4.6.1. Anyone using the deprecated version who targeted .Net 4.5 must now increase the minimum support level. If this is not an option, the legacy version will be available for continued use.
- This SDK should support all devices, all interfaces, all modes. For example, SRED2 is now support for both KB/USB, XML,Original,Enhanced output, and it can now capture swipe data of USB-HID
- The policy going forward will be for developers/integrators to get the SDK off of NuGet.
- No labels