tbird20d / grabserial

Grabserial - python-based serial dump and timing program - good for embedded Linux development
GNU General Public License v2.0
195 stars 77 forks source link

Hexoutput - serial timeout as previous transmission terminator #53

Closed AlphaSierraHotel closed 3 years ago

AlphaSierraHotel commented 3 years ago

I saw the OP on tbird20d/grabserial#50 had an issue where their periodic data transmissions were not being separated - which makes sense. Their use case doesn't use line terminators but instead is broken up or terminated by the passing of time without serial data transmission. This last commit/PR should resolve this by using the first serial timeout without data transmitted to indicate the end of the previous transmission -- only during hex-output of course.

AlphaSierraHotel commented 3 years ago

See the commit 2149cd3901a4d1a2ffda81fda3f26bf6e446c3c0 for the recent changes that instigated this pull request.

tbird20d commented 3 years ago

These commits have been merged to the master branch.