Micro Lover
Member level 2
Hi
I am designing digital clock using 89c51, approximately every thing is complete successfully, but I want to make a one master clock that will send serial data to slave clocks, and slave clocks will show that received data. In the slave clocks I want to use 89C2051, due to its small size. I am not a student, and I have not too much background knowledge about electronic, I want to make it for a fun.
Problem.
-----------
How can I send (serial) data using 89C51, and receive it using 89C2051.
e.g
unsigned char sec=55, min=58, hour=23
How can I send “55”, “58” and “23”.
And how can I receive it
I am designing digital clock using 89c51, approximately every thing is complete successfully, but I want to make a one master clock that will send serial data to slave clocks, and slave clocks will show that received data. In the slave clocks I want to use 89C2051, due to its small size. I am not a student, and I have not too much background knowledge about electronic, I want to make it for a fun.
Problem.
-----------
How can I send (serial) data using 89C51, and receive it using 89C2051.
e.g
unsigned char sec=55, min=58, hour=23
How can I send “55”, “58” and “23”.
And how can I receive it