Propeller to propeller communication
MJHanagan
Posts: 189
I have an application where I will need two Propeller chips to control a small process (lots of I/O pins needed). And, the two Propeller chips need to know what the other is doing so I need a a way of having them communicate and pass data back and forth. They will be next to each other so I'm thinking something like 4 I/O pins should suffice (Rx, Tx, RTS, CTS) for establishing some type of simple "serial" interface would be sufficient
I think this must have been done before and someone is likely to have some code or objects so I don't have to reinvent this wheel. Anyone aware of how best to accomplish this task?
I think this must have been done before and someone is likely to have some code or objects so I don't have to reinvent this wheel. Anyone aware of how best to accomplish this task?
Comments
I will soon be working on an object that will be able to 10Mb (possibly 20Mb) communication between two propellers (half duplex), with only 1 IOs and I am hoping to suffice with one cog each propeller. It's a few weeks out at best though.
There are a number of objects and methods to do what you are talking about. It really all depends on the needed speed and the distance and wiring between the propellers. How much information are you sending between them?
That sounds pretty quick. Does it scortch the bits on the way through the pin?
... Tim