0

Dual analyzer support


R
Ryan Lindeman

I am attempting to develop a High Level Analyzer for a serial protocol that involves encrypted payloads.
The issue is that the AES key is only sent from one Async serial lines but is used for decrypting payloads on the other Async serial line in my capture.
It would be helpful if a High Level Analyzer could select and decode two lower level Async serial lines so I could use one Python instance of the High Level Analyzer which would be able to share this encryption key.

Activity Newest / Oldest