hello,
i wan't to control a rohmelectronics bh1414k, this is a little FM-PLL with stereo multiplexer integrated
http://www.rohmelectronics.com/downloads/products/focus/audio_lsi/bh1414k.pdf
see page 17-18 about the serial communication.
i'm not really new in embedded electronics but i don't know very much about programming them neather C. in the reference guide ( Serial.print() - Arduino Reference ) for the command 'Serial.print(b, BIN)' they talk about ASCII-sting??? can i also take a HEX number and print it in binary? confused or si it better to take the SPI guide to approach the problem...