No member named 'printf' in 'mbed:BufferSerial'

Hello,

that is ok.
I usually met a problem with printf, when I not used \n.

printf("Hello")
// vs
printf("Hello\n")

BR, Jan