Write "Hello, <name>" to UART
Write a program that reads a name from the JTAG UART port until you reach a linebreak (\n ASCII 0x0a) character.
After the linebreak is received, you should write the message Hello, <name> where <name> is the name read from the UART
port previously. Your message should include the linebreak read as part of the name.