This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to output a float variable from uart?

I am using the evm335x board, and test the starterware.

when i output a "unsigned int " variable using the function UARTprintf(), it's correct to output from the uart to the pc .

but how can i output a "float " or "double" variable?

Can someone help me ? I have been suffered this problem baddly.