I was wondering how I could get two vex controllers to talk to each other in easyc pro. I have an idea but it seems rather ineffecient and time consuming and I was wondering if there was a way to do it through either the tx,rx, or serial ports on the controller?
just use the serial ports. There isn’t much more I can say about doing it. just hook the rx to tx and tx to rx. Then just send what you want. If your talking about send packets too or using a protocol that is a whole different story. Just make sure both serial ports use the same baud rate.
-John