I have a 2-way module and a TW523 2-way interface.
I am able to send on, off, etc code to the modules, and read commands sent by controllers.
I am looking for some help sending a STATUS request to my 2 way module.
This pages (http://www.kelleecrisafulli.com/imag...on/X10FAQ3.htm) says that I need to send 11111 for a status request. I tried this, but it does not work. The strange thing is that none of these codes match up with the PICbasic codes for on, off etc.
XOUT X10Out,zCross,[house\unit,House\%11111]
XIN X10in,zCross,[housekey]
SerOut2 PORTA.3,16468,#housekey,13,10]
Any help would be appreciated
Bookmarks