Page 1 of 1

Extend amount of data that can be logged with Message

Posted: Wed Aug 14, 2019 9:34 pm
by thaanstad
It seems that the Megunolink computer software may have a limitation on the amount of data that can be logged to the CSV file. The data is being transferred from the arduino to the computer as I can see in the message log window but the data is not getting logged to the CSV file. First the program I have will log data and will start with having a lot of 0's in the data set. When I turn on the sensors and the data is much larger #'s megunolink will stop logging. The flashing light that indicates logging stops activating as well. I am using the exact same function to print the data in the arduino so I suspect the Megunolink software cannot handle the large csv string I am sending. Can you expand the amount of data that can be logged?

Thanks!!

Re: Extend amount of data that can be logged with Message

Posted: Thu Aug 15, 2019 8:05 am
by philr
Can you see the messages in the serial monitor? Do they look right there? Could you paste in some example data so we can try and replicate?

Cheers
Phil

Re: Extend amount of data that can be logged with Message

Posted: Tue Aug 27, 2019 8:05 am
by philr
For completeness. We have increased the buffer now to 10240 characters so shouldn't be an issue any more.

Cheers
Phil