Printf and Scanf

I was trying to use printf/scanf in one of the tutorials instead of putch and my read since I fount it in the make file, but it didnt work. Can you please suggest how I can send and receive data using printf and scanf?

Thanks

Are you looking for something like this?

For “scanf”, look to any of our target firmware and how they usesimpleserial_get().