Hello!
I've added the feature of end-of-packet detection by idle timeout to the uart protocol decoder. Here is the pull request:
There is feature of combining of the uart data to the packets already. Packet end is determined by amount of data (packet length) or by a delimiter char. But not all uart protocols have constant length of packet or a delimiter char that occurs only at the end of packet. In that cases packets will be splitted at almost random places and therefore it will be difficult to analyze them, especially in realtime using sigrok-cli.
So I made this little patch that doesn't break any of the existing tests and is limited to adding just this feature to split the uart packets by idle time.
Does anyone need this feature but me?
Could someone review the patch and commit it?
Sincerely yours,
Sergey Spivak
_______________________________________________ sigrok-devel mailing list sigrok-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sigrok-devel