Hello,
I'm really hoping somebody could help me with some pointers on using the arduino to interface with another device. My car stereo has an un-used cd changer port. I'm trying to open the audio input, but first I need to fool the stereo by emulating the cd changer. I'm hoping the arduino can do this.
My biggest weakness is in the software. The stereo has a data-in and data-out pins (no clock). I've found nothing online to describe what protocal is used - maybe it's something like rs232, but I'm not sure. Someone mentioned it's 2 wire (rx/tx) async. serial protocol with 9 bits of data where the 8th bit is used for synchronisation - but I'm not certain...
Could someone suggest any pointers on where to start? How to test what kind of commands to send to open the audio in? Would you know where I could find some examples of simple programs that might be able to help me figure out how it communicates?
Any suggestions welcomed and appreciated, thanks!