Replies: 1 comment 2 replies
-
Does You can try wrapping a terminal (e.g. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
currently i try to implement an Console Application which uses CliWrap to call an cli to execute a flashing process for a fpga.
Evertything works great except that i am getting the whole output from the external cli only after the process is fnished. When i use the cli directly i get an information about the current state every couple seconds.
Using CliWrap i captured the output to a stringbuilder. Every line of the output is terminated with \r\n.
I call CliWrap like this:
Afterwards the buffer contains the following:
"Lattice Programmer Diamond (64-bit) 3.12.1.454.2 Command Line
Argument check - OK
Loading Programmer Device Database... Done.
Opening XCF file... Done.
Programming XCF Contents... Connected to Lattice Cable Server.
Done.
Lattice Diamond Programmer has exited successfully."
I get the same result using ListenAsync().
What am i doing wrong?
Greetz,
lamah
Beta Was this translation helpful? Give feedback.
All reactions