Is it possible?
I have succesfully made UART, I2C and SPI comm with other objects, and between pyb themselves.
Now, as I am using 4 different pyboards that communicate between themselves, I have tu plug-in 4 different USBs and opet 4 repls at the same time... Is it possible to simply control pyboard with other pyboard via, for ex, UART communication?
Probably it is possible, so I need to know which protocol would be used? How does the pyb communicate via usb? So I can make the same thing via simple UART
I am talking about "virtual repl", not something like "If I raise X2 to "1", you do that. If I put "Y2" to "0", you do something else..."
Please, help me

Thank you!