Data Collection


#1

I am using the MakeBlock Orion, and the TFT LCD Screen together. I want to capture data that is being printed on the screen without the weird formatting that must me applied to print to the LCD screen. How can I capture the data?


#2

Write it through the serial port and capture the log somewhere?


#3

I have been doing that, but the data comes out in this format:

CLS(0);DR0;DS32(0,0,‘x: 0’,15);DS32(120,0,‘y: 0’,15);DS32(240,0,‘z: 1’,15;DS24(0,60,‘Pin: 0.000’,15);DS24(0,100,‘Vin: 0.000’,15;DS24(160,60,‘Pout: 0.000’,15;DS24(160,100,‘Vout: 0.000’,15;DS24(0,140,‘Iin: 0.000’,15);DS24(160,140,‘Iout: 0.000’,15;DS64(0,170,‘Efficiency: nan%’,15;

What I want it to output is just : x:0 y:0 z:0 Pin:0.000… Is there a way to do this? Thanks


#4