Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 10 months ago.
(ask)how to Save Data ADC to Excel ?
help, I want save data adc (voltage) to excel.
2 Answers
8 years, 10 months ago.
Another, more literal interpretation is to printf up the serial port to the PC, and then read the serial port from within Excel. Search the net for "read serial port into excel", and you'll get plenty of examples.
8 years, 10 months ago.
Hi,
Thanks for your question :)
The best way to this would be, send the data over the USB serial to the host PC.
Take a look at https://developer.mbed.org/questions/1688/Issue-in-Data-logging-in-SD-Card/
Regards,
Andrea, team mbed