This issue is to keep track of MicroProcessor-MicroController bridge emulation support status.
On Arduino Yun and Intel Edison it's done with Serial interfaces. From Linux side it looks like a tty device (/dev/ttyATH0). At first sight it should be enough to simply pipe this device. However, this approach doesn't take into account MCU flashing.
Some related protocols:
This issue is to keep track of MicroProcessor-MicroController bridge emulation support status.
On Arduino Yun and Intel Edison it's done with Serial interfaces. From Linux side it looks like a tty device (
/dev/ttyATH0). At first sight it should be enough to simply pipe this device. However, this approach doesn't take into account MCU flashing.Some related protocols: