bengtmartensson / IrScrutinizer

IrScrutinizer is a program for IR signal analysis, decoding, generation and much more.
http://www.harctoolbox.org
GNU General Public License v3.0
327 stars 42 forks source link

IRremote export: update and extend #444

Open bengtmartensson opened 2 years ago

bengtmartensson commented 2 years ago

IrRemote has recently been changed in an incompatible way. The export format with the same name should be updated for the new API.

Also, there are several protocols in IRremote that currently are not supported but it would be easy to do so.

lucki1000 commented 2 years ago

Is there some progress on fixing the export to IrRemote?

bengtmartensson commented 2 years ago

Sorry, no. I am pretty busy for the moment. But it is not that hard, or that much work. Can you help?

lucki1000 commented 2 years ago

Hi, sorry I really don't have Java or object oriented programming skills, maybe If you can give me some advise I can try to bring it back to a working state. :)

bengtmartensson commented 2 years ago

It is not really that complicated; knowhow of Java or OO are not required. You only change the file exportformats.d/IRremote.xml (and, possibly, the file exportformats.d/Arduino_Raw.xml). The procedure is described here. Good luck!