Search found 2 matches

by shimura
Mon Aug 20, 2012 7:15 pm
Forum: JP1 - Software
Topic: DecodeIR 2.43 is Released
Replies: 16
Views: 34215

Barf, 3FG

Thanks for your immediately response.
And thanks for your good programs.
by shimura
Mon Aug 20, 2012 8:07 am
Forum: JP1 - Software
Topic: DecodeIR 2.43 is Released
Replies: 16
Views: 34215

SharpDVD

DecodeIR 2.43 decode wrong code with SharpDVD (misc E).
E value is lower 4 bits of cBits[5] isn't it?
So I correct the source,
line 2549 "int x5 = cBits[5]>>4;" to "int x5 = cBits[5] & 15;"
Is it right?