??? 08/11/09 14:54 Read: times |
#168316 - Communication between two 8051 |
I want to connect two 80512er by serial port to PC. First 8051er is the master (COM1) and the other one the slave(COM2).
The master is making something and after that he should say to the slave "Do something" and stops. And the slave must get a signal from master and does his work. After that he stops, too. And so on. Note: There aren't any free A/D and D/A ports. Now the good question: How to connect the master with the slave. And how to realize that by c-programming? THX Walter |