Hello All, Sorry if my question already thrown in the forum. I mean how reliable this 'bit banged' i2c compared to its hardware i2c counterpart ? Is there anybody has an experience using it in Industrial Machines ? Thanks in advance Regards Cahya
If you write a good bit-banged driver it will, by definition, be reliable! If your implementation is poor, well - what do you expect?
Hi Andrew, How about the Keil's example in http://www.keil.com/download/docs/mcb517_i2c.zip.asp Is it a good one ? Thanks