I want to run in Linux (mono, app in C#) a background console app written in C and get (for example as string) back the line which begins with the string "Temperature".
I am starting the temper process using System.Diagnostic.Process
and RedirectStandadOutput
, but I receive only an empty console window with no text - when I run manually temper in terminal, everything is working ok.