...
Note |
---|
As of 2/1/2020, we will start deprecating all C# .Net 4.5 (multi-file) SDKs. Our C# 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 start supporting our new format, which is offer builds compiled for .Net 6.5.1, .Net Standard 2.0. For those not aware, this works across many platforms (like our C SDK), assuming some conditions are met, .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 | ||
---|---|---|
| ||
|
...