0 votes
by (140 points)

hello,

is it possible to set DataProcessingMode to Automatic for the VirtualTerminal?

Thank you,
michael

1 Answer

0 votes
by (70.3k points)

No, this functionality is available in TerminalControl only.

When using VirtualTerminal just call the VirtualTerminal.Scripting.Process(timeout) method in a loop. If you run it infinitely on a background thread, you will achieve similar effect as setting DataProcessingMode.Automatic on TerminalControl.

...