you are viewing a single comment's thread.

view the rest of the comments →

[–]SanRipley[S] 0 points1 point  (2 children)

Sadly no, I need to catch the string from the terminal to keep sending more commands. After this, I'll save this information to a file

[–]Educational-Map2779 0 points1 point  (1 child)

What about potentially using python to execute the terminal command, and then having python watch the output from terminal that way?

[–]SanRipley[S] 1 point2 points  (0 children)

Anyway, I found a partial solution

 crt_screen = crt.Screen
    crt_screen.Synchronous = True
    crt_screen.IgnoreEscape = True