I got 16 bytes, but you can make the buffer bigger in case you want to use it for different strings temporarily. The escape or control characters are each one byte size, the backslash (\) indicates for compiler that a special character is coming next. And if you want one backslash character printed out then you can send printf("\\").I think string size is 17 including spaces and escape characters (\n, \r) plus ADC_Result two bytes and the string ending zero


