modbus/README
author |
Edouard Tisserant |
|
Mon, 09 Dec 2019 14:53:42 +0100 |
branch | svghmi |
changeset 2820 |
d9b5303d43dc |
parent 1909 |
bb883e063175
|
permissions |
-rw-r--r-- |
SVGHMI : had to move the problem of wkaing up python thread from plc thread to platform specific code.
Since Xenomai's cobalt thread are definitely incompatible with normal posix python interpreter binary's thread, we must synchronize them with arcane rt_pipes (the only ones that really work cross domain) as already done in debug and python async eval blocks.