barbeker wrote:first of all thank you for your help. second, please forgive my english.
I guess I need to be more specific. I'm a spouse to build a LED based communication system, and I need the raspberry pie to be able to transmit a data stream to a LED driver which receives either high voltage level (represents a binary one) or low voltage level (represents a binary zero).
That rules out SPI (as SPI needs a separate clock signal) and Ethernet. The serial link is limited to 4MBps. All that is left is the PWM or PCM peripherals. I'm not sure if either would be suitable for what you want to do.