Opposite of PromptReceived event (wodTelnetDLX)

by Dave Langley @, (3839 days ago)

How do I fire an event from a string that is sent by the host program (a kind of PromptSent event)?
Example: From the host I would print "<escape><stx>wordpad.exe<crlf>" to the screen. I want to trap this.

locked

Opposite of PromptReceived event

by Jasmine, (3839 days ago) @ Dave Langley

Hi Dave.

I'm not sure I understand the question. If host program is sending something, then it arrives to the client as regular data, so PromptReceived would receive it. It sounds to me like PromptReceived is what you need.

Can you explain it differently if this is not the case?

Regards.
Jasmine.

locked

Opposite of PromptReceived event

by Dave Langley @, (3839 days ago) @ Jasmine

You are right - my testing was sloppy. Thanks.

locked