blob: 78ec35597dc421a09e5820d99ba75ff03570db5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
|
#
# this config file was automatically generated
# using lirc-0.8.1-CVS(default) on Mon Oct 16 07:50:58 2006
#
# contributed by Frank Bennett
#
# brand: Pioneer
# model no. of remote control: BR-V3
# devices being controlled by this remote: BD-V300 CATV STB
#
#
# This configuration file works only to send signals to the
# STB using irsend. It will not work to interpret signals
# sent by the remote.
#
# The BD-V300 remote sends some commands as two 32-bit elements.
# Because the STB expects to see commands repeated once, this means
# you need to send four codes (A, B, A, B) for these commands.
# The remaining codes (those without a suffix) should be sent
# twice to trigger action by the STB.
#
#
# Here are a few examples using irsend:
#
# Change to terrestrial television mode:
#
# irsend -d /dev/lircd1 SEND_ONCE pioneer_br_v3 chijo-A chijo-B chijo-A chijo-B
#
# Change to cable television mode:
#
# irsend -d /dev/lircd1 SEND_ONCE pioneer_br_v3 catv-A catv-B catv-A catv-B
#
# Change to channel 231
#
# irsend -d /dev/lircd1 SEND_ONCE pioneer_br_v3 ch-A ch-B ch-A ch-B
# sleep 1
# irsend -d /dev/lircd1 SEND_ONCE pioneer_br_v3 2 2
# sleep 1
# irsend -d /dev/lircd1 SEND_ONCE pioneer_br_v3 3 3
# sleep 1
# irsend -d /dev/lircd1 SEND_ONCE pioneer_br_v3 1 1
#
begin remote
name Pioneer_BR_V3
bits 32
flags SPACE_ENC|CONST_LENGTH
eps 30
aeps 100
header 8509 4280
one 566 1560
zero 566 504
ptrail 566
gap 89937
min_repeat 0
toggle_bit 0
begin codes
dengen 0x35CA38C7
chijo-A 0x35CACC33
chijo-B 0xF50ADC23
bscs-A 0x35CACC33
bscs-B 0xF50ABC43
catv-A 0x35CACC33
catv-B 0xF50A7C83
ch-A 0x35CACC33
ch-B 0xF50A3CC3
1 0x35CA807F
2 0x35CA40BF
3 0x35CAC03F
4 0x35CA20DF
5 0x35CAA05F
6 0x35CA609F
7 0x35CAE01F
8 0x35CA10EF
9 0x35CA906F
10-0 0x35CA00FF
11-A 0x35CACC33
11-B 0xF50A9C63
12-A 0x35CACC33
12-B 0xF50A1CE3
onsei 0x35CA7887
jimaku-A 0x35CACC33
jimaku-B 0xF50A8C73
end codes
end remote
|