I was using the uart2callback project, which echoes characters. However, I'm looking to echo words or strings instead.
That means, while uart_read currently reads character, I want to modify it so that uart_read reads input until the Enter key is pressed