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

Add support for storing read data to file #7

Closed ramaxlo closed 9 years ago

ramaxlo commented 9 years ago

This adds support for storing read data to the file specified by -f or --file. This is useful when lots of logs flood your terminal, saving them to disk makes it easy to analyze afterward.

tbird20d commented 9 years ago

I integrated this feature, but I did it manually (without pulling this commit)