I'm attempting to turn on a LG 43UV340C (simplelink turned on) monitor with a XD234 (v8.x) with the code:
cec = CreateObject("roCecInterface")
packet = CreateObject("roByteArray")
packet.fromHexString("F04440") ' F0446D
cec.SendRawMessage(packet)
but have had no success. Can someone enlighten me?
The strings are from cec-o-matic.com