I’m using a very old Logic 8 with Logic 2.4.22.
The issue is the decoded Async data (9600,N,8,1) is decoded correctly in the table and the graph, however the “terminal” adds a few characters to the end.
These few characters are from the previous message (20ms before).
While this is not a real functional issue, it is annoying.
AND A QUESTION: the “terminal” window is quite large, should I be seeing multiple messages in this window?
Looks like your output only has carriage returns (‘\r’), but no newlines (‘\n’). The terminal is interpreting the ASCII character literally, which causes the display issues you’re seeing.
To resolve, you can use the “Carriage Return to Line Feed Converter” HLA described in a response to another post about this same issue, if you can’t change the text output directly. Just make sure to disable the original async analyzer terminal output so only the HLA output is in the terminal window (or you’ll have duplicate entries).