getting Infrared codes

  • Thread starter Thread starter fguihen
  • Start date Start date
F

fguihen

i have a creative labs remote control and reciever hooked to my serial
port. i can recieve data from my serial port, but now i wana know, how
do i fond out what kind of code my remote uses, like, what sength ( in
bits, bytes etc). i need to knwo this before i can write code to deal
with each individual code recieved. thank you all
 
fguihen said:
i have a creative labs remote control and reciever hooked to my serial
port. i can recieve data from my serial port, but now i wana know, how
do i fond out what kind of code my remote uses, like, what sength ( in
bits, bytes etc). i need to knwo this before i can write code to deal
with each individual code recieved. thank you all


Its already been done, the Linux IRC page contains everything you need to
know. If you are a windows user, the following port exists:
http://winlirc.sourceforge.net/

Different IR remote controls use different coding procedures. Some use 8
bits, some like the Sony use 12 bits. The LIRC homepage contains many links
as your starting point, heres another to help you.

http://cgl.bu.edu/GC/shammi/ir/
 
Back
Top