xboxscene.org forums

Author Topic: Xbox Dvd Remote Codes From Lirc  (Read 62 times)

ClintiePoo

  • Archived User
  • Sr. Member
  • *
  • Posts: 441
Xbox Dvd Remote Codes From Lirc
« on: March 03, 2006, 04:18:00 PM »

CODE

#
# this config file was automatically generated
# using WinLIRC 0.6.4 (LIRC 0.6.1pre3) on Tue May 06 20:57:47 2003
#
# contributed by
#
# brand:             MS
# model:             Xbox remote
# supported devices: Xbox
#

begin remote

  name  xbox
  bits           24
  flags SPACE_ENC
  eps            80
  aeps          100

  header       4172  3821
  one           653  1819
  zero          653   816
  ptrail        653
  gap          7800
  toggle_bit      0


      begin codes
          PLAY                     0x0000000000515AEA
          REVERSE                  0x000000000051DAE2
          FORWARD                  0x000000000051CAE3
          UP                       0x0000000000559AA6
          DOWN                     0x0000000000558AA7
          RIGHT                    0x0000000000557AA8
          LEFT                     0x0000000000556AA9
          SELECT                   0x00000000005F4A0B
          SKIP-                    0x0000000000522ADD
          SKIP+                    0x0000000000520ADF
          STOP                     0x000000000051FAE0
          PAUSE                    0x0000000000519AE6
          DISPLAY                  0x000000000052AAD5
          MENU                     0x0000000000508AF7
          BACK                     0x0000000000527AD8
          TITLE                    0x000000000051AAE5
          INFO                     0x000000000053CAC3
          0                        0x0000000000530ACF
          1                        0x0000000000531ACE
          2                        0x0000000000532ACD
          3                        0x0000000000533ACC
      end codes

end remote



Logged

StrictPuppet

  • Recovered User
  • Hero Member
  • *
  • Posts: 1588
Xbox Dvd Remote Codes From Lirc
« Reply #1 on: March 03, 2006, 11:20:00 PM »

Well I dont exactly have the answer that you need... but... the ms remote codes are the same as RCA dvd codes.... perhaps if you found those(which is a very common universal code set) you could fill in your own blanks.
Logged

ClintiePoo

  • Archived User
  • Sr. Member
  • *
  • Posts: 441
Xbox Dvd Remote Codes From Lirc
« Reply #2 on: March 03, 2006, 11:53:00 PM »

QUOTE(StrictPuppet @ Mar 4 2006, 12:27 AM) View Post

Well I dont exactly have the answer that you need... but... the ms remote codes are the same as RCA dvd codes.... perhaps if you found those(which is a very common universal code set) you could fill in your own blanks.


Excellent advice.  I found the information here.  If anyone is interested, the complete file is below.

CODE

#
# this config file was automatically generated
# using WinLIRC 0.6.4 (LIRC 0.6.1pre3) on Tue May 06 20:57:47 2003
#
# contributed by
#
# brand:             MS
# model:             Xbox remote
# supported devices: Xbox
#

begin remote

  name  xbox
  bits           24
  flags SPACE_ENC
  eps            80
  aeps          100

  header       4172  3821
  one           653  1819
  zero          653   816
  ptrail        653
  gap          7800
  toggle_bit      0


      begin codes
          PLAY                     0x0000000000515AEA
          REVERSE                  0x000000000051DAE2
          FORWARD                  0x000000000051CAE3
          UP                       0x0000000000559AA6
          DOWN                     0x0000000000558AA7
          RIGHT                    0x0000000000557AA8
          LEFT                     0x0000000000556AA9
          SELECT                   0x00000000005F4A0B
          SKIP-                    0x0000000000522ADD
          SKIP+                    0x0000000000520ADF
          STOP                     0x000000000051FAE0
          PAUSE                    0x0000000000519AE6
          DISPLAY                  0x000000000052AAD5
          MENU                     0x0000000000508AF7
          BACK                     0x0000000000527AD8
          TITLE                    0x000000000051AAE5
          INFO                     0x000000000053CAC3
          1                        0x0000000000531ACE
          2                        0x0000000000532ACD
          3                        0x0000000000533ACC
          4                        0x0000000000534ACB
          5                        0x0000000000535ACA
          6                        0x0000000000536AC9
          7                        0x0000000000537AC8
          8                        0x0000000000538AC7
          9                        0x0000000000539AC6
          0                        0x0000000000530ACF
          

      end codes

end remote
Logged