<blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote">Jeffie. I have a vb. Net routing that enumerates the ccom ports to find the USB interface. I can give you some help if you need it
<hr height="1" noshade id="quote"></font id="quote"></blockquote id="quote"> Thanks Andrew. I think I managed to do what I want by identifying the VID/PID for each device connected to the USB ports. It does recognise the VMB1USB as well as my Xanura PMIX35 X10 controller. I didn't test if it is bullet proof yet
<blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote">the structure of my program is flexible so you can add any sensor and give it an adddress rather than picking from a list of known sensors<hr height="1" noshade id="quote"></font id="quote"></blockquote id="quote"> I think I did not write that down properly. I don't need to know the sensor. What I'm doing is insert a name into the database (e.g. Hallway lights and bedroom curtains) and assign an address to it. so it looks like:
Hallway lichts,02,01
bedroom curtains,A10
If I issue the command 'Hallway Lights On' , te programm will execute a Velbus command : address 02 (4 channel relay) relay 01 ON) If I issue 'Bedroom curtains Close' it will sent A10 Off to the powerline
I guess this is similar to what you are doing ?
Cheers
Jeff