> I want to convert SPI in I2c > (a 68hc11 has to communicate on an I2C bus, and its UART is already use.) > Is there something like MAX3110 (SPI<--> USART converter), but for > SPI<-->I2C ? You can not just convert from an arbitrary SPI port to an arbitrary IIC port. IIC has out of band information, like addresses and message start/end, and transfers in one direction at a time. The best choice (if you really want to do this at all, seems like this may be the wrong place to solve the problem) would be a micro that has both SPI and IIC and you write code that translates between them according to your particular application. ***************************************************************** Embed Inc, embedded system specialists in Littleton Massachusetts (978) 742-9014, http://www.embedinc.com -- http://www.piclist.com hint: To leave the PICList mailto:piclist-unsubscribe-request@mitvma.mit.edu