Multiple Micro-Ros MCUs over the same serial
Hello,
From what I have seen, there is some example of Micro-ros over serial. But all I have seen is one computer (or one MCU) communicating to one MCU.
I was wondering if it was possible for example to connect two MCUs on the same serial lines to one computer? So the computer would have only one serial port to communicate with two different MCUs (or even more!).
I know that Modbus-RTU allows to do this, but it's a rather old protocol that doesn't allow much flexibility. If it's not possible to use multiple MCUs on the same serial lines with Micro-ros, is there a way to build a multiple MCUs architecture without duplicating the serial port on the computer?
Thanks.