USB driver

Hi !

I can see it’s possible to use a standard USB web cam with GHIElectronics.NETMF.USBHost
I have a digital USB microscope “dinolite”. which not use the standard USB driver,
I have a SDK package (ClientPropertyPageLIB.dll, SMIUtility.dll, d3dx9_31.dll and DNVideoX.ocx ) from the supplier so I can write code in c# and control the microscope from within C#.
Do anyone have an idea on how to get running i NETMF ?

Br
Kim Jespersen

You can’t use a windows-compiled objects. You need the source code from the manufacture to rewrite on NETMF. Did you try to find one that follows the USB standard class?

Welcome to the community.