In the communications portion of the forum, I2C is mentioned as being part of that section, but there's no particular I2C forum.
Here's my I2C question:
On the PIC 18F4550, pins 33 and 34 are the SDA and SCL pins for I2C communication. They work fine. Can I implement another I2C device on another set of pins, say RC2 and RD7, as long as I specify those pins in the I2CRead and I2CWrite commands?


 
		
		 
						
					 Under communications, an I2C section.
 Under communications, an I2C section.
		 
			 
			 
			 
					
					

 
 
		 Do I really need multiple I2C Busses?
 Do I really need multiple I2C Busses?
		 .  Also, if your PIC has a harware I2C, you can use that as well (much faster than PBP "bit-banged" bus BTW).
.  Also, if your PIC has a harware I2C, you can use that as well (much faster than PBP "bit-banged" bus BTW).

Bookmarks