Exterminator
Jun 15 2009, 3:44 AM
Hello people, i'm in the need of some piece of info that i can't find anywhere..
I'm trying to interface two 89c2051 uC-s over the I2C bus, but i can't find the address for them so they could address each other..
Does anyone know where to get the addresses?
I'm programming in Bascom8051..
Thx for the replyes..
I'm trying to interface two 89c2051 uC-s over the I2C bus, but i can't find the address for them so they could address each other..
Does anyone know where to get the addresses?
I'm programming in Bascom8051..
Thx for the replyes..
RUSHI D
Jun 15 2009, 4:19 AM
according to me u can not generate hardware address for a microcontroller which does not have on chip I2C..
on this site u'll find I2C routines for dedicated I2C pheripherals only ..(i.e. communication between microcontroller and a I2C device which has its own hardware address)
i'll suggest u to go for microcontrollers which has on chip I2C..in that u can assign the address u want..
all d best
on this site u'll find I2C routines for dedicated I2C pheripherals only ..(i.e. communication between microcontroller and a I2C device which has its own hardware address)
i'll suggest u to go for microcontrollers which has on chip I2C..in that u can assign the address u want..
all d best

Ajay Bhargav
Jun 16 2009, 7:20 AM
you can use uart to connect two 89C2051 instead.
Exterminator
Jun 16 2009, 12:04 PM
Ajay Bhargav wrote ...
you can use uart to connect two 89C2051 instead.
I'm quite new at this, so i haven't used UART yet.. Any good tutorials up here or anyone got any good links?
RUSHI D
Jun 16 2009, 7:00 PM
Ajay Bhargav
Jun 18 2009, 6:51 AM

