Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I'm not sure if it is the right place to write a feature request though... it would be very nice if there is a keyboard shortcut to start/stop capture, and clear the log!
Dear Vladimir,
thank you very much for your hint! I totally missed the check box "Highlight merged....". I concluded that the strange behaviour where I received data 1 byte each was because of an USB-UART adapter I used.
Just out of curiosity... Is it possible to get the "merged" data when I write a custom protocol analyzer?
Hi,
I am using a generic serial tap. Sometimes I see some bytes which are colored grey. Why are they colored differently? I couldn't find a description about this behavior.
Best Regards, Shun
Hi Vladimir,
thank you very much for your quick reply. It was exactly what I needed, and I was able to solve my issue. I'm implementing this protocol analyzer for the first time while figuring out how it works. Definitely some refactoring is necessary afterwards. Thanks for your help.
I am writing a custom protocol analyzer. But I could not find a way to do initialization when a new session is started. I have static variables which keep values all the time, but I don't know how to initialize those variables when new session is started.
It would be great if someone could help me.