hi all,
I'm trying out something and I'm not sure if I'm on the right path.
I have a relatively large piece of code written in the Arduino IDE. Now we've added a small oled screen to the hardware.
Wondering if I'm able to 'catch' the serial debug information and display it on the screen. Through-out the code there are numerous Serial.println().
Is there a possibility to display these serial strings on the screen?
My way of thinking is that these serial prints are stored somewhere in the flash memory. If at the end of the loop I could read this memory I would at least be able to display the latest send serial information.
Or. Is there a possibility to 'loop' the serial.print to the serial.read . It must be done without a secondary device.
Maybe anyone has experience with this?
Much thanks,
Rowan