Open GoogleCodeExporter opened 8 years ago
I've solved this. you can remove if wanted.
Original comment by WBagay...@gmail.com
on 15 Mar 2011 at 4:06
how did you solve?
Original comment by brandtda...@gmail.com
on 23 Aug 2011 at 6:12
I know it's been over four years, but I just ran into the same thing and spent
way too long trying to figure it out.
TL;DR If you get a pronto code (starts with a 0000 block), you can just paste
that into ribsu and it'll send it.
For example:
$ ./ribsu
21
21
[press button on the remote]
0000 006B 0000 [...]
Then:
$ echo "0000 006B 0000 [...]" | ./ribsu
And it'll send the code.
You may need to make the change in stdin_read_callback referenced by one of the
other issues (change the while loop to "while ((c = fgetc(fin)) != '\n' && c
!= EOF && n < hex->max)" )
Original comment by ja...@jamesthorne.ca
on 3 Mar 2015 at 3:54
Original issue reported on code.google.com by
WBagay...@gmail.com
on 14 Mar 2011 at 3:51