I put all the values into one command :
Code:
pulse con 567
MAIN :
if porta.0 = 0 then
PORTC.0 = 0
pauseus 4032
for i = 0 to 48
lookup i, [value, value, value, ....], j
PORTC.0 = 1
PauseUs j
PORTC.0 = 0
PauseUs pulse
next i
PORTC.0 = 0
PauseUs 4500
PORTC.0 = 1
ENDIF
PAUSE 25
goto main
...but testing hardware I have no results
, despite the "full similarity" with code captured with IR_Scope !
Somebody has more experience with IR remote control ? It's the "lenght" of each pulse so critical ?
I don't understand what I do wrong ...
Bookmarks