Hi,
I'm trying to create a plugin in VB, C#, or C++ to make it possible for me to have my USB X10 controller (cm15a) notify my plugin when it receives an X10 command. The cm15a does not work with the existing X10 plugins. It seems the outgoing works fine with what's built into XLobby but I don't see an easy (already done) way to have an XLobby event triggered from this device. I looked at some code samples that deal with responding to events, but I'm not quite sure how to implement the code in a DLL that would respond and then notify XLobby as a trigger. I figure If I can get this, then I can write a DLL for Girder as well.
The xusbuirt sample was useful, but it seems to attach it's callback functionality to the USBUIRT DLL via a function that includes a handle, which does not seem available via the function exposed via the SDK that controls the ActiveHome cm15a. Any suggestions or code samples? Does my question make enough sense? I've gotten rusty at programming...
Thanks for any help
Jim
(This forum is a great resource and I hope to start contributing myself)