Page 1 of 1

Examples Code Now on GitHub

Posted: Mon Jul 13, 2020 10:59 am
by DevRuss
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.

Re: Examples Code Now on GitHub

Posted: Sat Aug 15, 2020 6:38 am
by drstreit
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?

Re: Examples Code Now on GitHub

Posted: Mon Aug 31, 2020 4:15 pm
by DevRuss
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.