Plot from record table

Support forum for MegunoLink
Post Reply
ajr349
Posts: 1
Joined: Thu Jun 23, 2022 9:31 pm

Thu Jun 23, 2022 9:42 pm

In short, can live XY plot be generated from record table?

I have code that I would like to execute faster on the Arduino side, but serial communication is holding it back because I am printing to a XY plot, 2 time plots, and a record table. There is a lot of unnecessary serial communication happening because all three of the plots could be generated from the data in the record table, however, I would like to see the plots in real time. I have my baud rate as high as possible, so the only solution right now is to cut down in serial communication. Is there anyway to do this?
Thank you!
philr
Posts: 446
Joined: Mon May 26, 2014 10:58 am

Fri Jun 24, 2022 2:07 am

Unfortunately this is not possible currently. What baud rate are you using?

Cheers
Phil
Post Reply