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

Triggering newline on ']' stop condition from buspirate i2C snoop macro #64

Closed mungewell closed 2 years ago

mungewell commented 2 years ago

Here's a little hack implemented to make the output of the BusPirate's I2C snoop macro display a little better. Causes a newline on each ']' which is the stop condition (end of read/write). https://github.com/mungewell/grabserial/commit/2ae8140dbbde534f19520abdf6996f447162e142

Very custom application, and probably not worthy of a pull request. Mainly uploaded it so I can find it in future...

Maybe if there is a need, we could add a command to specify a character on which to break a line.

github-actions[bot] commented 2 years ago

Stale issue message