Help Needed! Transmitting Rotary Encoder signal to IR Emitter on Car Stereo

arshull:
As an update - I tried to compile the code above and it was a massive fail.

rootboy - first error was "settings" was not defined. Should it be difined in the setup somewhere?

I'm trying a few different things to see if I can get this running, but any input would be greatly appreciated b/c I'm just stabbing in the dark....

The first thing I saw was that you are missing a parenthesis

if ( setting.read() != 11

should be

if ( setting.read() != 11)

As for the LCD and IR remote code, I'll have to dig up some parts at home to try it out (I've got them, somewhere...)