I want to have a master Teensy 4.1 that is programmable in the normal way and for it to connect to 8 others (4.1 or 4.0) and for the master to be able to re-program each of the others. Is this possible and are there any examples anywhere? I've done a few searches and found nothing. My objective is to have a single hex file that is loaded to the master and then the master sends a program to the others. I don't mind if it's the same (master) program that finds its way to each slave, as each will be able to work out which parts of the program are appropriate for it. Maybe the solution is to simultaneously load the same program to all devices - not sure if this is possible or desirable. Thanks!