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

grabserial syntax #72

Closed szjozsi1 closed 1 year ago

szjozsi1 commented 1 year ago

Hello I would like grabserial to display readout continuously AND save the data into file at the same time. What syntax should I use? thanks

tbird20d commented 1 year ago

Sorry for the slow response. Just use '-o {filename}', and grabserial will output the data to the stdout (display) AND the file at the same time. Data is always sent to stdout, unless -Q is used.

szjozsi1 commented 1 year ago

hellook i did not know that (could not yet test it due to cable issues) many many thanks!

On Wednesday, March 1, 2023 at 01:55:02 AM GMT+1, Tim Bird ***@***.***> wrote:  

Sorry for the slow response. Just use '-o {filename}', and grabserial will output the data to the stdout (display) AND the file at the same time. Data is always sent to stdout, unless -Q is used.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>