I want view units in Serial Plotter in Arduino IDE 1.8.10 (win7)
If I use this code, all its OK, but I can't see the units
Serial.print(u);
Serial.print(,");
Serial.print(i);
Serial.println(",");
I would like you to modify the Serial Plotter in Arduino IDE so that when I write that code
so I would see the value and units "mV" at the color square
Serial.print(u);
Serial.print("mV,");
Serial.print(i);
Serial.println("mA,");
in the picture you can see how it might look
Thanks