We would like to use the Velleman PCS10 to a job, but I am unable to find the appropiate driver to use it. I am looking for a .NET driver for this USB device, but every .NET dll I found was only able to connect to COM ports.
The Delphi/Pascal example works for me, the VB example does not, but anyway: K8047D.dll in k8047_pcs10_dll.zip seems to be a “normal” DLL, not a managed one. Is there some kind of .NET SDK for this product?
[quote]Is there some kind of .NET SDK for this product?[/quote]At the moment there is no .NET SDK available.
You can use a normal Windows DLL in the .NET application too.
Here’s the link to download a Visual Basic 2008 Express example project for the PCS10 / K8047: box.net/shared/t5se5yp5s6
The needed files (latest version) K8047D.DLL, FASTTime32.dll and K8047E.EXE are located in the folder: \K8047DemoVB_2008_64-bit\bin\x86\Debug\
This demo can be run also in a 64-bit operating system.
The K8047D.DLL is standard Windows DLL, you cannot reference it.