Home AMX User Forum AMX General Discussion
Options

Fujitsu P50XCA11UH

According with the protocol for this set the remote control code for Volume Up is %A3220 and the Volume Down is %A3221 but doesn't work for me. Everything else works just find. I also tried %A328C10 for Volume Up and %A328C11 for Volume Down from the protocol for the 40 Series but it doesn't work either. Any ideas or suggestion?

Comments

  • Options
    GSLogicGSLogic Posts: 562
    Fujitsu P50XHA40US:

    Volume is between %A2220 and %A2240.

    SEND_STRING plasma, "'%A2230', 13";

    //vol up
    IF(nLEVEL_PUSHED < 28)
    SEND_STRING dvPLASMA, "'%A22', ITOA(nLEVEL_PUSHED), $0D"
Sign In or Register to comment.