Two P8X32A and I2C communication
megaionstorm
Posts: 178
How can two P8X32A communicate with another through i2c ?
Every P8X32A has a own EPROM and both EPROMS has the same i2c address !
Every P8X32A has a own EPROM and both EPROMS has the same i2c address !
Comments
Try this simple object for starters:
http://obexclassic.parallax.com/objects/528/
another to look at:
http://obexclassic.parallax.com/objects/251/
You'd have to write some I2C slave code. While not hard to do, I don't think anybody has done that yet: there isn't really much need when you can just use a full duplex asynchronous link for the data.