This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

use of uart

I want to transmit three values through uart_putS function. but since the variable that i am passing are char and int type it is showing error as "char" is incompatible with parameter type"char *".

what should i do so that the values that are read and stored in char(int) variable can be transmitted in string format or can be transmitted using uart.

0