Re: General question about IR remote signals from USB DVB tuner

2012-02-11 Thread Jan Panteltje
This little demo C program looks for the IR input device, parses the IR output and can start any application on any remote key press or release. Compile with gcc -o test50 test50.c I have added a start xterm, a start firefox, and a kill firefox as example. add your own as needed. Have fun:-) tes

Re: General question about IR remote signals from USB DVB tuner

2012-02-10 Thread Tony Houghton
On Fri, 10 Feb 2012 08:34:49 -0800 (PST) Jan Panteltje wrote: > I recently bought a Terratec cinergy S2 USB HD receiver. > I got everything working just fine in Linux and get excellent > reception. > This thing came with a small remote controller, and I notice > that the output of this remote a

General question about IR remote signals from USB DVB tuner

2012-02-10 Thread Jan Panteltje
I recently bought a Terratec cinergy S2 USB HD receiver. I got everything working just fine in Linux and get excellent reception. This thing came with a small remote controller, and I notice that the output of this remote appears as ASCII characters on stdin, on any terminal that I open... Wrote