Finally took time to install the X10 SDK. It
has a vbscripting dll with it. It deals with
the low level communitcation through the USB
port.
You can send rf and plc commands, and you can
receive rf and plc codes. That's about all
you can do. It offers very rudimentary
capability.
For you knowledgeable vb .net programmers,
after installing the SDK, you create a new vb
project and add the ActiveHome Library
reference to your project. This gives you
access to the send and receive methods.
I wrote an example program that sends an on,
off, and dim to 50% command on A1 and will
monitor and list received plc and rf
commands. From here, you have to roll your
own. The example program is heavily commented
and using the vbscript dll is pretty simple.
You can write the next ActiveHome Pro!
In the SDK help (.chm) file, there is an RF
command reference. There are rf commands for
the Vanguard camera and the Ninja pan/tilt.
No way to post the program on this forum, but
you can download it at the anonymous ftp site
ftp://ftp.hot-spot.com/pub/printing It makes me appreciate what went into
developing ActiveHome Pro.
Have FUN!
John T.