Note |
---|
As of 2/1/2020, we will start deprecating all .Net 4.5 (multi-file) SDKs have been deprecated. Our Visual Studio SDK will be like our C SDK, which means no more individual device SDK, instead a single combined SDK consists of a a single library with documentation of all the device API calls. We will offer builds compiled There are builds provided 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. |
Info |
---|
|
- 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 Previous users that set their maximum compatibility level to .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 NuGetcan continued to be used, but with limited support and no update schedule.
- The SDK libraries will be maintained on NuGet. Additional documentation and source code files will be maintained on this page.
|
On NuGet:
Current Standard SDK package available on Nuget: IDTechSDK_STD
...