Lirc/winlirc
Jimi Freeman
Posts: 46
Has anyone successfully built a circuit on a boe-bot that is compatible with the lirc/winlirc project? I'd like to build it on the boe-bot breadboard, that way i dont have to solder it. I built the standard led receiver project, and debug values to the terminal, but not sure how to pass them onwards to lirc.
Comments
' {$STAMP BS2}
' {$PBASIC 2.5}
signal VAR Word
DO
PULSIN 0,1,signal
SEROUT 16,9600,[noparse][[/noparse]DEC5 signal]
LOOP
LIRC/WINLIRC sees the data, if you click in raw codes mode even when nothing is being passed, but when i try to configure it under the learn mode, it never sees the data