Part Number:TMS320C6748
Tool/software: Code Composer Studio
What is the difference between UARTPutc(' ') and UARTPuts(' ') and also help me to identify the use of the highlighted number in the following functions
UARTPuts("\n\nEnter the time in 24 hour format.\r\n", -1);
UARTPuts("\r\nEnter Hours: \r\n", -2);
Thank you .