Can i communicate with I2c between 2 basicstamps
maverh
Posts: 7
Can i communicate with I2c between 2 basicstamps and how?
how can i give every basictamp a unique adress for communicating
regards,
·
how can i give every basictamp a unique adress for communicating
regards,
·
Comments
Since it's all done in Basic software, you can use any I2C address you want.
The BS2p/pe/px models have built-in I2C statements which work at nearly full speed (100KHz), but are master-only. They don't provide slave mode.
That would still have to be done slowly using ordinary statements (like LOW / INPUT / INx / IF / DO).