dinomight wrote:I see where you got the 2,4,5,6,8 but where did you get the device number (128) from.
I thought it would take a fair amount of experience with hex and/or IR encoding to see the OBC numbers and if you could see those, you could also see the device number.
Code: Select all
pre_data 0xFE01
1 0x000000000000BF40
2 0x000000000000DF20
3 0x0000000000005FA0
4 0x0000000000009F60
5 0x000000000000EF10
The OBC number for '1' is either an LSB-comp conversion of BF or an LSB conversion of 40. Is that what you saw?
Similarly, the device number is either an LSB-comp conversion of FE or an LSB conversion of 01.
I do such conversions easily in my head. Others might want to use the EFC calculator in IR.exe tools menu and/or use the functions sheet in RM after choosing an appropriate protocol.
dinomight wrote:does it matter what i put for the setup code or does that just need to be unique.
The number just needs to be different from each of the other setup codes of equal or equivalent type that you are actually using in your 6131.
The number doesn't need to be unique relative to built-in setup codes you're not using nor relative to setup codes of non equivalent types.
dinomight wrote:
Upgrade Code 0 = 00 80 (Cable/0128) (RM v1.86)
5A 00 81 00 FE FE 00 BF DF 5F 9F 1F 00 00 00 00
End
Notice the 1F code for '5' in your upgrade. I think that is OBC 7. It should have been OBC 8.