Debugging Microview programs - Arduino IDE Debug Window?

Is the Arduino Serial port / IDE debug console window available for debug of programs on MicroView? Or, has the Microview OLED interface replaced this serial port usage?

Are there any tips in implementing this?

Thanks

Hi mate,

MicroView’s serial port is exactly the same as Arduino. So you can Serial.println() data to it and watch the data on the debug console.

Hope this helps.

Cheers

JP