IrDA function doesn't work

Discuss using and improving Lua and the Lua Player specific to the PSP.

Moderators: Shine, Insert_witty_name

Post Reply
splitti79
Posts: 1
Joined: Fri Oct 13, 2006 11:06 pm
Location: Germany

IrDA function doesn't work

Post by splitti79 »

Hi,

I want to get the signals of different controls and save them in profiles to use the psp as multi remote control.

System.irdaRead() takes the signal, but the signal is only one sign and it's every time the same sign on different remotes. I tried to change the format with tonumber() and tostring, but no good result.

Could you help me???[/quote][/code]
Shine
Posts: 728
Joined: Fri Dec 03, 2004 12:10 pm
Location: Germany

Re: IrDA function doesn't work

Post by Shine »

splitti79 wrote:I want to get the signals of different controls and save them in profiles to use the psp as multi remote control.
The IrDA light modulation is imcompatible with the usual remote control light modulation, so this won't work. IIRC there was some low-level program written some time ago in a forum of ps2dev.org, where someone managed to program the IR LED hardware to emit remote control signals, so you can enhance Lua Player with this source to support it and I can integrate it in the official Lua Player release.
Post Reply