Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/18/05 05:01
Read: times


 
#95236 - Try parallel comm,
Responding to: ???'s previous message
Hi Naeem,
From your note it is clear that your master 89c51 is communicating with PC through serial and it is alredy using the TX and RX. so you can do one thing you can convert the received serial data into a 8 bit or 16 bit parallel data , which is taken out through ports and send to the other controllers in parallel.

Do like this It is my Theoratical Idea, not practically tried.
!) You recive data which is from pc to your master Mc
2) After receiving the data in master you convert the data in to an 8 bit or 16 bit data in parallel and feed them to the output ports.(if the ports are available)
3)Then you use another 89c51 which is an extra one not from your other 7 and recive the parallel data and convert it into serial..
you can communicate now with other controllers.Also try to do viceversa for the receiving data.
you can also do it with a parallel to serial data cnvertion using a shift register instead of that I think it will be better to use another 89c51 for that purpose.
with regards ,
mahesh krishnan

List of 24 messages in thread
TopicAuthorDate
One 89c51 Master and 7 Slaves            01/01/70 00:00      
   Multiple 8051s communication            01/01/70 00:00      
      Standard IO expender            01/01/70 00:00      
         try 74xx273            01/01/70 00:00      
   Try parallel comm,            01/01/70 00:00      
      Defeating the object?            01/01/70 00:00      
      Parallel communnication            01/01/70 00:00      
   expand the i/o            01/01/70 00:00      
   Cart Before Horse            01/01/70 00:00      
   Why not HC595?            01/01/70 00:00      
   questions            01/01/70 00:00      
      Answer            01/01/70 00:00      
         From CBHS to STPC            01/01/70 00:00      
         textile machine ...            01/01/70 00:00      
         You're never too old to learn            01/01/70 00:00      
         RS-485??            01/01/70 00:00      
         CAN??            01/01/70 00:00      
   the most I ever drove            01/01/70 00:00      
   For io expenssion            01/01/70 00:00      
      Big Box            01/01/70 00:00      
      The best:            01/01/70 00:00      
         Maxim            01/01/70 00:00      
         explain,what calculation            01/01/70 00:00      
            Hmmmm....            01/01/70 00:00      

Back to Subject List