Examples Code Now on GitHub

Moderator: DevRuss

Post Reply
DevRuss
Journeyman
Posts: 224
Joined: Wed Mar 27, 2019 12:59 am

Examples Code Now on GitHub

Post 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.
Russ - Tetherscript Developer
drstreit
Posts: 1
Joined: Thu Aug 13, 2020 1:08 pm

Re: Examples Code Now on GitHub

Post 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?
DevRuss
Journeyman
Posts: 224
Joined: Wed Mar 27, 2019 12:59 am

Re: Examples Code Now on GitHub

Post 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.
Russ - Tetherscript Developer
Post Reply