IR remote Connect Mouse Qt embedded ?
I m using an mips board. I have built an application which is supposed to receive signals from an IR remote.But I dont how I can enable my application which is built in Qt to receive the IR singals. I read that Qt extended 4.5.2 supports IR...
My working specifications
OS :linux 2.6.22
Board:SMP8654
Application Developed in Qt
Please help me in this
Thanks in Advance
Re: IR remote Connect Mouse Qt embedded ?
AFAIK, IR is usually implemented as serial RS232.
Have a look if this is the case with your HW.
If it is, all you need to do is connect to the serial port the IR sensor is talking to.
NOTE:
The above assumes that you do not need to handle the low level signal interpretation!
Re: IR remote Connect Mouse Qt embedded ?
Re: IR remote Connect Mouse Qt embedded ?
http://www.forum.nokia.com/info/sw.n...60_3rd_ed.html
download here you will find Remote control extension api that can help you.
cheers!.
Re: IR remote Connect Mouse Qt embedded ?
Quote:
Originally Posted by
bilalsaeed
but i dont do on mobile, i do on Embedded Linux