Page 1 of 1

RMDU to ProntoHex Conversion Help

Posted: Tue May 17, 2022 8:24 pm
by rm4user456
Hello,

I've been trying to get the codes from this file http://www.hifi-remote.com/forums/dload ... e_id=13387 in ProntoHex form. I've been using MakeProntoHex to do this but I can't seem to get functioning codes out of it. I used RMIR to establish info like protocol, device id, and frequency. This led me to the following config for MakeHex

Code: Select all

Device=215
Function=0..255

Protocol=Proton
Frequency=37914
Time Base=500
Zero=1,-1
One=1,-3
Prefix=16,-8
Suffix=1,-45
Form=;*,D:8,1,-8,F:8,_
I suspect I'm missing other important info like Suffix, however I have no clue how to get this information from RMIR and I am at a loss for how all the generous people on these forums have been doing this kind of stuff lol. One thing I did notice is that my codes always have the value 006D in the second position, but I suspect it should be 006C based on other code conversion posts.

I would appreciate help with converting these codes, and if possible, information on how to do it so I don't have to ask for help next time.

Thanks!

Posted: Wed May 18, 2022 6:13 am
by Barf
In RMDU (RMIR), select "File -> Export as Girr or IrScope file" and create a Girr export. This can be either opened by any text editor and the desired information extracted, or opened by IrScrutinizer, and, for example, exported as text. Yields:

Code: Select all

Time-
0000 006C 0000 0013 0134 009A 0013 003A 0013 003A 0013 003A 0013 0013 0013 003A 0013 0013 0013 003A 0013 003A 0013 009A 0013 0013 0013 0013 0013 0013 0013 0013 0013 0013 0013 0013 0013 0013 0013 0013 0013 039C

Time+
0000 006C 0000 0013 0134 009A 0013 003A 0013 003A 0013 003A 0013 0013 0013 003A 0013 0013 0013 003A 0013 003A 0013 009A 0013 003A 0013 0013 0013 0013 0013 0013 0013 0013 0013 0013 0013 0013 0013 0013 0013 0376

Timer
0000 006C 0000 0013 0134 009A 0013 003A 0013 003A 0013 003A 0013 0013 0013 003A 0013 0013 0013 003A 0013 003A 0013 009A 0013 0013 0013 003A 0013 0013 0013 0013 0013 0013 0013 0013 0013 0013 0013 0013 0013 0376

Mode
0000 006C 0000 0013 0134 009A 0013 003A 0013 003A 0013 003A 0013 0013 0013 003A 0013 0013 0013 003A 0013 003A 0013 009A 0013 003A 0013 003A 0013 0013 0013 0013 0013 0013 0013 0013 0013 0013 0013 0013 0013 034F

Fan speed-
0000 006C 0000 0013 0134 009A 0013 003A 0013 003A 0013 003A 0013 0013 0013 003A 0013 0013 0013 003A 0013 003A 0013 009A 0013 0013 0013 0013 0013 003A 0013 0013 0013 0013 0013 0013 0013 0013 0013 0013 0013 0376

Fan speed+
0000 006C 0000 0013 0134 009A 0013 003A 0013 003A 0013 003A 0013 0013 0013 003A 0013 0013 0013 003A 0013 003A 0013 009A 0013 003A 0013 0013 0013 003A 0013 0013 0013 0013 0013 0013 0013 0013 0013 0013 0013 034F

Temp+
0000 006C 0000 0013 0134 009A 0013 003A 0013 003A 0013 003A 0013 0013 0013 003A 0013 0013 0013 003A 0013 003A 0013 009A 0013 0013 0013 0013 0013 0013 0013 003A 0013 0013 0013 0013 0013 0013 0013 0013 0013 0376

Temp-
0000 006C 0000 0013 0134 009A 0013 003A 0013 003A 0013 003A 0013 0013 0013 003A 0013 0013 0013 003A 0013 003A 0013 009A 0013 003A 0013 0013 0013 0013 0013 003A 0013 0013 0013 0013 0013 0013 0013 0013 0013 034F

Fan auto
0000 006C 0000 0013 0134 009A 0013 003A 0013 003A 0013 003A 0013 0013 0013 003A 0013 0013 0013 003A 0013 003A 0013 009A 0013 0013 0013 003A 0013 0013 0013 003A 0013 0013 0013 0013 0013 0013 0013 0013 0013 034F

Power
0000 006C 0000 0013 0134 009A 0013 003A 0013 003A 0013 003A 0013 0013 0013 003A 0013 0013 0013 003A 0013 003A 0013 009A 0013 003A 0013 003A 0013 0013 0013 003A 0013 0013 0013 0013 0013 0013 0013 0013 0013 0328

Makehex is some 18 years old, and we really can do better in 2022.

Posted: Wed May 18, 2022 12:39 pm
by rm4user456
Thank you! Can't believe it took me this long to realize you can export to Girr from RMIR.