Is it possible for vex microcontroller to communicate with other microcontroller?

Hello,

I was wondering if it’s possible for the vex microcontroller to be able to communicate with some other microcontroller through serial port. Would it be possible?

Thank you.

i dont know about through a serial port but you could setup a 6-8 pin binary communication between 2 microcontrollers

google ‘binary’ to find tutorials and definitions on it (its a simple concept to learn), if you are using EasyC you can use a digital ouput on each pin to do the job (remember to switch the pins to the right state):wink: