RE: Infrared device on DM6446

2008-08-01 Thread Phil Quiney
Hi, The IR receiver can be read by using the msp430lib.a library that ships with the example programs. To use it (some code snippets)... #include "msp430lib.h" initMask |= MSP430LIBINITIALIZED; // Initialize the MSP430 library to be able to receive IR commands if (msp430lib_ini

Re: Infrared device on DM6446

2008-08-01 Thread Rodolfo Leffa
Hi Phil, first of all thanks for the answer. It was very helpfull. I tried to read the IR using the structure you put here, but only one value is returned by msp430lib_get_ir_key(). Even pressing diferent keys on the remote only one number is returned. Is there any configuration needed for the re

RE: Infrared device on DM6446

2008-08-01 Thread Phil Quiney
From: Rodolfo Leffa [mailto:[EMAIL PROTECTED] Sent: Fri 8/1/2008 1:57 PM To: Phil Quiney Cc: davinci-linux-open-source@linux.davincidsp.com Subject: Re: Infrared device on DM6446 Hi Phil, first of all thanks for the answer. It was very helpfull. I tried to read the IR using the structure you

RE: Infrared device on DM6446

2008-08-04 Thread Phil Quiney
___ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Phil Quiney Sent: 01 August 2008 22:10 To: Rodolfo Leffa Cc: davinci-linux-open-source@linux.davincidsp.com Subject: RE: Infrared device on DM6446 Hi , Your English is fine, I can understand what you are asking - I think anyway

Re: Infrared device on DM6446

2008-08-04 Thread Rodolfo Leffa
t; Phil Quiney, Senior Software Engineer > Trinity Convergence > Cambridge Business Park > Cowley Road > Cambridge CB4 0WZ, UK > T: +44(0)1223-435536 > F: +44(0)1223-435560 > www.trinityconvergence.com > > > -- > *From:* [EMAIL PROTECTED] [mailto: &g

RE: Infrared device on DM6446

2008-08-05 Thread Phil Quiney
(0)1223-435560 www.trinityconvergence.com <http://www.trinityconvergence.com/> From: Rodolfo Leffa [mailto:[EMAIL PROTECTED] Sent: 04 August 2008 21:13 To: Phil Quiney Cc: davinci-linux-open-source@linux.davincidsp.com Subject: Re: Infrared device on DM6446 Hi,