Removing {UI|SET|mouseinit.BackColor=Green}

Support forum for MegunoLink
Post Reply
jkearns7777
Posts: 1
Joined: Mon Jun 17, 2019 3:51 pm

Mon Aug 24, 2020 6:24 pm

I cant for the life of me get rid of stuff like the below in my Arduino Serial browser. I want the functionality between my sketch and Meguno dashboard to be there but i don't want the below to clog up my Arduino serial window. Does anyone know how i can remove this from appearing?


{UI|SET|mouseinit.BackColor=Green}
{UI|SET|gpsinit.BackColor=Green}
{UI|SET|imuinit.BackColor=Green}
{TIMEPLOT:COMsuc|DATA|COMsuc|T|10}
{TIMEPLOT:COMtim|DATA|COMtim|T|2}
{TIMEPLOT:COMnan|DATA|COMnan|T|0}
{TIMEPLOT:COMsen|DATA|COMsen|T|0}
{TIMEPLOT:COMnom|DATA|COMnom|T|3}
philr
Posts: 446
Joined: Mon May 26, 2014 10:58 am

Sat Sep 05, 2020 1:07 am

Hi this is not possible. The serial monitor prints raw serial data which includes those messages. You can switch to the message monitor to display targeted messages.

https://www.megunolink.com/documentatio ... isualizer/

Cheers
Phil
Post Reply