Ray Bowman

Ray Bowman

  • NA
  • 11
  • 475

Good Example for bi-directional Communication between Python and Windo

Nov 14 2020 1:26 PM
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:
https://github.com/PeiSeng/Named_Pipe_Communication
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.