lotam
5
Hi Donald, Vimal,
I would guess the junk char is just because of UART sleep after idle.
A quick test is to send below when issue happened, and ideally app uart read should recover
stty -F /dev/ttyHS0 115200
Once confirmed, please consider using stty or below routine to keep UART active, to avoid entering this situation.
Thanks