6 years, 11 months ago.

Best way to save a set of data from Nucleo-L476RG to a file/Matlab/Excel?

Hey,

I'm attempting to save save a set of sensor data vs. time on a Nucleo-L476RG board for the purposes of graphing in Matlab/ Excel. Currently I have the data being streamed through serial to a Putty terminal stream.

I have tried to using the localFileSystem command but this does not work with this board and I have also tried using the ifStream library but can not seem to find this in the mbed compiler window. These methods are as far as my knowledge extends in being able to save data either directly from the microcontroller or from the terminal window to a file.

Is anybody able to to help me find out the best way to do this?

Thanks.

1 Answer

5 years, 8 months ago.

Hi,

I don't know if I can help since it was a year ago, but I do use Realterm as terminal and there is a capture function can help you save the print out data. I know it is not perfect but at least it works.