I'd like to create application to combine measurements from two car systems and plot it.
One is external lambda sensor, second is aftermarket ECU for propane-butane conversion.
One could deliver AFR information, second RPM and engine load.
Unfortunately those app don't provide any api. Apps have simple GUI, I thought that maybe extracting data from it could be solution. Is there any easy and reliable method to extract numbers/texts from other application? I'd like to use C++ or C# on Windows.