The HVDK SDK includes C# and Delphi example code, and we have published this code on GitHub as:
https://github.com/tetherscript/hvdk
So get ready to clone and hack the SDK to your heart’s content. And be sure send in Pull requests if you fix any bugs or add some nifty new feature.
Note: The HVDK driver source code is not publicly released and is not on GitHub.
Examples Code Now on GitHub
Moderator: DevRuss
Examples Code Now on GitHub
Russ - Tetherscript Developer
Re: Examples Code Now on GitHub
It seems only to be possible to open a hid device with .NET version <4.0 - all later generate an error.
Is there a way around that behaviour?
Is there a way around that behaviour?
Re: Examples Code Now on GitHub
You'll need to use earlier than .Net 4.0 with the existing sample code. Newer versions of .Net will require tweaks to the calls and possibly the data structures. We don't have any plans for newer .Net versions soon.
Russ - Tetherscript Developer