Altera_Forum
Honored Contributor
8 years agoString parser
I need some example for string parsing. Just some basics to move on. I get commands from a terminal on UART module so I want to parse this commands and its arguments.
I need some example for string parsing. Just some basics to move on. I get commands from a terminal on UART module so I want to parse this commands and its arguments.
What have you tried?
I'd store all incoming characters into a DPRAM and then process them once you've received a carriage return - assuming that marks the end of your command. Cheers, AlexYes.
Cheers, Alex