Re: Convert LIRC configuration file to harchardware cli incantations?

Bengt Martensson <[email protected]> Sat, 24 Dec 2022 19:33:58 +0100
Newsgroups gmane.comp.hardware.lirc
Message-ID <[email protected]>
On 12/24/22 12:09, Jan Ceuleers wrote:
> Dear LIRC list,
> 
> I am transitioning away from my current IR blasters (MCE-based) towards
> Arduino Nanos running GIRS. To this end I would like to convert my LIRC
> configuration file to a series of harchardware invocations, so that I
> know what harchardware command to issue in order to blast each key that
> is configured in the LIRC file.
> 
> Is this something I can do with IrScrutinizer?

Something like this?
https://raw.githubusercontent.com/bengtmartensson/IrScrutinizer/master/src/main/config/exportformats.d/tester-arduino.xml

Just drop it in the export formats directory exportformats.d of 
IrScrutinizer (or get the current snapshot), and export your favorite 
remote using the export format "tester-arduino". It is more of a 
proof-of-concept than a polished product.

Greetz,

Bengt