HDMI CEC commands
Hi Lyndon, I've been "fooling around" with CEC commands but i cannot make it work, my custon autorun.brs fails when i try to send the command (Err led blinks) so i supose i'm doing something wrong. Here is the piece of code i'm using: [...] MiCEC = CreateObject("roCecInterface") [...] else if comando = "CEC_ON" then miHex=CreateObject("roByteArray") 'Power_On_SAS \x40\x04 miHex.fromhexstring("4004") MiCEC.SendRawMessage(miHex) endif [...] i'm using a Brightsign HD1010 runing firmware 3.7.52 what i'm a doing wrong? thanks in advance Álvaro http://www.avmalaga.es