URC-1280 Contour 8 - RDF file revision and tests
I already put some issues that I found during programming and testing of my URC-1280.
Today I found some additional errors in the URC-1280's RDF file (numeric buttons). Because of this I deleted my formerly revised RDF file from files section and started this new tread with a new title and a new link to v2 of my RDF file at the end.
Summing up:
The URC-1280 RDF file delivered with the RemoteMaster v2.07 build 2 is not correct!
1)
(copied from the thread mentioned above)
I read out the URC-1280 button codes by programming macros using 995 code to verify the [Buttons] sections in the RDF file.
Here are the results (I extracted the relevant sections from downloaded data and added some comments):
[Macro]
# Rewind;Play;FastFwd;Stop;Pause;Record;Guide;Menu;Info;Left;Right;Up;OK;Down
Data=0D 0E 0F 10 11 12 13 14 15 17 19 16 18 1A
SegmentFlags=255
KeyCode=35 -> = $23 (Red Button)
DeviceIndex=0
[Macro]
# AV;Exit;Vol+;Back;Ch+;Vol-;Mute;Ch-
Data=1B 1C 1D 1E 1F 20 21 22
SegmentFlags=255
KeyCode=36 -> = $24 (Green Button)
DeviceIndex=0
[Macro]
# 1;2;3;4;5;6;7;8;9;Text;0;TextOff
Data=27 28 29 2A 2B 2C 2D 2E 2F 30 31 32
SegmentFlags=255
KeyCode=37 -> = $25 (Yellow Button)
DeviceIndex=0
[Macro]
# Red;Green;Yellow;Blue
Data=23 24 25 26
SegmentFlags=255
KeyCode=24 -> = $18 (OK Button)
DeviceIndex=0
2)
The original [ButtonMaps] section contains lines like these (starting with 0,1,2 or 3):
0 = ($31, $27, $28, $2A, $29, $2B, $2C, $2E, $2D, $2F), ($20, $1D, $21), ($22, $1F),
They have to be replaced with:
0 = ($31, $27, $28, $29, $2A, $2B, $2C, $2D, $2E, $2F), ($1D, $20, $21), ($1F, $22),
After this change the Numeric, Volume and Channel buttons are working correctly with my devices.
I don't know if there are other errors in the original 1280 RDF. Any hints how to debug and test are welcome.
The revised version 2 of my RDF file is available at
http://www.hifi-remote.com/forums/dload ... e_id=25504