Good Example for bi-directional Communication between Python and Windows (C#)

Ray Bowman

New member
Joined
Nov 14, 2020
Messages
2
Programming Experience
10+
Hi,

Does anyone know where I can find a good example of duplex pipe communication between a process running Python and another running .NET (C#)? I am trying to do this with win32pipe. The documentation on this leaves much to be desired.

I found this example:


However, it only does a one-way operation, sending data from the server to the client.

Can anyone show me how to modify (augment) the code so that an object is sent from the client to the server, which does something to modify the object, then send it back to the client? Do I need to create another pipe to send data from the client to the server?

Any assistance with this would be appreciated.
 
Back
Top Bottom