JP1 Remotes Forum Index JP1 Remotes


FAQFAQ SearchSearch 7 days of topics7 Days MemberlistMemberlist UsergroupsUsergroups RegisterRegister
ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in

RMDU to ProntoHex Conversion Help

 
Post new topic   Reply to topic    JP1 Remotes Forum Index -> Non-JP1
View previous topic :: View next topic  
Author Message
rm4user456



Joined: 08 Dec 2021
Posts: 2

                    
PostPosted: Tue May 17, 2022 9:24 pm    Post subject: RMDU to ProntoHex Conversion Help Reply with quote

Hello,

I've been trying to get the codes from this file http://www.hifi-remote.com/forums/dload.php?action=file&file_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:

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!
Back to top
View user's profile Send private message
Barf
Expert


Joined: 24 Oct 2008
Posts: 1402
Location: Munich, Germany

                    
PostPosted: Wed May 18, 2022 7:13 am    Post subject: Reply with quote

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:

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.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
rm4user456



Joined: 08 Dec 2021
Posts: 2

                    
PostPosted: Wed May 18, 2022 1:39 pm    Post subject: Reply with quote

Thank you! Can't believe it took me this long to realize you can export to Girr from RMIR.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic       JP1 Remotes Forum Index -> Non-JP1 All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


 

Powered by phpBB © 2001, 2005 phpBB Group
Top 7 Advantages of Playing Online Slots The Evolution of Remote Control