Hello!
Im having troubles with a simple code on UART, I want to get a string and then show it.
For example:
put_string("Your name:"); now store the name Juan, (similar to scanf) then put using put_string and see "Welcome Juan"
I know this is basic, I already google search but I can´t find, perhaps because I speak little English, if my post is annoying and repeated, can you help me at least with a link :S.
Thank you in advance.
PS. I am writing a code for a RTC, and need to use commands for setting the time and date. So I want to store strings that can be used for a simple comparison with strcmp.