Hi All
I am using a TSOP 1736 connected to a 12F629 and that in turn connected to a MAX232 which connected to a PC serial port.
The idea is to capture the keypress data from infrared remotes.
Digging through the forumas I found and tried Dave Houston's code which worked for NEC based remotes. (Thanks Dave!)
I am now searching for some very simple code suited to the RC5 protocol. The one requirement is that hopefully it is purely PICBASIC without any assembler.
I would like to receive the button press from the RC5 infrared transmitter, and store it in a variable , then I could do something like
Code:
IF ButtonCode = xxx then
do_something
Any help or pointers would really be appreciated.
Kind regards
Dennis
Bookmarks