Does any one know how to put the following codes in the MX-3000 from URC???? This codes were supplied buy the manufactor but I don't know how to put them work.
Protocol: RC5
Remote Control address=0x0015
Remote Control codes:
{0x01, MSG_KEY_POWER},
{0x02, MSG_KEY_MUTE},
{0x03, MSG_KEY_1},
{0x04, MSG_KEY_2},
{0x05, MSG_KEY_3},
{0x06, MSG_KEY_4},
{0x07, MSG_KEY_5},
{0x08, MSG_KEY_6},
{0x09, MSG_KEY_7},
{0x0A, MSG_KEY_8},
{0x0B, MSG_KEY_9},
{0x0C, MSG_KEY_0},
{0x0D, MSG_KEY_UP},
{0x0E, MSG_KEY_LEFT},
{0x0F, MSG_KEY_OK},
{0x10, MSG_KEY_RIGHT},
{0x11, MSG_KEY_DOWN},
{0x12, MSG_KEY_RECALL},
{0x13, MSG_KEY_EXIT},
{0x14, MSG_KEY_EPG}, //Red Key
{0x15, MSG_KEY_INFO}, //Green Key
{0x16, MSG_KEY_LANGUAGE}, //Yellow Key
{0x17, MSG_KEY_TXT}, //Blue Key
{0x18, MSG_KEY_MENU}, //Setup
{0x19, MSG_KEY_MACRO_MENU}, // '*' key / 'M' key
{0x1A, MSG_KEY_RADIO_TV},
{0x1B, MSG_KEY_CHANNEL_UP},
{0x1C, MSG_KEY_CHANNEL_DOWN},
{0x1D, MSG_KEY_VOLUME_UP},
{0x1E, MSG_KEY_VOLUME_DOWN},
{0xFF, 0xFF}
|