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]
IrDA function doesn't work
Moderators: Shine, Insert_witty_name
Re: IrDA function doesn't work
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.splitti79 wrote:I want to get the signals of different controls and save them in profiles to use the psp as multi remote control.