Async serial chunks [solved]

I’m about to test the LLP from (bi-directional-uart)

But will the Async serial be updated to support multiple joined frames?
I am asking because I am trying to make a HLA for UART frames.
In the current scenario I am looking into, my packets are delimited with Breaks(low for 1+ frame) and idles (high for 1+ frame).

Hi!

There is an example HLA in the marketplace called “Text Messages” which joins frames based on a delimiter. It supports Serial, I2C, and SPI.

If it doesn’t do exactly what you need, I suggest just downloading the source and customizing it - it’s very simple!
You can find the source here:

That actually helps. When I first explored it I didn’t see the “Packet timeout” option.

Thanks Mark.