It is possible to redirect remote stdio with rpyc to local stdio, but is that possible to do that with an custom stream, and react to it ?
Finally i want to redirect rpyc stdio and an serial port stream to the same stream class and handle it with the same class.
Soes somebody has an example for that or an hint how to start ?