I was almost certain this was working yesterday.
Isn't the CM15A supposed to be able to send radio frequency signals. It receives them fine now from external devices. But now the software command to <sendrf> "X10 address" just does nothing. Nada. Zilch. Here's a copy of my VB6 code for the receive event and the reported events.
Private Sub ActiveHome1_RecvAction(ByVal bszAction As Variant, ByVal bszParm1 As Variant, _
ByVal bszParm2 As Variant, ByVal bszParm3 As Variant, ByVal bszParm4 As Variant, _
ByVal bszParm5 As Variant, ByVal bszReserved As Variant)
If bszParm1 = vbNullString Then bszParm1 = "null-1"
If bszParm2 = vbNullString Then bszParm2 = "null-2"
If bszParm3 = vbNullString Then bszParm3 = "null-3"
If bszParm4 = vbNullString Then bszParm4 = "null-4"
If bszParm5 = vbNullString Then bszParm5 = "null-5"
If bszReserved = vbNullString Then bszReserved = "Reserved-Null"
Debug.Print bszAction, bszParm1, bszParm2, bszParm3, bszParm4, bszParm5, bszReserved
End Sub
recvrf a1 On -1 5/16/2006 4:26:25 PM null-5 Reserved-Null
I thought once the CM15A received the signal--the above event came from a remote control (KR22A)--it was supposed to respond and automatically do a <sendplc> in response to the <recvrf>. But now the only way I can get a recvrf response is from an external device. The software command is no longer producing a <recvrf> response.
Is there a way to reset the CM15A. Maybe it just needs a hardware reset. Or maybe the <sendrf> circuitry burned out on me. Is there a way to confirm this? I've only been testing this CM15a for a few days. I've been putting it through the hoops. I was hoping it would stand up.
Thanks,
Hank