PDA

View Full Version : I2C HW support



MikeBZH
- 11th January 2010, 13:31
For PIC processors who have an embedded HW I2C interface, it would be great to use it instead of having to emulate this protocole with software with I2CREAD and I2CWRITE

Thanks

MikeBZH

hatzukitzuki
- 14th October 2010, 14:56
I agree, the I2CWRITE is not correctly working command.

rsocor01
- 15th October 2010, 06:02
For PIC processors who have an embedded HW I2C interface, it would be great to use it instead of having to emulate this protocole with software with I2CREAD and I2CWRITE

Thanks

MikeBZH

Mike,

There are some sample programs in this forum for hardware I2C. Take a look at the next thread

http://www.picbasic.co.uk/forum/showthread.php?t=9940&highlight=Hi2cread

This hardware I2C is in my to do list, but I haven't had a chance to play with it yet. But, yes I agree with you that it would be much easier if it were implemented in PBP already.

Robert