It has also commented out version which run from as userspace command (I compared with dissassembled MicomCtrl).
"
...
fd = SerialInit("/dev/ttyS0");
databuff[0] = 0xff;
databuff[1] = 0xff;
...
databuff[2] = ctrl;
databuff[8] += databuff[2];
...
WriteSerialData(fd, databuff, 9);
"
You can't find how other side is implemented in sources as it talks to hardware. I think we could find some info exeDSP like examples how it talks.
Btw hardware, I was impressed TV has 3D gfx accellerator

