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.
i am trying to interface gy-80 with tm4c1294ncpdt...i am not able to get sensor output...anyone having sample program for i2c and uart for tm4c1294ncpdt
how to print float values with uart?
Use sprintf() or the like to make a string, and send the string via UART.
Sending binary values via UART always proved to be a bad idea - for several reasons.
Usually avoid repeating myself, but:
Sending binary values via UART always proved to be a bad idea - for several reasons.
So try it out for yourself, and find out why ...