is the any way (or plan) to make the data table automatically scroll to the most recently decoded frame/byte/whatever? The terminal only shows the raw analyzers like Async Serial. I am using a custom HLA.
Along similar lines to 1) if actively capturing and the memory buffer is full (i.e. old samples are being removed), the data table keeps jumping back to the top. I can sort of understand if old data has been removed but even if it hasn’t, it still jumps back to the top. Makes it impossible to scroll down until the capture is stopped which I don’t always want to do. I’d consider this a bug.
I see some old posts about collapsing/scrolling the analysers that are configured and that it was a feature you’d likely implement. I like to have a wide but not very tall window and just two async serial decoders and two high level decoders takes about a third of the space. Is that ever going to be added?
Search hasn’t turned up much for any of these issues.
The Data Table unfortunately doesn’t work quite well while a capture is ongoing. We’ll take a look.
Does the below image show the limitation you are referring to (i.e. the list of analyzers taking up too much space)? Unfortunately, we currently don’t have a way of collapsing it, but I agree that it does take up quite a bit of space when the window is sized as such.
Thanks Mark, I will give it a go shortly. Yes for #3 I was referring to the yellow box.
Re #1, scrolling to the end is fine but if I have a constant stream of data packets, I don’t want to have to click on the window and keep pressing End to show the most recent decode. It should just scroll like the Terminal can and does.