This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

multiprocessor communication

did any body had tried to transfer data from one c51 <master> to another c51 <slave> by use of serial port

i am trying to work this thing but i fails some how. if any one can provide me some code for reference to this problem...

Parents
  • Have you tried "modbus" as search expression on Google?

    It has huge amounts of information about both the function of Modbus and how to implement it.

    The code I have is proprietary, i.e. because of copyright, ownership etc can't be posted.

    The hard part is to keep track of your transmissions, and turn off the transmitter immediately after the last bit of the transmission is done, to make sure that multiple nodes does not talk at the same time.

Reply
  • Have you tried "modbus" as search expression on Google?

    It has huge amounts of information about both the function of Modbus and how to implement it.

    The code I have is proprietary, i.e. because of copyright, ownership etc can't be posted.

    The hard part is to keep track of your transmissions, and turn off the transmitter immediately after the last bit of the transmission is done, to make sure that multiple nodes does not talk at the same time.

Children