View Single Post
Posts: 617 | Thanked: 338 times | Joined on Mar 2011
#519
Later edit : Now I managed to work but I got another problem

Codes from lircd.config file looks much different than remotes for qtirreco . In this file it's only one button , one command , still very very long .

Code:
begin remote
	name	inputfile
	flags	RAW_CODES
	eps	30
	aeps	100
	gap	0
		begin raw_codes

			name ACON
				4671 2601 398 372 398 955 
				398 955 398 372 398 955 
				398 372 398 372 398 372 
				398 372 398 955 398 372 
				398 372 398 372 398 955 
				398 372 398 372 398 955 
				398 372 398 372 398 372 
				398 955 398 372 398 955 
				398 372 398 372 398 955 
				398 955 398 372 398 372 
				398 372 398 372 398 372 
				398 372 398 372 398 372 
				398 372 398 955 398 372 
				398 372 398 372 398 372 
				398 372 398 372 398 372 
				398 955 398 372 398 372 
				398 372 398 372 398 372 
				398 955 398 372 398 372 
				398 982 345 372 398 372 
				398 372 398 372 398 372 
				398 955 398 955 398 955 
				398 955 398 345 398 20195 
				4671 7430 9315 4989 398 372 
				398 372 398 372 398 372 
				398 372 398 372 398 372 
				398 372 398 372 398 372 
				398 372 398 372 398 372 
				398 372 398 372 398 372 
				398 372 398 372 398 372 
				398 372 398 372 398 372 
				398 372 398 372 398 372 
				398 372 398 372 398 372 
				398 372 398 372 398 372 
				398 372 398 372 398 372 
				398 372 398 372 398 372 
				398 372 398 372 398 372 
				398 372 372 398 398 372 
				398 372 398 372 398 372 
				398 372 398 372 398 372 
				398 372 398 372 398 372 
				398 372 398 372 398 372 
				398 372 398 372 398 372 
				398 372 398 372 398 372 
				398 372 398 372 398 345 
				398 20195 4644 
		end raw_codes
end remote
and a remote looks like this

Code:
#
# this config file was automatically generated
# using lirc-0.7.0pre5(parallel) on Fri Oct  8 23:20:04 2004
#
# contributed by  Christoph Bartelmus
#
# brand:                       Watson
# model no. of remote control: ?
# devices being controlled by this remote: TV set FA 5150
#
begin remote
  name FA_5150
  bits           13
  flags RC5|CONST_LENGTH
  eps            30
  aeps          100
  one           952   848
  zero          952   848
  plead         997
  gap          114232
  toggle_bit      2
      begin codes
          MUTE                     0x100D
          POWER                    0x100C
          PP                       0x100E
          I-II                     0x1023
          1                        0x1001
          2                        0x1002
          3                        0x1003
          4                        0x1004
          5                        0x1005
          6                        0x1006
          7                        0x1007
          8                        0x1008
          9                        0x1009
          0                        0x1000
          --                       0x100A
          P<P                      0x1022
          MENU                     0x1030
          INFO                     0x1012
          CH_UP                    0x1020
          CH_DOWN                  0x1021
          <                        0x1015
          >                        0x1016
          VOL_DOWN                 0x1011
          VOL_UP                   0x1010
          SOUND                    0x1037
          PICTURE                  0x1036
          FEATURE                  0x1032
          INSTALL                  0x1034
          TV                       0x103F
          AV                       0x1038
          F1                       0x103C
          F2                       0x102E
          F3                       0x102A
          F4                       0x1029
          F5                       0x102D
          F6                       0x102B
          F7                       0x102C
          F8                       0x102F
      end codes
end remote

Last edited by Dragoss91; 2011-06-06 at 11:31.