10 years, 8 months ago.

how to see a serial out on my computer

Hello, I am working on my first embedded project and am starting small, i have a FRDM-KL25Z. it has a built in accelerometer (MMA8451Q) and a built in RGB LED. Eventually i would like to grab the accelerometer data and analyze it for vibration analysis, but right now i just would like to get the data sent to the computer so i can see it and get an idea what the raw info looks like. Based on what i know, the best way to do this is a serial output i believe, but i am not sure where to find the library to help me do this. thanks in advance.

Regards

Scire

1 Answer

10 years, 8 months ago.

Hi Jordan you need the Serial Library in your program. Take a look at this link:

https://mbed.org/handbook/Serial

I hope this info help you

Greetings

Accepted Answer