News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Flirc with LMCE

Started by ZaPHoN, May 04, 2012, 05:13:35 AM

Previous topic - Next topic

ZaPHoN

Has anyone tried the Flirc IR adaptor with LMCE yet? It seems to be platform independent and can learn remote commands. This would be a nice and easy way to control several components such as receiver and TV with a hybrid build.

flirc dot tv

"Flirc is different from other I.R. adapters."

"Conventionally, I.R. adapters require the computer to understand the I.R. commands, which is what LIRC is for. However, methods like LIRC require extensive knowledge should your remote control not be supported, which can be more frequently than expected, LIRC is not meant for the novice. That's where flirc steps in. Flirc is detected as a USB keyboard, eliminating the need for XBMC special drivers. Any media center application that supports a keyboard as an input device, supports flirc out of the box. "

tschak909

See my other posts about creating a DCE device. If there is a published protocol, and a way to talk to the device via a shared library or some other method, then a C++ device can be made to let LinuxMCE devices talk to it. Again, read Developing a DCE device in the wiki.

-thom