المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How to create a named pipe with data stream



C# Programming
09-11-2009, 12:10 AM
Hi

I am looking for someone who can advise me and show an example of how to create a named pipe - one in and one out - with data stream.

To elaborate a little, I need to create a named pipe connection which will pass textual data from a desk top PC to an external device, which will be attached via USB cable. I need two named pipes - one to pass data down to the device and the other pipe to pass messages back to the PC from device.

Can anyone provide any help or example code for me, please?