We are trying to connect two Hyper-V VMs through a serial port. Hyper-V exposes the serial port as a named pipe to the host system, and implements the server end of the named pipe. Consequentially, to
can I somehow list named pipes on remote server from a client application? On local computer I use hFindFile = FindFirstFile(\"\\\\\\\\.\\\\pipe\\\\*\",&fdFileData);
This question is related to my earlier question. Connecting to the pipe is now successful, but I still cannot read (or write) any data from the port.
I am testing an application that uses the COM-Port. The application is running in Virtual PC. I have set up the Virtual PC settings to use th开发者_运维技巧e named pipe \\.\\pipe\\mypipe for COM1-Port
I have an ASP.net project which involves using a custom IHttpModule. This module will sit in the pipeline and when certain criteria match up, it should invoke a method on a WCF service hosted in a sim
Say I have a program that outputs to a file which is provided by an (required) argument: 开发者_StackOverflow社区
I\'m having trouble with the WaitNamedPipe function hanging. ...this the portion of my code relevant to the problem.I created a process, then a pipe, and the function WaitNamedPipe seems to be stuck o
I want to make two processes communicate with each other via two named pipes on Linux开发者_运维知识库.
I want to insert data from a fifo pipe into a mysql table, right now for me, this is possible until the fifo pipe process is killed,
My situation is I have a legacy app which I don\'t have the code for which writes out data to disk every second or so. I have a C# program I wrote which every second reads what was written to disk and