--- In AVR-Chat@yahoogroups.com, Kathy Quinlan <kat-yahoo@...> wrote: > > Hi all, > > I have a few questions regarding IR remotes for TV / VCR etc. > > I have a product that has IR interface but no Serial port, so I am > trying to design an adapter from RS 232 - IR, but my problem is I have > never played with IR. > There are 2-3 products on the market that receive IR and output RS232. I have used "IRman". It's inexpensive. It generates ASCII text (hex characters). Each such data string is unique to a given button on a given remote, e.g., 8FE3D56 might be channel-up on a remote for a JVC model xyz TV. There are others that do the same thing, but on USB. I wrote AVR code that does the above, and also accepts data back from the serial port (PC) and emits the same IR. That AVR (C and asm) source code is a donated project on avrfreaks.net, in the projects section. Look for "TWIRP". steve
Message
Re: IR Protocol
2006-11-15 by stevech11
Attachments
- No local attachments were found for this message.