Page 1 of 1

Debugging Microview programs - Arduino IDE Debug Window?

Posted: Thu Oct 23, 2014 2:14 pm
by awardblvr
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

Re: Debugging Microview programs - Arduino IDE Debug Window?

Posted: Thu Oct 23, 2014 3:30 pm
by Help@GeekAmmo
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