mainee() handles data transfer from one buffer to the other and triggers TX.
I also think that there might be something wrong with my hardware, but I should try not using a terminal because it seems that anything sent from there is received in order at the same time, so I prefer to read it all until EOL.
Now, assuming that I keep this structure that will send character by character the whole string, do you see something in the mainee() function that could cause data loss?
Can't you debug the application?🤔 Set a breakpoint in the TX ISR and another one in the mainee within the if and see what causes the termination of the string transmission
Обсуждают сегодня