Page 1 of 1

n00b - short IR sequence learning...?

PostPosted: Wed Jul 06, 2005 6:52 am
by kusamochi
I've build a little program from the api example as guideline and used very happily until my parents decided to change the air-conditioner. I would like to learn and record the air-con IR remote’s sequence from UIRT, but the sequence is too short it stop at 24% while learning. Since the fn_learnIR is from the dll, what can I do to learn it?

Than you so much for your help
Alan

PostPosted: Wed Jul 06, 2005 8:17 pm
by jrhees
Alan,

You will have to either use the lrnHelper app or modify your app to implement the 'Accept Burst' option. This option essentially sets the bLearnAbort (which is actually an integer) to -1. This behaves differently than setting it to 1 (which causes learning to abort) in that it treats a -1 as 'Accept Burst' and will return the burst IR code.

-Jon