I2C data bus with PIC 16F877

Thread Starter

rukshankb

Joined Oct 19, 2006
5
Hi to all
I have a project to do the operations n a switch.(final exam) so i need to use i2c data bus and pic 16f877a. I want the codes in ASM files (i have microc files)
to simulate the controlling these i2c and pic 16f877.

regards
 

niftydog

Joined Jun 13, 2007
95
The 877 supports I2C, all you do is follow the sequence shown in the 877 datasheet and it just works. It's just a case of writing to and reading from registers registers and looking for flag bits.
 
Top