'Device code' in infraout

George Sephton

Senior Member
Ive read the manual and seen that infraout has the device code, ie for sony applications: 1=TV 16 = DVD something like that. But is there a way to do infrarin DEVICE CODE so it will only receive say device code 1 and another PICAXE to receive device code 2?
 

hippy

Ex-Staff (retired)
INFRAIN and INFRAIN2 will only receive SIRC sent to Device ID 1 ( ie TV ).

It is possible to bit-bang SIRC code receive ( Forum Search, and I'll provide links when I can come back to this ) and it is possible to use that to determine what Device ID was used in sending and do it thatw ay. The program code size wil be larger than for INFRAIN or INFRAINw though and uses more variables in the process.
 
Top