Shop OBEX P1 Docs P2 Docs Learn Events
Lirc/winlirc — Parallax Forums

Lirc/winlirc

Jimi FreemanJimi Freeman Posts: 46
edited 2009-01-07 02:01 in Robotics
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

  • Jimi FreemanJimi Freeman Posts: 46
    edited 2009-01-07 02:01
    i have tried something like this,

    ' {$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
Sign In or Register to comment.