X10 Community Forum

🖥️ActiveHome Pro => SDK => Topic started by: RichardUK on June 26, 2010, 06:45:56 PM

Title: Userspace driver......
Post by: RichardUK on June 26, 2010, 06:45:56 PM
Anyone know if the device will allow you to access it via a symbolic file in windows? From what I understand of USB coding in windows the device has to expose an interface for this, if it does you can get a filename to use it. In this case I can then work with it much like the Unix guys are. But I've not been able to enumerate any interfaces from the device although I'm not 100% sure I'm doing it correctly.

Anyone done this in windows? The reason I ask is two fold, the SDK requires the app to be 32bit and second I'm a little worried about shipping the DLL in the SDK with my app.

Thanks. :)
Title: Re: Userspace driver......
Post by: RichardUK on June 28, 2010, 04:58:09 AM
Forget this, got the dll working in c# fine. (32bit only). Also seems I only have to ship the interop file and not the dll. I get an exception I can trap if the dll is missing. (driver not installed)
 :)