Hi @mariuslucianand @adriantudor
great thanks for your help. Both of solutions are work for me.
thanks for your support.
Hi @viet
Another solution is to use a "matrix concatenation" block after the string to ASCII block and add decimal values for new-line and carriage return, as in this picture.
Best regards,
Adrian
Hello @viet ,
One way of sending the newline character is to provide the data to the LPUART send as uint8 (char) and to add in the end the number 10 (which is newline) If you also want to send carriage return is to add the number 13 also. See the below example. This is not the most elegant way, but it works.
Hope this helps,
Marius