Hello,
I was trying to send commandlines to pdPlayer from Pythons subprocess module using stdin.write(). Unfortunately it seems that i'm doing something wront or pdPlayer simply isn't reading stdin.
I was wondering if is was possible to pass Command lines to a pdPlayer instance directly without startin a new instance using --attach. How does the new pdPlayer instance send the command line to the existing instance?
Thanks in advance,
Mitja
I was trying to send commandlines to pdPlayer from Pythons subprocess module using stdin.write(). Unfortunately it seems that i'm doing something wront or pdPlayer simply isn't reading stdin.
I was wondering if is was possible to pass Command lines to a pdPlayer instance directly without startin a new instance using --attach. How does the new pdPlayer instance send the command line to the existing instance?
Thanks in advance,
Mitja
Comment