Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • Perhaps instead of disconnecting try to send a line break so the C# side can process its Readline(); call. Commented Oct 16, 2012 at 12:13
  • Adding a line-break in form of #13#10 to the string doesn't help. By the looks, the C#-part doesn't recognize any data until the disconnect.
    – chollinger
    Commented Oct 16, 2012 at 12:17
  • 2
    What exactly eats the 72%? C#/Delphi sent/receive? Commented Oct 16, 2012 at 14:17
  • The whole pipe communication on either side, i.e. C# -> Delphi and vice versa.
    – chollinger
    Commented Oct 17, 2012 at 5:34